2018-05-28 21:12:29 +02:00
#!/bin/bash
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
# texmf_get.sh
#
2023-03-22 21:22:25 +01:00
# Copyright 2016 - 2023 Johannes Schoepfer, Germany, slackbuilds@schoepfer.info
2018-05-28 21:12:29 +02:00
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
2023-03-22 21:22:25 +01:00
# version 15.1.1
2018-05-28 21:12:29 +02:00
#
# Prepare xz-compressed tarballs of texlive-texmf-trees based on texlive.tlpdb
2018-07-06 05:15:37 +02:00
# This script takes care of dependencies(as far as these are present in texlive.tlpdb)
# of collections and packages, and that every texlive-package is included only once.
2023-03-22 21:22:25 +01:00
# The editions(base/extra/docs) should contain no binaries
2018-07-06 05:15:37 +02:00
# -base: the most usefull stuff, most binaries/scripts,
2022-06-28 21:16:08 +02:00
# manpages for binaries/scripts 65mb 2017-11-07
2018-05-28 21:12:29 +02:00
# -docs: -base documentation only, no manpages/GNU infofiles
2018-08-23 01:44:25 +02:00
# -extra: remaining stuff and corresponding docs
2018-05-28 21:12:29 +02:00
#
# texlive netarchive policy: Every package is included as dependency
# in exactly one collection. A package may have dependencies on other
# packages from any collection.
#set -e
2022-06-28 21:16:08 +02:00
# Official mirror
2018-08-23 01:44:25 +02:00
mirror = "http://mirror.ctan.org/systems/texlive/tlnet/"
2021-07-06 22:44:20 +02:00
# Pre-test mirror for new releases
#mirror="http://ftp.cstug.cz/pub/tex/local/tlpretest/"
2022-06-28 21:16:08 +02:00
cd $( dirname $0 ) ; CWD = $( pwd )
TMP = ${ TMP :- $CWD /tmp }
2018-05-28 21:12:29 +02:00
usage ( ) {
echo
2018-07-06 05:15:37 +02:00
echo "Generate texmf trees/editions based on collections/packages"
echo "and their (hard)dependencies."
echo "./texmf_get.sh [base|docs|extra|lint]"
2018-05-28 21:12:29 +02:00
echo
echo "-base: texfiles, no docs"
echo "-docs: docs of -base"
echo "-extra: remaining texfiles and docs"
2018-07-06 05:15:37 +02:00
echo "[lint]: compare filename contents of all generated editions,"
echo " to detect overlapping files"
2018-05-28 21:12:29 +02:00
echo
echo "Only new/updated/missing tex packages are downloaded."
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
echo "The first run takes \"long\", tex packages(about 3Gb)"
2018-07-06 05:15:37 +02:00
echo "need to be downloaded."
2018-05-28 21:12:29 +02:00
echo "To check out a new version/release, delete"
echo " $db "
2018-07-06 05:15:37 +02:00
echo "A new ascii index file/database(texlive.tlpdb) is will be"
echo "pulled on the next run, and a new version yymmdd will be set."
2018-05-28 21:12:29 +02:00
echo
echo "All generated tarballs, logs etc. are going to"
echo " $TMP "
echo
}
collection_by_size ( ) {
# from collection $1, pull packages smaller $2 bytes
start_n = " $( grep -n ^" name collection- $1 " $ $db | cut -d':' -f1) "
# find end of package/collection
for emptyline in $emptylines
do
if [ " $emptyline " -gt " $start_n " ]
then
end_n = $emptyline
break
fi
done
extrapackages = " $( sed " ${ start_n } , ${ end_n } !d " $db | grep ^"depend " | grep -v ^"depend collection" | sed "s/^depend//g" ) "
# add if smaller than ...
for checksize in $extrapackages
do
package_meta $checksize || exit 1
size = $( grep ^"containersize " $texmf /$checksize .meta | cut -d' ' -f2)
# for $2, e.g. 3000 means 3kb
[ $size -lt $2 ] && echo $checksize
done
}
package_meta ( ) {
if [ ! -s " $texmf / $1 .meta " ]
then
# collection start linenumer
start_n = " $( grep -n ^" name ${ 1 } " $ $db | cut -d':' -f1) "
2023-03-22 21:22:25 +01:00
[ -z " $start_n " ] && echo " ERROR: \" $1 \" is no package in $db , edit $CWD /packages.texmf ! " && exit 1
2018-05-28 21:12:29 +02:00
# find end of package/collection
for emptyline in $emptylines
do
if [ " $emptyline " -gt " $start_n " ]
then
end_n = $emptyline
break
fi
done
# Don't handle collections as dependency of other collections
sed " ${ start_n } , ${ end_n } !d;/^depend collection/d " $db > $texmf /$1 .meta
fi
}
download ( ) {
# Download packages, if not already available. Not every packages has a corresponding .doc package.
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
# Try multiple times if package isn't present or checksum fails
unset checksum_ok
2018-05-28 21:12:29 +02:00
if [ " $flavour " = ".doc" ]
then
sha512 = " $( grep ^doccontainerchecksum $texmf /$1 .meta | cut -d' ' -f2 ) "
else
sha512 = " $( grep ^containerchecksum $texmf /$1 .meta | cut -d' ' -f2 ) "
fi
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
cd $texmf
2022-06-28 21:16:08 +02:00
for run in { 1..10}
2018-05-28 21:12:29 +02:00
do
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
[ ! -s " ${ 1 } ${ flavour } .tar.xz " ] && \
wget -q --show-progress -t1 -c ${ mirror } archive/${ 1 } ${ flavour } .tar.xz
[ ! -s " ${ 1 } ${ flavour } .tar.xz " ] && continue
2018-05-28 21:12:29 +02:00
if [ " $( sha512sum ${ 1 } ${ flavour } .tar.xz | cut -d' ' -f1 ) " != " $sha512 " ]
then
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
echo " sha512sum of ${ 1 } ${ flavour } .tar.xz doesn't match $texmf / $1 .meta "
echo " deleting ${ 1 } ${ flavour } .tar.xz "
2018-05-28 21:12:29 +02:00
rm ${ 1 } ${ flavour } .tar.xz
else
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
checksum_ok = yes
2018-05-28 21:12:29 +02:00
break
fi
done
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
# If no success by downloading, write error log
if [ -z " $checksum_ok " ]
2018-05-28 21:12:29 +02:00
then
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
echo " Downloading ${ 1 } ${ flavour } .tar.xz or sh512sum check was not successful,\\
writing to $errorlog "
2022-06-28 21:16:08 +02:00
echo " Delete ${ db } * and $TMP /VERSION, then try again, bye. "
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
echo " $VERSION " >> $errorlog
echo " Error downloading ${ 1 } ${ flavour } .tar.xz " >> $errorlog
2018-05-28 21:12:29 +02:00
exit 1
fi
}
untar ( ) {
2018-07-06 05:15:37 +02:00
# leave if $1 has no content
2018-05-28 21:12:29 +02:00
if [ -s " $1 " ]
then
while read package
do
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
echo " untar $package $flavour "
2018-05-28 21:12:29 +02:00
# untar all packages, check for relocation, "relocate 1" -> untar in texmf-dist
download $package || exit 1
2019-06-27 21:07:20 +02:00
# untar package, relocate to texmf-dist if necessary, binary packages always need relocation
2018-07-06 05:15:37 +02:00
relocated = '.'
[ -n " $( grep -w ^"relocated 1" $texmf /$package .meta) " -o -n " $( grep ^"binfiles " $texmf /$package .meta) " ] && relocated = "texmf-dist"
# if not .doc package, investigate files for dependencies/provides
if [ -n " $flavour " ]
then
tar xf ${ package } ${ flavour } .tar.xz --exclude tlpkg -C $relocated || exit 1
else
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
tar vxf ${ package } ${ flavour } .tar.xz \
--exclude tlpkg/tlpobj \
-C $relocated | grep -E '\.sty$|\.bbx$|\.cls$' > $texmf /$package .deps
2018-07-06 05:15:37 +02:00
if [ -n " $texmf / $package .deps " ]
then
unset provide
unset depends
for depfile in $( cat $texmf /$package .deps)
do
filename = " $( echo $depfile | rev | cut -d'.' -f2- | cut -d'/' -f1 | rev) "
# always add $filename as "ProvidesPackage", if it's a .sty
echo $depfile | grep '\.sty' $ & >/dev/null
[ $? = 0 ] && provide += " ${ filename } , "
provide += " $( sed "s/%.*//g" $texmf /$relocated /$depfile | sed -z "s/\(Package\|ExplPackage\|File\|Class\)\n/\1/g" | sed "s/[[:space:]]//" | sed -n "s/.*\\\Provides\(Package\|ExplPackage\|File\|Class\){\([^}]*\)}.*/\2/p" | sed " s/\\\filename/ $filename /g;s/\\\ExplFileName/ $filename /g " | sed " s/\(\.sty $\|\.cls $\)//g " | sort -u | tr '\n' ',' ) "
depends += " $( sed "s/%.*//g" $texmf /$relocated /$depfile | sed -n "s/.*\(\\\require\|\\\use\)package{\([^}]*\)}.*/\2/p" | sort -u | tr '\n' ',' ) "
done
if [ -n " $provide " ]
then
echo " $package $provide " >> $TMP /provides.run.$edition
fi
if [ -n " $depends " ]
then
echo " $package $depends " >> $TMP /depends.run.$edition
fi
fi
fi
2022-06-28 21:16:08 +02:00
# Delete binaries, these are provided by the buildscript
# Keep symlinks and scripts
2018-05-28 21:12:29 +02:00
2018-07-06 05:15:37 +02:00
for arch in $platforms
do
if [ -d $texmf /texmf-dist/bin/$arch ]
then
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
[ ! -d $texmf /texmf-dist/linked_scripts ] && \
mkdir $texmf /texmf-dist/linked_scripts
# remove the unfortunate "man" link
[ -L " $texmf /texmf-dist/bin/ $arch /man " ] && \
rm $texmf /texmf-dist/bin/$arch /man
2018-07-06 05:15:37 +02:00
for link in $( find $texmf /texmf-dist/bin/$arch -type l)
do
2022-06-28 21:16:08 +02:00
# if link has "../.." content, re-create link to match
# final destiantion /usr/share/texmf-dist
a = " $( readlink $link ) "
b = ${ a /.. \/ ../.. \/ share }
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
link_valid_dest = $texmf /texmf-dist/linked_scripts/${ link ##*/ }
2022-06-28 21:16:08 +02:00
ln -sf $b $link_valid_dest
rm $link
2018-07-06 05:15:37 +02:00
done
2018-08-23 01:44:25 +02:00
2023-03-22 21:22:25 +01:00
# keep only precompiled binaries of special packages, see packages.texmf,
# these should only be in -extra.
2018-08-23 01:44:25 +02:00
# remove xindy.mem(gzip compresses data) to prevent overwriting
2022-06-28 21:16:08 +02:00
# the one built from the source
2019-06-27 21:07:20 +02:00
for bin in $( find $texmf /texmf-dist/bin/$arch -type f -exec file '{}' + | \
2022-06-28 21:16:08 +02:00
grep -e "shared object" -e ELF -e "gzip compressed data" | cut -f 1 -d : )
2018-07-06 05:15:37 +02:00
do
2023-03-22 21:22:25 +01:00
binfile = " $( echo $bin | rev | cut -d'/' -f1 | rev) "
remove_binary = yes
# for multiple binaries this extra loop is neccesary
2018-07-06 05:15:37 +02:00
for binary in $keep_precompiled
do
2023-03-22 21:22:25 +01:00
if [ " $( echo $bin | rev | cut -d'/' -f1 | rev) " = " $binary " ]
2018-07-06 05:15:37 +02:00
then
2023-03-22 21:22:25 +01:00
remove_binary = no
fi
2018-07-06 05:15:37 +02:00
done
2023-03-22 21:22:25 +01:00
if [ $remove_binary = yes ]
then
# might be already removed by a previous run
if [ -s " $bin " ]
then
#echo "Deleting binary \"$arch/$binfile\""
rm $bin && echo " $package : $binfile " >> $binary_removed .$edition
fi
fi
2018-07-06 05:15:37 +02:00
done
# move scripts to linked-scripts
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
for script in \
2023-03-22 21:22:25 +01:00
$( find $texmf /texmf-dist/bin/$arch -type f -exec file '{}' + | \
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
grep -wv ELF | cut -f 1 -d : )
2018-07-06 05:15:37 +02:00
do
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
mv $script $texmf /texmf-dist/linked_scripts/
2018-07-06 05:15:37 +02:00
done
fi
done
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
for tlpkg_dir in $texmf /tlpkg $texmf /texmf-dist/tlpkg
do
if [ -d $tlpkg_dir ]
then
for bin in $( find $tlpkg_dir -type f -exec file '{}' + | \
2022-06-28 21:16:08 +02:00
grep -e "shared object" -e ELF -e "gzip compressed data" | cut -f 1 -d : )
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
do
rm $bin
echo -n " $package : " >> $binary_removed .$edition
echo $bin | rev | cut -d'/' -f1 | rev >> $binary_removed .$edition
done
2022-06-28 21:16:08 +02:00
find $tlpkg_dir -type d -empty -delete
if [ -d $tlpkg_dir /TeXLive ]
then
mkdir -p $texmf /texmf-dist/scripts/texlive/TeXLive
mv $tlpkg_dir /TeXLive/* $texmf /texmf-dist/scripts/texlive/TeXLive
fi
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
fi
done
2018-07-06 05:15:37 +02:00
2018-05-28 21:12:29 +02:00
if [ " $flavour " = ".doc" ]
then
2018-07-06 05:15:37 +02:00
size = $( grep ^doccontainersize $texmf /$package .meta | cut -d' ' -f2)
2018-05-28 21:12:29 +02:00
else
2018-07-06 05:15:37 +02:00
size = $( grep ^containersize $texmf /$package .meta | cut -d' ' -f2)
2019-06-27 21:07:20 +02:00
# add maps to updmap.cfg, don't add special_packages map files to -base
add_map = yes
if [ $edition = base ]
then
for no_map in $special_packages
do
[ $no_map = $package ] && add_map = no && break
done
fi
[ $add_map = yes ] && grep ^'execute ' $texmf /$package .meta | grep Map | cut -d' ' -f2- | sed "s/^add//g" >> $updmap .$edition
2018-05-28 21:12:29 +02:00
fi
shortdesc = " $( grep ^shortdesc $texmf /$package .meta | cut -d' ' -f2- ) "
2018-07-06 05:15:37 +02:00
echo " $size byte, $package $flavour : $shortdesc " >> $output .meta
# make index of uncompressed size of each package
2019-06-27 21:07:20 +02:00
echo " $( xz -l --verbose ${ package } ${ flavour } .tar.xz | grep "Uncompressed size" | \
cut -d'(' -f2 | cut -d' ' -f1 ) byte, $package $flavour : $shortdesc " >> $output .meta.uncompressed
2018-05-28 21:12:29 +02:00
done < $1
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
# add a path to updmap
if [ -s " $texmf /texmf-dist/linked_scripts/updmap " ]
then
sed -i '/unshift.*@INC.*/a unshift(@INC, "$TEXMFROOT/texmf-dist/scripts/texlive");' $texmf /texmf-dist/linked_scripts/updmap || exit 1
fi
# copy packages index to texmf-dist, to have a list of included packages in the final installation
2022-06-28 21:16:08 +02:00
# don't list binary packages, as the binaries itself are not contained,
# only symlinks/scripts.
2018-07-06 05:15:37 +02:00
cat $output .meta | grep -v '\-linux:' >> $output .$edition .meta
cat $output .meta.uncompressed | grep -v '\-linux:' >> $output .$edition .meta.uncompressed
2018-05-28 21:12:29 +02:00
# cleanup
[ -f $output .meta ] && rm $output .meta
2018-07-06 05:15:37 +02:00
[ -f $output .meta.uncompressed ] && rm $output .meta.uncompressed
2018-05-28 21:12:29 +02:00
fi
}
remove_cruft ( ) {
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
# Remove m$-stuff, ConTeXt single-user-system stuff, empty files/directories and pdf-manpages
rm -rf $texmf /texmf-dist/source
rm -rf $texmf /texmf-dist/scripts/context/stubs/source/
find $texmf /texmf-dist/ -type d -name 'win32' -exec rm -rf { } +
find $texmf /texmf-dist/ -type d -name 'win64' -exec rm -rf { } +
find $texmf /texmf-dist/ -type d -name 'mswin' -exec rm -rf { } +
find $texmf /texmf-dist/ -type d -name 'win' -exec rm -rf { } +
find $texmf /texmf-dist/ -type d -name 'setup' -exec rm -rf { } +
find $texmf /texmf-dist/ -type d -name 'install' -exec rm -rf { } +
find $texmf /texmf-dist/ -type f -name 'uninstall*.sh' -delete
find $texmf /texmf-dist/ -type f -name '*.bat' -delete
find $texmf /texmf-dist/ -type f -name '*.bat.w95' -delete
find $texmf /texmf-dist/ -type f -name '*.vbs' -delete
find $texmf /texmf-dist/ -type f -name '*win32*' -delete
find $texmf /texmf-dist/ -type f -name 'winansi*' -delete
find $texmf /texmf-dist/ -type f -name '*man1.pdf' -delete
find $texmf /texmf-dist/ -type f -name '*man5.pdf' -delete
2022-06-28 21:16:08 +02:00
find $texmf /texmf-dist/ -type f -name '*.man' -delete
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
find $texmf /texmf-dist/ -type f -empty -delete
find $texmf /texmf-dist/ -type d -empty -delete
2022-06-28 21:16:08 +02:00
echo "Replace duplicate files by symlinks, this may take a while ..."
2023-03-22 21:22:25 +01:00
LASTSIZE = x
find $texmf /texmf-dist/ -type f -printf '%s %p\n' | sort -n |
while read -r SIZE FILE
2022-06-28 21:16:08 +02:00
do
2023-03-22 21:22:25 +01:00
# symlinks alse need some bytes, start linking above 10 bytes
if [ " $SIZE " -gt 10 -a " $SIZE " = = " $LASTSIZE " ]
2022-06-28 21:16:08 +02:00
then
2023-03-22 21:22:25 +01:00
if [ " $( sha512sum $FILE | cut -d' ' -f1) " \
= = " $( sha512sum $LASTFILE | cut -d' ' -f1) " ]
2022-06-28 21:16:08 +02:00
then
2023-03-22 21:22:25 +01:00
echo " $FILE $LASTFILE $SIZE " >> $duplicatelog
2022-06-28 21:16:08 +02:00
ln -srf $FILE $LASTFILE
fi
fi
LASTSIZE = " $SIZE "
LASTFILE = " $FILE "
done
2018-05-28 21:12:29 +02:00
}
texmfget ( ) {
# make sure no package is added more than once.
echo " Preparing index of packages to be added to - ${ 1 } ... "
2022-06-28 21:16:08 +02:00
echo " $PACKAGES " | sed " s/[[:space:]]//g;s/#.* $//;/^ $/d " > $collections_tobedone
2018-05-28 21:12:29 +02:00
# Remove outputfile if already present
>$output
>$output_doc
# Only do something if $collection wasn't already done before
while [ -s $collections_tobedone ]
do
collection = $( tail -n1 $collections_tobedone )
# continue with next collection if collection was already done
if [ -s " $collections_done " ]
then
grep -w " ^ ${ collection } $" $collections_done & > /dev/null
if [ $? = 0 ]
then
# remove from $collections_tobedone
sed -i " /^ $collection $/d " $collections_tobedone
if [ -n " $( grep " ^ ${ collection } added to " $logfile ) " ]
then
echo " $collection already added " >> $logfile
fi
continue
fi
fi
package_meta $collection || exit 1
2018-07-06 05:15:37 +02:00
2018-05-28 21:12:29 +02:00
# If $collection is a singel package(not a collection-), add it here
2019-06-27 21:07:20 +02:00
if [ -n " $( head -n1 $texmf /$collection .meta | grep -v "name collection" ) " ]
2018-05-28 21:12:29 +02:00
then
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
unset addpackage
# if package contains docs, add to docs-packages
2018-07-06 05:15:37 +02:00
if [ -n " $( grep ^docfiles $texmf /$collection .meta) " ]
2018-05-28 21:12:29 +02:00
then
echo " $collection " >> $output_doc
2018-07-06 05:15:37 +02:00
echo " $collection added to docs $1 " >> $logfile
addpackage = yes
2018-05-28 21:12:29 +02:00
fi
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
# if package contains runfiles, binfiles or depend, add to edition
if [ \
-n " $( grep ^runfiles $texmf /$collection .meta) " -o \
-n " $( grep ^binfiles $texmf /$collection .meta) " -o \
-n " $( grep ^depend $texmf /$collection .meta) " \
]
2018-05-28 21:12:29 +02:00
then
2018-07-06 05:15:37 +02:00
echo " $collection " >> $output
echo " $collection added to - $1 " >> $logfile
addpackage = yes
fi
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
# if package contains only srcfiles, don't add to a edition
if [ -n " $( grep ^srcfiles $texmf /$collection .meta) " -a -z " $addpackage " ]
2018-07-06 05:15:37 +02:00
then
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
echo " $collection only contains srcfiles, added nowhere " >> $logfile
addpackage = yes
fi
# abort if package seems broken
if [ -z " $addpackage " ]
then
echo " $collection doesn't contain any docfiles/runfiles/binfiles/depends or srcfiles "
2018-07-06 05:15:37 +02:00
echo "Please exclude package/report to upstream mailinglist tex-live@tug.org, bye."
exit 1
2018-05-28 21:12:29 +02:00
fi
fi
2018-07-06 05:15:37 +02:00
2022-06-28 21:16:08 +02:00
# Don't handle collections as dependency of other collections,
# as this destroys control over packages to be added.
# Add dependend packages, but no binary(ARCH) and no packages
# containing a '.'. Packages with dot indicate binary/texlive-manager/windows packages
2018-07-06 05:15:37 +02:00
grep ^"depend " $texmf /$collection .meta | cut -d' ' -f2- > $dependencies
if [ -s " $dependencies " ]
then
# check for .ARCH packages which may be binaries, scripts or links
2022-06-28 21:16:08 +02:00
# Binaries should all come from the sourcebuild(exception $keep_precompiled)
2018-07-06 05:15:37 +02:00
for dependency in $( cat $dependencies )
do
echo $dependency | grep '\.ARCH' $ & >/dev/null
if [ $? = 0 ]
then
for arch in $platforms
do
archpackage = " $( echo $dependency | sed " s/\.ARCH $/\. $arch / " ) "
grep ^" name $archpackage " $ $db & >/dev/null && echo " $archpackage " >> $dependencies .verified_arch
done
else
echo $dependency >> $dependencies .verified_arch
fi
done
if [ -f $dependencies .verified_arch ]
then
mv $dependencies .verified_arch $dependencies
else
rm $dependencies
fi
fi
2018-05-28 21:12:29 +02:00
if [ -s " $dependencies " ]
then
echo "----------------" >> $logfile
echo " Dependencies of $collection : $( cat $dependencies | tr '\n' ' ' ) " >> $logfile
for dependency in $( cat $dependencies )
do
if [ -n " $( grep ^" ${ dependency } " $ $collections_done ) " ]
then
sed -i " /^ ${ dependency } $/d " $dependencies
continue
else
for exclude in $global_exclude
do
if [ " $exclude " = " $dependency " ]
then
sed -i " /^ ${ exclude } $/d " $dependencies
echo " $exclude excluded, see \$global_exclude " >> $logfile
fi
done
fi
done
cat $dependencies >> $collections_tobedone
echo "----------------" >> $logfile
fi
sed -i " /^ ${ collection } $/d " $collections_tobedone
echo " $collection " >> $collections_done
done
# handle package index list per edition
cat $output >> $TMP /packages.$1
# handle doc package index, one for each edition
cat $output_doc >> $TMP /packages.$1 .doc
2018-07-06 05:15:37 +02:00
# untar only one $edition, untar docs together with -extra edition
2018-05-28 21:12:29 +02:00
if [ " $1 " = $edition -o docs = $edition ]
then
cd $texmf
# Cleanup tar-directory
[ -d $texmf /texmf-dist ] && rm -rf $texmf /texmf-dist
mkdir $texmf /texmf-dist
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
# Make tarball/checksum reproducible by setting mtime(clamp-mtime),
# owner, group and sort content.
# --clamp-mtime --mtime doesn't work with tar 1.13,
# when makepkg creates the tarball:
2018-05-28 21:12:29 +02:00
# tar-1.13: time_t value 9223372036854775808 too large (max=68719476735)
2018-07-06 05:15:37 +02:00
echo " Adding files to $( echo $tarball | rev | cut -d'/' -f1 | rev ) ... "
2018-05-28 21:12:29 +02:00
case $edition in
base)
unset flavour
untar $output || exit 1
remove_cruft || exit 1
2018-07-06 05:15:37 +02:00
tar rf $tarball --owner= 0 --group= 0 --sort= name texmf-dist || exit 1
2018-05-28 21:12:29 +02:00
rm -rf texmf-dist
; ;
2018-07-06 05:15:37 +02:00
extra)
2018-05-28 21:12:29 +02:00
unset flavour
untar $output || exit 1
export flavour = ".doc"
untar $output_doc || exit 1
remove_cruft || exit 1
#tar vrf $tarball --clamp-mtime --mtime --owner=0 --group=0 --sort=name texmf-dist || exit 1
2018-07-06 05:15:37 +02:00
tar rf $tarball --owner= 0 --group= 0 --sort= name texmf-dist || exit 1
2018-05-28 21:12:29 +02:00
rm -rf texmf-dist
; ;
docs)
export flavour = ".doc"
# only add -base docs to -docs
if [ $1 = base ]
then
untar $output_doc || exit 1
remove_cruft || exit 1
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
#tar vrf $tarball --clamp-mtime --mtime --owner=0 --group=0 --sort=name texmf-dist || exit 1
2018-07-06 05:15:37 +02:00
tar rf $tarball --owner= 0 --group= 0 --sort= name texmf-dist || exit 1
2018-05-28 21:12:29 +02:00
rm -rf texmf-dist
fi
; ;
esac
fi
}
2018-07-06 05:15:37 +02:00
lint ( ) {
2019-06-27 21:07:20 +02:00
echo "Comparing content of all editions, this may take a while ..."
2018-07-06 05:15:37 +02:00
cd $TMP
# check if all editions of same VERSION are there, take -base as reference
2021-07-06 22:44:20 +02:00
if [ -s texlive-extra-$VERSION .tar.xz \
-a -s texlive-docs-$VERSION .tar.xz ]
2018-07-06 05:15:37 +02:00
then
for edition in base extra docs
do
2021-07-06 22:44:20 +02:00
echo " Extracting index of texlive- ${ edition } - $VERSION .tar.xz ... "
2018-07-06 05:15:37 +02:00
# don't list directories
2021-07-06 22:44:20 +02:00
tar tf texlive-${ edition } -$VERSION .tar.xz | grep -v '/' $ > $TMP /packages.$edition .lint
2018-07-06 05:15:37 +02:00
done
# compare content
for edition in base extra docs
do
>$TMP /packages.$edition .lint.dup
2019-06-27 21:07:20 +02:00
if [ $edition = base ]
then
echo "check if files of base are present in another edition"
while read line
do
grep ^" $line " $ $TMP /packages.extra.lint >> $TMP /packages.base.lint.dup
grep ^" $line " $ $TMP /packages.docs.lint >> $TMP /packages.base.lint.dup
done < $TMP /packages.$edition .lint
fi
2018-07-06 05:15:37 +02:00
done
else
echo "Not all editions are present to lint them. Create them first by"
echo " $0 [base|docs|extra] "
echo "bye."
exit 1
fi
exit 0
}
2018-05-28 21:12:29 +02:00
# Main
LANG = C
output = $TMP /packages
output_doc = $TMP /packages.doc.tmp
errorlog = $TMP /error.log
2022-06-28 21:16:08 +02:00
duplicatelog = $TMP /duplicate.log
2018-05-28 21:12:29 +02:00
texmf = $TMP /texmf
db = $TMP /texlive.tlpdb
tmpfile = $TMP /tmpfile
collections_done = $TMP /done
collections_tobedone = $TMP /tobedone
allcollections = $TMP /allcollections
2018-07-06 05:15:37 +02:00
binary_removed = $TMP /binaries.removed
2018-05-28 21:12:29 +02:00
manpages = $TMP /manpages
dependencies = $TMP /deps
packages_base = $TMP /packages.base
packages_extra = $TMP /packages.extra
packages_manpages = $TMP /packages.manpages
2019-06-27 21:07:20 +02:00
updmap = $TMP /updmap.cfg
2018-07-06 05:15:37 +02:00
files_split = $TMP /files.split
platforms = "x86_64-linux i386-linux"
2022-06-28 21:16:08 +02:00
# Source global excludes
source $CWD /excludes.texmf
2018-07-06 05:15:37 +02:00
mkdir -p $texmf
cd $TMP
2018-05-28 21:12:29 +02:00
case " $1 " in
2018-07-06 05:15:37 +02:00
base| docs| extra) edition = $1 ; ;
lint) lint ; ;
2018-05-28 21:12:29 +02:00
*) usage; exit 0 ; ;
esac
2018-07-06 05:15:37 +02:00
echo " Building $edition tarball ... "
2018-05-28 21:12:29 +02:00
2022-08-03 21:33:34 +02:00
# Set VERSION, get texlive.tlpdb and strip it, keep texlive.tlpdb.orig
2018-07-06 05:15:37 +02:00
if [ ! -s ${ db } .orig -o ! -s $db -o ! -s VERSION ]
2018-05-28 21:12:29 +02:00
then
2022-06-28 21:16:08 +02:00
for run in { 1..10}
do
wget -q --show-progress -t1 -c -O ${ db } .orig.xz ${ mirror } tlpkg/texlive.tlpdb.xz
[ -s " ${ db } .orig.xz " ] && break
done
2022-08-03 21:33:34 +02:00
unxz -f ${ db } .orig.xz || exit 1
2021-07-06 22:44:20 +02:00
echo $( date +%y%m%d) > VERSION
2022-06-28 21:16:08 +02:00
2018-05-28 21:12:29 +02:00
# remove most content from $db to be faster on later processing.
2018-07-06 05:15:37 +02:00
# keep dependencies/manpages/binfiles/shortdesc/sizes
2022-06-28 21:16:08 +02:00
echo "Preparing texlive.tlpdb ..."
2019-06-27 21:07:20 +02:00
grep -E \
2018-07-06 05:15:37 +02:00
'^\S|^ RELOC/doc/man|^ texmf-dist/doc/man/man|^ RELOC/doc/info/|^ texmf-dist/doc/info/|^ bin|^$' \
${ db } .orig | grep -v ^longdesc > $db
2018-05-28 21:12:29 +02:00
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
# As $db might be renewed, remove the all package meta-files
# to make them be created again based on (new) $db
2018-05-28 21:12:29 +02:00
rm -rf $texmf /*.meta
fi
# Get linenumbers of empty lines from $db
emptylines = " $( grep -n ^$ $db | cut -d':' -f1) "
# Make a list of all collections
grep ^"name collection-" $db | cut -d' ' -f2 > $allcollections
2022-06-28 21:16:08 +02:00
# remove global excluded collection(s)
for exclude in $global_exclude
do
sed -i " /^ $exclude /d " $allcollections
done
2018-07-06 05:15:37 +02:00
# translate .ARCH to platforms in excludes, to make .ARCH packages excludeable by $global_exclude
for exclude in $global_exclude
do
if [ -n " $( echo $exclude | grep '\.ARCH' $ ) " ]
then
for arch in $platforms
do
global_exclude += " $( echo $exclude | sed " s/\.ARCH $/\. $arch / " ) "
done
global_exclude = ${ global_exclude / $exclude / }
fi
done
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
2018-05-28 21:12:29 +02:00
VERSION = $( cat $TMP /VERSION)
tarball = $TMP /texlive-$edition -$VERSION .tar
# set logfile
logfile = $TMP /$VERSION .log
# reset some files
>$logfile
>$tarball
>$collections_done
2022-06-28 21:16:08 +02:00
>$duplicatelog
2018-07-06 05:15:37 +02:00
>$files_split
2018-05-28 21:12:29 +02:00
>$manpages
>$packages_manpages
2019-06-27 21:07:20 +02:00
>$updmap .$edition
2018-05-28 21:12:29 +02:00
>$packages_base
>$packages_extra
>$packages_base .doc
>$packages_extra .doc
>$TMP /packages.$edition .meta
2018-07-06 05:15:37 +02:00
>$TMP /packages.$edition .meta.uncompressed
>$TMP /provides.run.$edition
>$TMP /depends.run.$edition
>$binary_removed .$edition
2018-05-28 21:12:29 +02:00
2022-06-28 21:16:08 +02:00
# Load texmf package list to generate -base/-extra/-docs
source $CWD /packages.texmf
# Put everything in -extra which is not in -base
PACKAGES = "
$( cat $allcollections )
" texmfget extra
2018-05-28 21:12:29 +02:00
2018-07-06 05:15:37 +02:00
# Check if all collections are part in at least one edition
2018-05-28 21:12:29 +02:00
while read collection
do
grep -w " $collection " $collections_done & > /dev/null
if [ $? != 0 ]
then
2018-07-06 05:15:37 +02:00
echo " Error: $collection was not handled. "
echo "Edit packages/collections in the texmfget function." | tee -a $logfile
2018-05-28 21:12:29 +02:00
exit 1
fi
done < $allcollections
# cleanup
rm $allcollections
rm $collections_done
rm $collections_tobedone
rm $output
rm $output_doc
rm $dependencies
2018-07-06 05:15:37 +02:00
# untar special- and manpage packages to be splitted/moved to other editions
# splitting special packages, files index
echo "Prepare index of to be splitted/moved files from -base"
2018-05-28 21:12:29 +02:00
[ ! -d texmf-dist ] && mkdir texmf-dist
2018-07-06 05:15:37 +02:00
for package in $special_packages
2018-05-28 21:12:29 +02:00
do
2018-07-06 05:15:37 +02:00
echo " Splitting $package "
# special packages have to be in -base, as only here are special
# tasks done to reduce size of -base edition
if [ -z " $( grep ^" $package " $ $packages_base ) " ]
2018-05-28 21:12:29 +02:00
then
2018-07-06 05:15:37 +02:00
echo " $package was not found to be part of -base "
2019-06-27 21:07:20 +02:00
echo " Edit \$special_packages in $0 , "
echo "it should contain only packages from -base, bye."
2018-07-06 05:15:37 +02:00
exit 1
2018-05-28 21:12:29 +02:00
fi
2018-07-06 05:15:37 +02:00
unset relocated
pathprefix = "texmf-dist/"
[ -n " $( grep -w ^"relocated 1" $texmf /$package .meta) " ] && \
relocated = "-C texmf-dist" && unset pathprefix
# avoid big pdf docs which are also present as html
# move (big)type1 fonts to -extra
2019-06-27 21:07:20 +02:00
# $files_split lists files to be moved from -base to -extra
2022-06-28 21:16:08 +02:00
tar tf $texmf /${ package } .tar.xz | sed \
-ne " /.*doc\/latex\/.*\.pdf $/p " \
-ne " /.*fonts\/map\/.*\.map $/p " \
-ne " /.*fonts\/enc\/.*\.enc $/p " \
-ne " /.*fonts\/afm\/.*\.\(afm\|afm\.gz\) $/p " \
-ne " /.*fonts\/type1\/.*\.pfb $/p " \
-ne " /.*fonts\/vf\/.*\.vf $/p " | \
tee -a $files_split > $files_split .tmp
2018-07-06 05:15:37 +02:00
if [ $edition = base ]
then
# Calculate package-minimal size, uncompressed and compressed
mkdir -p calculate/texmf-dist
tar xf $texmf /$package .tar.xz -C calculate/texmf-dist --exclude-from= $files_split .tmp
2021-07-06 22:44:20 +02:00
tar cf calculate/calc.tar.xz -I 'xz' calculate/texmf-dist
2018-07-06 05:15:37 +02:00
size_minimal = $( du -bc calculate/calc.tar.xz | tail -n1 | sed "s/[[:space:]].*//" )
size_minimal_uncompressed = " $( xz -l --verbose calculate/calc.tar.xz | grep "Uncompressed size" | cut -d'(' -f2 | cut -d' ' -f1 ) "
sed -i \
-e " s/^[0-9]* byte, $package : / $size_minimal byte, $package -minimal: / " \
$output .base.meta
sed -i \
-e " s/^[0-9]* byte, $package : / $size_minimal_uncompressed byte, $package -minimal: / " \
$output .base.meta.uncompressed
rm -rf calculate
fi
if [ $edition = extra ]
then
mkdir -p calculate/texmf-dist
tar xf $texmf /${ package } .tar.xz -C calculate/texmf-dist $( paste $files_split .tmp)
2021-07-06 22:44:20 +02:00
tar cf calculate/calc.tar.xz -I 'xz' calculate/texmf-dist
2018-07-06 05:15:37 +02:00
size_extended = $( du -bc calculate/calc.tar.xz | tail -n1 | sed "s/[[:space:]].*//" )
size_extended_uncompressed = " $( xz -l --verbose calculate/calc.tar.xz | \
grep "Uncompressed size" | cut -d'(' -f2 | cut -d' ' -f1 ) "
# put new sizes in package index uncompressed
sed -i \
-e " s/^[0-9]* byte, $package : / $size_extended byte, $package -extended: / " \
$output .extra.meta
sed -i \
-e " s/^[0-9]* byte, $package : / $size_extended_uncompressed byte, $package -extended: / " \
$output .extra.meta.uncompressed
rm -rf calculate
2019-06-27 21:07:20 +02:00
# put map files from splitted packages in -extra
mkdir meta_tmp
tar xf $texmf /${ package } .tar.xz -C meta_tmp tlpkg/tlpobj/$package .tlpobj
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
grep ^'execute ' meta_tmp/tlpkg/tlpobj/$package .tlpobj | \
grep Map | cut -d' ' -f2- | sed "s/^add//g" >> $updmap .$edition
2019-06-27 21:07:20 +02:00
rm -rf meta_tmp
2018-07-06 05:15:37 +02:00
fi
# untar to provide files for -extra
tar xf $texmf /${ package } .tar.xz $relocated $( paste $files_split .tmp)
2018-05-28 21:12:29 +02:00
done
2018-07-06 05:15:37 +02:00
# cleanup
rm $files_split .tmp
Tue Jun 23 21:49:49 UTC 2020
ap/man-db-2.9.3-x86_64-1.txz: Upgraded.
ap/mariadb-10.4.13-x86_64-3.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
ap/squashfs-tools-4.4-x86_64-2.txz: Rebuilt.
Added lz4 support. Thanks to Heinz Wiesinger.
d/ccache-3.7.10-x86_64-1.txz: Upgraded.
d/parallel-20200622-noarch-1.txz: Upgraded.
d/subversion-1.14.0-x86_64-2.txz: Rebuilt.
Use the system lz4 library. Thanks to Heinz Wiesinger.
l/imagemagick-7.0.10_21-x86_64-1.txz: Upgraded.
l/libarchive-3.4.3-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
l/lz4-1.9.2-x86_64-1.txz: Added.
This is a new dependency for dovecot, libarchive, mariadb, rsync,
squashfs-tools, subversion, and zstd. Thanks to Heinz Wiesinger.
l/xxHash-0.7.3-x86_64-1.txz: Added.
This is a new dependency for rsync.
l/zstd-1.4.5-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/dovecot-2.3.10.1-x86_64-2.txz: Rebuilt.
Recompiled to pick up lz4 support. Thanks to Heinz Wiesinger.
n/libmbim-1.24.0-x86_64-1.txz: Upgraded.
n/nfs-utils-2.5.1-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p15-x86_64-1.txz: Upgraded.
This release fixes one vulnerability: Associations that use CMAC
authentication between ntpd from versions 4.2.8p11/4.3.97 and
4.2.8p14/4.3.100 will leak a small amount of memory for each packet.
Eventually, ntpd will run out of memory and abort.
(* Security fix *)
n/rsync-3.2.1-x86_64-1.txz: Upgraded.
Please note that this update requires the new packages xxHash and lz4.
t/texlive-2020.200608-x86_64-1.txz: Upgraded.
Thanks to Johannes Schoepfer.
xap/blueman-2.1.3-x86_64-2.txz: Rebuilt.
As a matter of policy and since the rule already exists in
/usr/share/polkit-1/rules.d/, we should not install a rules file in /etc.
Note that since the file was installed as a .new, upgrading the package
will not remove it and it will need to be removed manually. It's harmless
if it remains, though.
Thanks to Robby Workman.
xap/network-manager-applet-1.18.0-x86_64-1.txz: Upgraded.
2020-06-23 23:49:49 +02:00
2018-07-06 05:15:37 +02:00
# fix relocation in index for splitted packages
sed -i \
-e "s|^doc|texmf-dist\/doc|g" \
-e "s|^fonts|texmf-dist\/fonts|g" \
-e "s|^dvips|texmf-dist\/dvips|g" \
$files_split
# sort meta data about added packages
sort -n $output .$edition .meta > $tmpfile
mv $tmpfile $output .$edition .meta
sort -n $output .$edition .meta.uncompressed > $tmpfile
mv $tmpfile $output .$edition .meta.uncompressed
sort -u $binary_removed .$edition > $tmpfile
mv $tmpfile $binary_removed .$edition
2019-06-27 21:07:20 +02:00
# include manpages/GNU infofiles in -base, write index for later exclusion from other editions.
2018-07-06 05:15:37 +02:00
# In -extra/-docs there should not be any manpage left.
2018-05-28 21:12:29 +02:00
echo "Looking for manpages/GNU infofiles to be included in -base ..."
2018-07-06 05:15:37 +02:00
for package in $( paste -s $packages_base .doc | sort -u)
2018-05-28 21:12:29 +02:00
do
2019-06-27 21:07:20 +02:00
if [ -n " $( grep -E "(doc/man/man|doc/info/)" $texmf /$package .meta ) " ]
2018-05-28 21:12:29 +02:00
then
2018-07-06 05:15:37 +02:00
echo " Adding manpage from $package .doc to -base "
2018-05-28 21:12:29 +02:00
flavour = ".doc" download $package || exit 1
unset relocated
pathprefix = "texmf-dist/"
2018-07-06 05:15:37 +02:00
[ -n " $( grep -w ^"relocated 1" $texmf /$package .meta) " ] \
&& relocated = "-C texmf-dist" && unset pathprefix
tar tf $texmf /${ package } .doc.tar.xz | sed \
-ne " /.*doc\/man\/.*\.1 $/p " \
-ne " /.*doc\/man\/.*\.5 $/p " \
-ne " /.*doc\/info\/.*\.info $/p " \
| tee -a $manpages > $manpages .tmp
# untar to provide files for -/extra/-docs
tar xf $texmf /${ package } .doc.tar.xz $relocated $( paste $manpages .tmp)
2018-05-28 21:12:29 +02:00
echo " $package " >> $packages_manpages
fi
done
2022-06-28 21:16:08 +02:00
2018-07-06 05:15:37 +02:00
# cleanup
rm $manpages .tmp
sed -i \
-e "s/^doc/texmf-dist\/doc/g" \
$manpages
2018-05-28 21:12:29 +02:00
case $edition in
base)
# Content info
cat << EOF | gzip -9 >> $texmf /texmf-dist/packages.$edition .gz
Content of -$edition :
2018-07-06 05:15:37 +02:00
$( sed " /-linux $/d " $packages_base | sort)
2018-05-28 21:12:29 +02:00
EOF
2019-06-27 21:07:20 +02:00
# create texdoc cache file
2018-08-23 01:44:25 +02:00
if [ $( command -v texdoc) ]
then
2019-06-27 21:07:20 +02:00
mkdir -p texmf-dist/scripts/texdoc || exit 1
2018-08-23 01:44:25 +02:00
TEXMFVAR = $texmf /texmf-dist \
2019-06-27 21:07:20 +02:00
texdoc -c texlive_tlpdb = $TMP /texlive.tlpdb.orig \
-DlM texlive-en >/dev/null 2>& 1
2018-08-23 01:44:25 +02:00
mv texmf-dist/texdoc/cache-tlpdb.lua \
2019-06-27 21:07:20 +02:00
texmf-dist/scripts/texdoc/Data.tlpdb.lua || exit 1
# add cache to tarball
tar rf $tarball --owner= 0 --group= 0 --sort= name \
texmf-dist/scripts/texdoc/Data.tlpdb.lua || exit 1
2018-08-23 01:44:25 +02:00
else
2019-06-27 21:07:20 +02:00
echo "WARNING: texdoc binary(comming with texlive) is not installed, the texdoc cache"
2018-08-23 01:44:25 +02:00
echo "Data.tlpdb.lua can't be created and wont't be available."
2019-06-27 21:07:20 +02:00
echo "Texdoc will not wotk without this."
2018-08-23 01:44:25 +02:00
echo ""
echo "Continue with any key or abort with ctrl-c"
read -n1
fi
2019-06-27 21:07:20 +02:00
# prepare updmap.cfg
tar xf $tarball texmf-dist/web2c/updmap.cfg
end_n = " $( grep -n 'end of updmap-hdr' texmf-dist/web2c/updmap.cfg | cut -d':' -f1) "
sed " 1, ${ end_n } !d " texmf-dist/web2c/updmap.cfg > $TMP /updmap.cfg.tmp
cat $updmap .$edition >> $TMP /updmap.cfg.tmp
mv $TMP /updmap.cfg.tmp texmf-dist/web2c/updmap.cfg
tar f $tarball --delete texmf-dist/web2c/updmap.cfg
tar rf $tarball --owner= 0 --group= 0 --sort= name \
texmf-dist/web2c/updmap.cfg
2018-07-06 05:15:37 +02:00
2022-06-28 21:16:08 +02:00
# add manpages/GNU infofiles to the tarball
2018-07-06 05:15:37 +02:00
tar rf $tarball --owner= 0 --group= 0 --sort= name \
texmf-dist/doc/man/ texmf-dist/doc/info/ \
texmf-dist/packages.$edition .gz \
|| exit 1
echo "Removing files -from base, splitted from special packages to be included in -extra"
tar f $tarball --delete $( paste $files_split ) || exit 1
2018-05-28 21:12:29 +02:00
; ;
2018-07-06 05:15:37 +02:00
extra)
echo " Removing manpages from $edition which now reside in -base "
tar f $tarball --delete $( paste $manpages ) 2>/dev/null
2018-05-28 21:12:29 +02:00
# content info
echo " Content of - $edition , including documentation: " > $texmf /texmf-dist/packages.$edition
2018-07-06 05:15:37 +02:00
sed " /-linux $/d " $TMP /packages.$edition | sort >> $texmf /texmf-dist/packages.$edition
2018-05-28 21:12:29 +02:00
gzip -9 $texmf /texmf-dist/packages.$edition
2019-06-27 21:07:20 +02:00
2022-06-28 21:16:08 +02:00
# add -extra updmap.cfg
mkdir -p $texmf /texmf-dist/web2c
mv $updmap .$edition $texmf /texmf-dist/web2c
2018-07-06 05:15:37 +02:00
tar rf $tarball --owner= 0 --group= 0 --sort= name \
--exclude texmf-dist/doc \
texmf-dist \
|| exit 1
2018-05-28 21:12:29 +02:00
; ;
docs)
2018-07-06 05:15:37 +02:00
# add docs splittet from base from special packages, add packages index
# content info, this edition contains all docs from -base
2018-05-28 21:12:29 +02:00
echo " Content of - $edition , documentation for -base: " > $texmf /texmf-dist/packages.$edition
sort $packages_base .doc >> $texmf /texmf-dist/packages.$edition
gzip -9 $texmf /texmf-dist/packages.$edition
2018-07-06 05:15:37 +02:00
tar rf $tarball --owner= 0 --group= 0 --sort= name \
texmf-dist/doc/ \
texmf-dist/packages.$edition .gz \
|| exit 1
echo " Removing manpages from $edition which now reside in -base "
tar f $tarball --delete $( paste $manpages ) || exit 1
2018-05-28 21:12:29 +02:00
; ;
esac
2018-07-06 05:15:37 +02:00
rm -rf texmf-dist
2019-06-27 21:07:20 +02:00
[ -f $updmap .$edition ] && rm $updmap .$edition
2018-05-28 21:12:29 +02:00
# compress the tarball as everything is in place now
echo " Compressing $tarball ... "
[ -f $tarball .xz ] && rm $tarball .xz
2021-07-06 22:44:20 +02:00
xz -T0 $tarball || exit 1
2018-05-28 21:12:29 +02:00
ls -lh $tarball .xz
echo " Logfile: $logfile "
2022-06-28 21:16:08 +02:00
# End of story