Merge branch '3.6' into 3.7

This commit is contained in:
Juergen Daubert 2022-04-02 12:32:58 +02:00
commit 8e930cb605
18 changed files with 56 additions and 46 deletions

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TfzHzAaiiC0JuJY2kpN/XOcCik/0eNfL6bTnVCUQWiKxXpy2xaUccqnttxEycTA7vaAtIeaP1TX3SU7Q5VbiwU=
SHA256 (Pkgfile) = 621bbc03dc0ca577e6b18944a685f6c39822d5a746d2e3c276255c8099956b3e
RWSE3ohX2g5d/YpOibGlBmJsYHosSu/4hmWq6MnNzyiaXKkzG/89onbNR4c2PdsWyD49M5TFyB8z+rS5Ac1LTfY1jXWxpjUN4Qs=
SHA256 (Pkgfile) = 6481e2dc52eef75386d68f61633b39c12f566ff2fe650da4f2064d25315455fe
SHA256 (.footprint) = 5d47799d69d21b860be70eb9e767298617679bcee2140d245cbc74f4a2a4502e
SHA256 (dropbear-2020.81.tar.bz2) = 48235d10b37775dbda59341ac0c4b239b82ad6318c31568b985730c788aac53b
SHA256 (dropbear.rc) = 059735e1953540f74142131918112fb92aa0b7e112f48863f13cb1ed0d11fe61
SHA256 (dropbear-2022.82.tar.bz2) = 3a038d2bbc02bf28bbdd20c012091f741a3ec5cbe460691811d714876aad75d1
SHA256 (dropbear.rc) = b3a9136a32f44af0ee4153a1f0e8996a3e7bb3d0fb9a708d1f7e0c9c314ab83a
SHA256 (dropbear.pam) = 0c0aff342e586e64f2d2a814ef127a2748b223e746c3efccfccc91a5aadbce4a

View File

@ -4,8 +4,8 @@
# Depends on: zlib linux-pam
name=dropbear
version=2020.81
release=3
version=2022.82
release=1
source=(https://matt.ucc.asn.au/$name/releases/$name-$version.tar.bz2 \
dropbear.rc dropbear.pam)

View File

@ -15,10 +15,10 @@ ECDSA=/etc/dropbear/dropbear_ecdsa_host_key
ED25519=/etc/dropbear/dropbear_ed25519_host_key
create_keys() {
[ -f $RSA ] || $KEYG -t rsa -s 4096 -f $RSA
[ -f $DSS ] || $KEYG -t dss -f $DSS
[ -f $ECDSA ] || $KEYG -t ecdsa -s 521 -f $ECDSA
[ -f ED25519 ] || $KEYG -t ed25519 -f $ED25519
[ -f $RSA ] || $KEYG -t rsa -s 4096 -f $RSA
[ -f $DSS ] || $KEYG -t dss -f $DSS
[ -f $ECDSA ] || $KEYG -t ecdsa -s 521 -f $ECDSA
[ -f $ED25519 ] || $KEYG -t ed25519 -f $ED25519
}
case $1 in

View File

@ -1,6 +1,8 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/fonts/
drwxr-xr-x root/root etc/fonts/conf.avail/
-rw-r--r-- root/root etc/fonts/conf.avail/05-reset-dirs-sample.conf
-rw-r--r-- root/root etc/fonts/conf.avail/09-autohint-if-no-hinting.conf
-rw-r--r-- root/root etc/fonts/conf.avail/10-autohint.conf
-rw-r--r-- root/root etc/fonts/conf.avail/10-hinting-full.conf
-rw-r--r-- root/root etc/fonts/conf.avail/10-hinting-medium.conf
@ -19,9 +21,11 @@ drwxr-xr-x root/root etc/fonts/conf.avail/
-rw-r--r-- root/root etc/fonts/conf.avail/20-unhint-small-vera.conf
-rw-r--r-- root/root etc/fonts/conf.avail/25-unhint-nonlatin.conf
-rw-r--r-- root/root etc/fonts/conf.avail/30-metric-aliases.conf
-rw-r--r-- root/root etc/fonts/conf.avail/35-lang-normalize.conf
-rw-r--r-- root/root etc/fonts/conf.avail/40-nonlatin.conf
-rw-r--r-- root/root etc/fonts/conf.avail/45-generic.conf
-rw-r--r-- root/root etc/fonts/conf.avail/45-latin.conf
-rw-r--r-- root/root etc/fonts/conf.avail/48-spacing.conf
-rw-r--r-- root/root etc/fonts/conf.avail/49-sansserif.conf
-rw-r--r-- root/root etc/fonts/conf.avail/50-user.conf
-rw-r--r-- root/root etc/fonts/conf.avail/51-local.conf
@ -39,11 +43,13 @@ drwxr-xr-x root/root etc/fonts/conf.d/
lrwxrwxrwx root/root etc/fonts/conf.d/10-autohint.conf -> /etc/fonts/conf.avail/10-autohint.conf
lrwxrwxrwx root/root etc/fonts/conf.d/10-hinting-slight.conf -> /etc/fonts/conf.avail/10-hinting-slight.conf
lrwxrwxrwx root/root etc/fonts/conf.d/10-scale-bitmap-fonts.conf -> /etc/fonts/conf.avail/10-scale-bitmap-fonts.conf
lrwxrwxrwx root/root etc/fonts/conf.d/11-lcdfilter-default.conf -> /etc/fonts/conf.avail/11-lcdfilter-default.conf
lrwxrwxrwx root/root etc/fonts/conf.d/20-unhint-small-vera.conf -> /etc/fonts/conf.avail/20-unhint-small-vera.conf
lrwxrwxrwx root/root etc/fonts/conf.d/30-metric-aliases.conf -> /etc/fonts/conf.avail/30-metric-aliases.conf
lrwxrwxrwx root/root etc/fonts/conf.d/40-nonlatin.conf -> /etc/fonts/conf.avail/40-nonlatin.conf
lrwxrwxrwx root/root etc/fonts/conf.d/45-generic.conf -> /etc/fonts/conf.avail/45-generic.conf
lrwxrwxrwx root/root etc/fonts/conf.d/45-latin.conf -> /etc/fonts/conf.avail/45-latin.conf
lrwxrwxrwx root/root etc/fonts/conf.d/48-spacing.conf -> /etc/fonts/conf.avail/48-spacing.conf
lrwxrwxrwx root/root etc/fonts/conf.d/49-sansserif.conf -> /etc/fonts/conf.avail/49-sansserif.conf
lrwxrwxrwx root/root etc/fonts/conf.d/50-user.conf -> /etc/fonts/conf.avail/50-user.conf
lrwxrwxrwx root/root etc/fonts/conf.d/51-local.conf -> /etc/fonts/conf.avail/51-local.conf
@ -150,6 +156,7 @@ drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/FcConfigGetConfigDirs.3.gz
-rw-r--r-- root/root usr/share/man/man3/FcConfigGetConfigFiles.3.gz
-rw-r--r-- root/root usr/share/man/man3/FcConfigGetCurrent.3.gz
-rw-r--r-- root/root usr/share/man/man3/FcConfigGetFilename.3.gz
-rw-r--r-- root/root usr/share/man/man3/FcConfigGetFontDirs.3.gz
-rw-r--r-- root/root usr/share/man/man3/FcConfigGetFonts.3.gz
-rw-r--r-- root/root usr/share/man/man3/FcConfigGetRescanInterval.3.gz
@ -277,6 +284,7 @@ drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/FcRangeDestroy.3.gz
-rw-r--r-- root/root usr/share/man/man3/FcRangeGetDouble.3.gz
-rw-r--r-- root/root usr/share/man/man3/FcStrBasename.3.gz
-rw-r--r-- root/root usr/share/man/man3/FcStrBuildFilename.3.gz
-rw-r--r-- root/root usr/share/man/man3/FcStrCmp.3.gz
-rw-r--r-- root/root usr/share/man/man3/FcStrCmpIgnoreCase.3.gz
-rw-r--r-- root/root usr/share/man/man3/FcStrCopy.3.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Vqovuga1JWg+CqcWlOMLz65THKk02CX8v8HsDcSti0oYGqaS4PMoPbVzuwnnkIIEfsekmHUQKjT0GwuHrBRaQY=
SHA256 (Pkgfile) = c97b18ac6ed136ce7ef9445120419130333fd44c3870146fe6b0bd8e0da78c29
SHA256 (.footprint) = 113be23e03ee5b6f4b42797ed4b56aad5182af20af1d942a075c2b7aaf6c6b23
SHA256 (fontconfig-2.13.1.tar.bz2) = f655dd2a986d7aa97e052261b36aa67b0a64989496361eca8d604e6414006741
RWSE3ohX2g5d/eN8PKP/6YMTNHddjTjqsMeeJk660Ry1xk7ibdTCs670lApJTGt4ILIQguQTUfsgDpmeelwLiwe/9B4pXIZ78gA=
SHA256 (Pkgfile) = fec320506d33fa892cc614ee2561807f36602fcdeec60fbb339b3537668f2bdc
SHA256 (.footprint) = 9851201b2e291df7d28ca8cd9bced6bbe9430bed6f789fd3db662c5abfa3ba2d
SHA256 (fontconfig-2.14.0.tar.xz) = dcbeb84c9c74bbfdb133d535fe1c7bedc9f2221a8daf3914b984c44c520e9bac

View File

@ -4,18 +4,20 @@
# Depends on: expat freetype
name=fontconfig
version=2.13.1
version=2.14.0
release=1
source=(https://fontconfig.org/release/$name-$version.tar.bz2)
source=(https://fontconfig.org/release/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--with-xmldir=/etc/fonts \
--with-templatedir=/etc/fonts/conf.avail
--with-templatedir=/etc/fonts/conf.avail \
--disable-nls
make
make DESTDIR=$PKG install
@ -27,5 +29,4 @@ build() {
rm -f $PKG/etc/fonts/conf.d/README
rm -r $PKG/usr/share/doc
rm -r $PKG/usr/share/locale
}

View File

@ -54,6 +54,7 @@ drwxr-xr-x root/root usr/include/freetype2/freetype/config/
-rw-r--r-- root/root usr/include/freetype2/freetype/fttrigon.h
-rw-r--r-- root/root usr/include/freetype2/freetype/fttypes.h
-rw-r--r-- root/root usr/include/freetype2/freetype/ftwinfnt.h
-rw-r--r-- root/root usr/include/freetype2/freetype/otsvg.h
-rw-r--r-- root/root usr/include/freetype2/freetype/t1tables.h
-rw-r--r-- root/root usr/include/freetype2/freetype/ttnameid.h
-rw-r--r-- root/root usr/include/freetype2/freetype/tttables.h
@ -61,7 +62,7 @@ drwxr-xr-x root/root usr/include/freetype2/freetype/config/
-rw-r--r-- root/root usr/include/freetype2/ft2build.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libfreetype.so -> libfreetype.so.6
lrwxrwxrwx root/root usr/lib/libfreetype.so.6 -> libfreetype.so.6.18.1
-rwxr-xr-x root/root usr/lib/libfreetype.so.6.18.1
lrwxrwxrwx root/root usr/lib/libfreetype.so.6 -> libfreetype.so.6.18.2
-rwxr-xr-x root/root usr/lib/libfreetype.so.6.18.2
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/freetype2.pc

View File

@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/ckDN55uix3OZvXL5tpfSL3FePnHZO3+xb6Wj97+by9V0x2GlWGxk5p2ROaN5ROyGFX2RrM+jpHCtKDmjBHALgc=
SHA256 (Pkgfile) = 12969d9481868693c618d87c03ee4668fa35823e7769c894710c3d87e6b5dbe5
SHA256 (.footprint) = 9ce4b21d74f888bb882c5dced153f6cd6ceebdb064a43f08d112498024649c34
SHA256 (freetype-2.11.1.tar.xz) = 3333ae7cfda88429c97a7ae63b7d01ab398076c3b67182e960e5684050f2c5c8
RWSE3ohX2g5d/aTcCyED/3DIZcpPA/qHdlhNkn7DR8IkClHWeyvDXwxez6EOhE4sz+41YeJK3sIlZETVfEr4DRwM0sn/ayGxvwo=
SHA256 (Pkgfile) = f00cc5fed3bda16ed14987ab5cb6ee2492267720ca825744caf66490b2f579b6
SHA256 (.footprint) = 590ceb9049c2ef1fa872371622eb5a392fd927b1e23940a0d0f96f114cb6b2f9
SHA256 (freetype-2.12.0.tar.xz) = ef5c336aacc1a079ff9262d6308d6c2a066dd4d2a905301c4adda9b354399033
SHA256 (freetype2.sh) = f7f8e09c44f7552c883846e9a6a1efc50377c4932234e74adc4a8ff750606467
SHA256 (0001-Enable-table-validation-modules.patch) = f41df4f336d5e82e58733c7a4594476c9216cfc85c096327745a7e1b559e17e1
SHA256 (0002-Enable-subpixel-rendering.patch) = dc77c1cfee4bf8e7e0690628c95d211df09e0d0750e4c8f075b78b5f105514f7

View File

@ -5,7 +5,7 @@
# Optional: brotli harfbuzz
name=freetype
version=2.11.1
version=2.12.0
release=1
source=(https://download.savannah.gnu.org/releases/freetype/freetype-$version.tar.xz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Tzaw4WYnfimPqMiHvQjBvrR94JHl7LIlPXgSTiIXXiS9C1q3RlbN4Yl+Q/wlvNMMk5KhbbKJY7faEyRKB/qUAY=
SHA256 (Pkgfile) = bcd42d38883c3afb5fa62d6372fb039938e50d7e90c9f2a0d880578ad2fcbafc
RWSE3ohX2g5d/TLgwNmYDkGBCQeP3mqRvEVvddGogtaC53lEissLFneSURFIVJfLDl+BWGhGZQyt5izJto/Z39IR4kRjZowZOwM=
SHA256 (Pkgfile) = 962c78253574553aa17f57e447eb954fcfc3643b90f8382a260ba77dd465ab63
SHA256 (.footprint) = 5cb9e187f4fd0d1628ccc9883463ef246b4d6a4bfd425153cf10fd1ce91f1e77
SHA256 (poppler-22.03.0.tar.xz) = 728c78ba94d75a55f6b6355d4fbdaa6f49934d9616be58e5e679a9cfd0980e1e
SHA256 (poppler-22.04.0.tar.xz) = 813fb4b90e7bda63df53205c548602bae728887a60f4048aae4dbd9b1927deff

View File

@ -4,7 +4,7 @@
# Depends on: gobject-introspection poppler
name=poppler-glib
version=22.03.0
version=22.04.0
release=1
source=(https://poppler.freedesktop.org/poppler-$version.tar.xz)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/V78DTUMS9wrU9oLP3Lqdw+zy486qpeXLHvaVav79TJpYL36anh5z1e1CUlXXYujyUlyZxhxkQqL+jm8SkMcXgE=
SHA256 (Pkgfile) = 0a55917901b2e3bb30d578a02134b441d169284ba1d791a18a5bd74f573f7fe2
RWSE3ohX2g5d/d7DmxR6c/27NOnxyXqVEpdRq1DmSsxQBc3rOHVOUQtiRowQZ504XN7LrwiNRLa7ZOBAmPIERaAYG4CZUmi7OgU=
SHA256 (Pkgfile) = c2322a9089fc2e4558594b7431c973d0368c513c3b1002cf9679b2620c435e7b
SHA256 (.footprint) = 269bb55d333388c643f74b16a562c9400fd2fd75f27ce1d3df68895a039bdf00
SHA256 (poppler-22.03.0.tar.xz) = 728c78ba94d75a55f6b6355d4fbdaa6f49934d9616be58e5e679a9cfd0980e1e
SHA256 (poppler-22.04.0.tar.xz) = 813fb4b90e7bda63df53205c548602bae728887a60f4048aae4dbd9b1927deff

View File

@ -4,7 +4,7 @@
# Depends on: qt5 poppler
name=poppler-qt5
version=22.03.0
version=22.04.0
release=1
source=(https://poppler.freedesktop.org/poppler-$version.tar.xz)

View File

@ -157,9 +157,9 @@ drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libpoppler-cpp.so -> libpoppler-cpp.so.0
lrwxrwxrwx root/root usr/lib/libpoppler-cpp.so.0 -> libpoppler-cpp.so.0.9.0
-rwxr-xr-x root/root usr/lib/libpoppler-cpp.so.0.9.0
lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.119
lrwxrwxrwx root/root usr/lib/libpoppler.so.119 -> libpoppler.so.119.0.0
-rwxr-xr-x root/root usr/lib/libpoppler.so.119.0.0
lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.120
lrwxrwxrwx root/root usr/lib/libpoppler.so.120 -> libpoppler.so.120.0.0
-rwxr-xr-x root/root usr/lib/libpoppler.so.120.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/poppler-cpp.pc
-rw-r--r-- root/root usr/lib/pkgconfig/poppler.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/YhjK7IYOJ5dgR3fJTIbNshFfk1w/STS3X9WzSQAjnbC3TQFKAdYgt3ZnHWhs76/3CJCSnzKi2POkJqfBIhbLAc=
SHA256 (Pkgfile) = 7198f294880ed14eb26793d80fc3283519629bf80637c768e0301b6e84a7c4bd
SHA256 (.footprint) = d41e79360d0e0e0d7b30c594267525f6173ab3abdc3eb223189d17b8f9a03fca
SHA256 (poppler-22.03.0.tar.xz) = 728c78ba94d75a55f6b6355d4fbdaa6f49934d9616be58e5e679a9cfd0980e1e
RWSE3ohX2g5d/Wxjdjyf03usxbsoUBvLAtt3dbmZJ3xu6a31DS1jJ0gf1AbC/FRKcuig8GhSkwOa7j3vkiFCZRY2Flr9AHqEdAI=
SHA256 (Pkgfile) = d137c5c2cf43a8fe1ed050a5cbd33e2537c4bea962914fd9d53c6a1d1fe09143
SHA256 (.footprint) = 5367d77a3f6c66a53eb9c5f50c56009d844820881c96c5803dc165e0da7ce193
SHA256 (poppler-22.04.0.tar.xz) = 813fb4b90e7bda63df53205c548602bae728887a60f4048aae4dbd9b1927deff

View File

@ -4,7 +4,7 @@
# Depends on: cmake cairo lcms2
name=poppler
version=22.03.0
version=22.04.0
release=1
source=(https://poppler.freedesktop.org/poppler-$version.tar.xz)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/ZuqJbiBohOmt/y4NSih18cZq7uOPiSF9DetMDI3tASOfdP3TgIr4eD/QJP3xbEQICLJWi5zBH0sJ5wxarX+0Qc=
SHA256 (Pkgfile) = 1a0ffb017efa732e46eb5a6dbbdf6ef38826e3224af1f4cf16aa31211e7fb984
RWSE3ohX2g5d/fvG/XYJBoTn3Dr3wKtOsrdcdVOspUas+GJCaQ8FYIeJCRvYc5T+lclk4Z0kTdd/xTO6E9qTg8SGfJ4nWPz6HAc=
SHA256 (Pkgfile) = 117cb81cc6a818e529d3ccf5d4aa8ce95b3818e8c24a4c2f5b4f8c959c2a4f83
SHA256 (.footprint) = ef3bff3f36404d08fa34b5672bec6933c6ff0f1fe8908afdf4940de4e00d5cd0
SHA256 (scite521.tgz) = 0e7a1daca03d9eea20b2857b722ffd57788799235803bb7b84694af5a1707e07
SHA256 (scite522.tgz) = ad33019fdcf001ed441e88169593c3efebe77542f10bbc3e5a20a34e196586e0

View File

@ -4,7 +4,7 @@
# Depends on: gtk3
name=scite
version=5.2.1
version=5.2.2
release=1
source=(https://downloads.sourceforge.net/project/scintilla/SciTE/$version/$name${version//./}.tgz)