- Update from version 6.14 to 7.0 - Update of rootfile not required - Changelog 7.0 3165220 cifs-utils: bump version to 7.0 7b91873 cifs-utils: don't return uninitialized value in cifs_gss_get_req d9f5447 cifs-utils: make GSSAPI usage compatible with Heimdal 5e5aa50 cifs-utils: work around missing krb5_free_string in Heimdal dc60353 fix warnings for -Waddress-of-packed-member c4c94ad setcifsacl: fix memory allocation for struct cifs_ace 4ad2c50 setcifsacl: fix comparison of actions reported by covscan 9b074db cifs.upcall: remove unused variable and fix syslog message 2981686 cifs.upcall: Switch to RFC principal type naming 8a288d6 man-pages: Update cifs.upcall to mention GSS_USE_PROXY aeee690 cifs.upcall: fix compiler warning e2430c0 cifs.upcall: add gssproxy support 6.15 - CVE-2022-27239: mount.cifs: fix length check for ip option parsing In cifs-utils through 6.14, a stack-based buffer overflow when parsing the mount.cifs ip= command-line argument could lead to local attackers gaining root privileges. - CVE-2022-29869: mount.cifs: fix verbose messages on option parsing cifs-utils through 6.14, with verbose logging, can cause an information leak when a file contains = (equal sign) characters but is not a valid credentials file.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/cifs-utils | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lfs/cifs-utils b/lfs/cifs-utils index 907804f36..9301caef6 100644 --- a/lfs/cifs-utils +++ b/lfs/cifs-utils @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2023 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -26,7 +26,7 @@ include Config
SUMMARY = Utilities for doing and managing mounts of the Linux CIFS filesystem
-VER = 6.14 +VER = 7.0
THISAPP = cifs-utils-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = cifs-utils -PAK_VER = 4 +PAK_VER = 5
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = d5ff2fe5de6800ffa1ffafb78c02ee02dc61c47243d89f6c634e1df9ed539e8a1d2d26f022f55b344849072f254fc6a3d1c217a6e23193189ff2cbb144a1a5f0 +$(DL_FILE)_BLAKE2 = 514d35f243d0ef7b866068a9a53a4b1704d2856d491d56aa469e8e3919b4030cb920a7f60d08851b0a23d28a020d1ddf7daa8b9ac412f1567a0a60d2f6ee6774
install : $(TARGET)
- Update from version 2.14.1 to 2.15.0 - Update of rootfile - Autogen no longer required - fcobjshash.h is no longer in tarball from version 2.13.1 - Changelog 2.15 Do not change the order of orth files Convert tabs to spaces Convert more tabs to spaces in docs src/meson.build: Store correct paths to fontconfig.pc. Fix a typo in description for HAVE_STDATOMIC_PRIMITIVES Report more detailed logs instead of assertion. Add some missing constant names for weight. Adujst indentation between programlisting in fontconfig-user.sgml Bump version to 2.14.2 Clean up unused code Add another test case for flatpak Update 65-nonlatin.conf for macOS Change the order of the properties to the order of fontconfig cache format Add missing property descriptions Add namedinstance property Remove the problematic language from code and doc Fix a typo Fix a typo for FcCharSetDelChar doc Fix a typo in scalable property Use 'outline' instead of 'scalable' for bitmaps Add more docs about selectfont Rework CI implementation Fix a typo Rework CI implementation v2 Apply a fix of ci-templates Fix uninitialized memory access when failing memory allocation. Create a symlink with relative path Fix an error of "initializer element is not constant" Update CaseFolding.txt to Unicode 15.1 Update the encoding table for Simplified Chinese Retry to decode strings in the name table as UTF-16BE in some cases. Work around decoding strings in Macintosh encoding for the name table. Add iconv detection for meson build .gitlab-ci: Update CI: Update CI: static build only for rawhide Use memmove instead of memcpy Rename README to NEWS and add README.md Update so version Fix leak of `reason` in _FcConfigParse when not complaining Ignore LC_CTYPE if set to "UTF-8" Some doc clarifications Add FC_FONT_WRAPPER Detect standalone CFF fonts for FC_FONT_WRAPPER Add anp.orth, bhb.orth, hif.orth, mag.orth, raj.orth, and the.orth Add {agr,ayc,bem,ckb,cmn,dsb,hak,lij,lzh,mfe,mhr,miq,mjw,mnw,nan,nhn,niu,rif,sgs,shn,szl,tcy,tpi,unm,wae,yue,yuw}.orth Change index type to 16 bit and bump cache version to 9 Expand ~ in glob Add optional 11-lcdfilter-none configuration Fix filepaths added when scanning with sysroot Fix false-positive CFI failure In fcfreetype.c, `GetScriptTags`: fix `use_of_uninitialized_value` and return the correct number of parsed tags in case the font file contains less tags than indicated. meson: Support any compiler with gcc or msvc argument syntax fix typo Reload MM/VF metadata for each font face in font collection fixed typos in fc-conflist.sgml Add aliases for Helvetica LT Std 2.14.2 Fix the build issue on meson when -g option is added to c_args Store artifacts for meson windows CI Add FC_DESKTOP_NAME property Add --with-default-sub-pixel-rendering option Update po-conf/POTFILES.in Ignore null pointer on Fc*Destroy functions Convert tabs to spaces Convert more tabs to spaces in docs src/meson.build: Store correct paths to fontconfig.pc. Fix a typo in description for HAVE_STDATOMIC_PRIMITIVES Report more detailed logs instead of assertion. Add some missing constant names for weight. Adujst indentation between programlisting in fontconfig-user.sgml meson: modify gperf test to remove sh dependency meson: Update freetype2 git repository to upstream Ignore LC_CTYPE if set to "UTF-8" Expand ~ in glob fix typo
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- config/rootfiles/common/fontconfig | 7 ++++--- lfs/fontconfig | 8 +++----- 2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/config/rootfiles/common/fontconfig b/config/rootfiles/common/fontconfig index 2ca3e4649..50d503ed8 100644 --- a/config/rootfiles/common/fontconfig +++ b/config/rootfiles/common/fontconfig @@ -2,7 +2,7 @@ #etc/fonts/conf.d etc/fonts/conf.d/10-hinting-slight.conf etc/fonts/conf.d/10-scale-bitmap-fonts.conf -etc/fonts/conf.d/10-sub-pixel-rgb.conf +etc/fonts/conf.d/10-sub-pixel-none.conf etc/fonts/conf.d/10-yes-antialias.conf etc/fonts/conf.d/11-lcdfilter-default.conf etc/fonts/conf.d/20-unhint-small-vera.conf @@ -39,7 +39,7 @@ usr/bin/fc-validate #usr/lib/libfontconfig.la #usr/lib/libfontconfig.so usr/lib/libfontconfig.so.1 -usr/lib/libfontconfig.so.1.12.0 +usr/lib/libfontconfig.so.1.12.1 #usr/lib/pkgconfig/fontconfig.pc #usr/share/fontconfig #usr/share/fontconfig/conf.avail @@ -51,9 +51,9 @@ usr/lib/libfontconfig.so.1.12.0 #usr/share/fontconfig/conf.avail/10-hinting-none.conf #usr/share/fontconfig/conf.avail/10-hinting-slight.conf #usr/share/fontconfig/conf.avail/10-no-antialias.conf -#usr/share/fontconfig/conf.avail/10-no-sub-pixel.conf #usr/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf #usr/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf +#usr/share/fontconfig/conf.avail/10-sub-pixel-none.conf #usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf #usr/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf #usr/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf @@ -62,6 +62,7 @@ usr/lib/libfontconfig.so.1.12.0 #usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf #usr/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf #usr/share/fontconfig/conf.avail/11-lcdfilter-light.conf +#usr/share/fontconfig/conf.avail/11-lcdfilter-none.conf #usr/share/fontconfig/conf.avail/20-unhint-small-vera.conf #usr/share/fontconfig/conf.avail/25-unhint-nonlatin.conf #usr/share/fontconfig/conf.avail/30-metric-aliases.conf diff --git a/lfs/fontconfig b/lfs/fontconfig index 4add7abfd..318d643b0 100644 --- a/lfs/fontconfig +++ b/lfs/fontconfig @@ -24,11 +24,11 @@
include Config
-VER = 2.14.1 +VER = 2.15.0 SUMMARY = Library for configuring and customizing font access
THISAPP = fontconfig-$(VER) -DL_FILE = $(THISAPP).tar.bz2 +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -41,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 870f7936b0ffb7afce37b1c6909cacfaff3a0613a4d0dabddb1e0ec5672018fb80e1aca9d22e3f31579edd304e3cc55a45dd392e199646bbc86a11d4a99e0f35 +$(DL_FILE)_BLAKE2 = 17c85fddc4ab84111c4f50afb89ecd8792c3aeaa2690b38fd39fca6f6cece69e9ce0cd3af8a2e54968c79ad1f9bee1e444699a13c068d9dfd3dfe1212ff37533
install : $(TARGET)
@@ -71,8 +71,6 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && rm -vf src/fcobjshash.h - cd $(DIR_APP) && ./autogen.sh cd $(DIR_APP) && ./configure \ --prefix=/usr \ --sysconfdir=/etc \
- Update from version 3.12 to 3.16 - Update of rootfile not required - Changelog 3.16 2023-11-30 * Notable user-visible changes * Multiple test streams started with -P/--parallel will now be serviced by different threads. This allows iperf3 to take advantage of multiple CPU cores on modern processors, and will generally result in significant throughput increases (PR #1591). * OpenSSL 3 is now detected at build time. If OpenSSL 3 is found, various older, deprecated, APIs will not be used. iperf3 will continue to work with OpenSSL 1.1.1. OpenSSL is used as a part of the iperf3 authentication functionality (Issue #1300, PR #1589). * The authorized users file used by the authentication functionality is now checked for accessibility much earlier during the program startup, as opposed to being checked near the start of a test (Issue #1583, PR #1585). * Developer-visible changes * BREAKING CHANGE: iperf3 now requires pthreads and C atomic variables to compile and run. 3.15 2023-09-14 * Notable user-visible changes * Several bugs that could allow the iperf3 server to hang waiting for input on the control connection has been fixed. ESnet thanks Jorge Sancho Larraz from Canonical for reporting this issue. For more information, see: https://downloads.es.net/pub/iperf/esnet-secadv-2023-0002.txt.asc * A bug that caused garbled output with UDP tests on 32-bit hosts has been fixed (PR #1554, PR #1556). This bug was introduced in iperf-3.14. * A bug in counting UDP messages has been fixed (PR #1367, PR #1380). 3.14 2023-07-07 * Notable user-visible changes * A memory allocation hazard was fixed (Issue #1542/PR #1543). For more information see: https://downloads.es.net/pub/iperf/esnet-secadv-2023-0001.txt.asc * JSON output was improved, such as print JSON numbers as signed (PR #1539, Issue #1435), the exit code when doing JSON output was fixed (PR #1523), and client_api was fixed so that it still returns an error code when JSON is enabled (Issue #1405). Also, duplicate fields when using multiple streams was removed from the JSON output (#1492). * Prevent UDP packet count and operations overflow (PR #1536/Issue #1534). * Statistics are fixed when --omit is used (Issue #1489/PR #1498). * Developer-visible changes * CI builds and tests using GitHub actions have been added (PR #1519). * A fix for Android "unable to create a new stream error" was added (PR #1506). * Support for Voice Admit DSCP code point from RFC 5865 was added (PR #1490). * A fix for preventing a crash when RSA public key path doesn't exist was fixed (PR #1488/Issue #1471). 3.13 2023-02-16 * Notable user-visible changes * fq-rate (PR #1461, Issue #1366), and bidirectional flag (Issue #1428, PR #1429) were added to the JSON output. * Added support for OpenBSD including cleaning up endian handling (PR #1396) and support for TCP_INFO on systems where it was implemented (PR #1397). * Fixed bug in how TOS is set in mapped v4 (PR #1427). * Corrected documentation, such as updating binary download links and text (Issue #1459), updating version on iperf3 websites, and fixing an incorrect error message (Issue #1441). * Fixed crash on rcv-timeout with JSON logfile (#1463, #1460, issue #1360, PR #1369). * Fixed a bug that prevented TOS/DSCP from getting set correctly for reverse tests (PR #1427, Issue #638). * Developer-visible changes * Getter and setter are now available for bind_dev (PR #1419). * Added missing getter for bidirectional tests (PR #1453). * Added minor changes to clean up .gitignore and error messages (#1408). * Made sure configure scripts are runnable with /bin/sh (PR #1398). * Cleaned up RPM spec, such as adding missing RPM build dependencies, dropping EL5 and removing outdated %changelog (PR #1401) to make. * Added a fix for a resource leak bug in function iperf_create_pidfile(#1443).
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/iperf3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/iperf3 b/lfs/iperf3 index 985034cb3..43d325bc0 100644 --- a/lfs/iperf3 +++ b/lfs/iperf3 @@ -26,7 +26,7 @@ include Config
SUMMARY = A tool to measure network performance
-VER = 3.12 +VER = 3.16
THISAPP = iperf-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = iperf3 -PAK_VER = 6 +PAK_VER = 7
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 95753e4fd2b7ca640b17501f6b21b0e63ea0a3df2ba920c672ffcccd991502cacf4bf3641be1ffbbb993c86e6915ceada5745cffe1796bb86b6a6a1dff8811ae +$(DL_FILE)_BLAKE2 = 4ca930b58c54d5ae5b0c8b14aca2556224ff2c7b943d32e65486dc2a7e1abd2d26b229e9f759358c326be8754e88a203e11a3ab0f029daa982375a880c3f1cbd
install : $(TARGET) check : $(patsubst %,$(DIR_CHK)/%,$(objects))
- Update from version 20221126 to 20231222 - Update of rootfile not required - Changelog 20231222 * arping - fix: Properly fix -Wpedantic warnings (commit: 80a580a, PR: #505) * clockdiff - fix: Set ppoll timeout minimum to 1ms (commit: 471942d, issue: #326, PR: #459) * ping - feature: Add option -H to force reverse DNS resolution (commit: dd5a81a, issue: #421, https://bugs.debian.org/650479, PR: #494) - feature: Decode unreachable codes added in RFC 4443 (commit: c4c7d52, PR: #447) - feature: Allow over-PMTU-sized packets with DF set using PMTUDISC_PROBE (commit: e123cab, PR: #448) - fix: Revert "ping: use random value for the identifier field" to use PID again (commit: d466aab, issue: #489, PR: #503, regression from s20200821) - fix: Fix support for DSCP (Traffic Class, option -Q) (commit: 425f711, PR: #468, broken since s20060425) - fix: Fix the errno handling for strtod (commit: 33e78be, PR: #450, regression from s20190324) - fix: Drop redundant setsockopt(IPV6_TCLASS) call (commit: d38519a, PR: #468, regression from s20150815) - fix: Fix overflow on negative -i (commit: 2a63b94, issue: #465) - fix: Fix sporadically missing DNS record on targets with multiple IP addresses (commit: 80a580a, PR: #505, regression from s20200821) - fix: Handle interval correctly in the first second after booting (commit: 7448c33, PR: #499) - fix: Fix presentation of IPv6 addresses with no reverse DNS (commit: bc3f2e3, issue: #455, PR: #478) - fix: Add missing whitespace in IPv6 output (commit: 14472fc, PR: #455) - fix: Allow to localize help (commit: e13508a) - fix: Use print target when empty ai_canonname (commit: c68afd5, issue: #421) - Improve interval error message (commit: fb75557, PR: #487) - man: Mention broadcast and multicast limit for non-root (commit: e7aafa7, PR: #486) - man: Document collisions and pid_max (commit: c515a0d, PR: #507) - man: Add missing parameter for -e (commit: 2400215) - man: Update TTL details (commit: 2beff77, issue: #488, PR: #497) - man: Describe the defaults for -n option, reword (commit: a6e6d24) * tracepath - fix: Restore the MTU probing behavior") (commit: a75feb0, PR: #448, regression from s20190709) - fix: Fix behavior during the first second after booting (commit: c64bcd8, PR: #499) - Add NULL pointer assert() check (commit: 065daad, PR: #498) - man: Fix output related docs (commit: 40c7bc3, issue: #469, PR: #470) - man: Document error messages (commit: 90371d2, issue: #463, PR: #495) * CI - Add Add CentOS Stream 9 and Rocky Linux 8 and 9 (commit: 26edb41, 0ce30ae, PR: #457, #476) * localization - 100% translated: Chinese (Simplified), Czech, English, French, Georgian, German, Korean, Portuguese (Brazil), Ukrainian - > 90% Finnish, Turkish, Japanese, Indonesian
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- lfs/iputils | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/iputils b/lfs/iputils index d881a0f74..3343623cf 100644 --- a/lfs/iputils +++ b/lfs/iputils @@ -24,10 +24,10 @@
include Config
-VER = 20221126 +VER = 20231222
THISAPP = iputils-$(VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 97bdc49810ce9e517211323e8e8ffd2f2be505704d67533db0e8f296701048b82c61b39062aab4a8fa148b29175636a657c2dcdd65e3a16b1572d2f392b8ecf0 +$(DL_FILE)_BLAKE2 = a76d4e9741c4ce8d2a2b6337873400543c5bb51d61a794fdfed8c8f4228c41020f5203c8af7ca44a36877d246d4f67019d31f1a58e48c6fca7964d6ebc9d764b
install : $(TARGET)
Reviewed-by: Peter Müller peter.mueller@ipfire.org
- Update from version 20221126 to 20231222
- Update of rootfile not required
- Changelog 20231222
- arping
- fix: Properly fix -Wpedantic warnings (commit: 80a580a, PR: #505)
- clockdiff
- fix: Set ppoll timeout minimum to 1ms (commit: 471942d, issue: #326, PR: #459)
- ping
- feature: Add option -H to force reverse DNS resolution (commit: dd5a81a, issue: #421, https://bugs.debian.org/650479, PR: #494)
- feature: Decode unreachable codes added in RFC 4443 (commit: c4c7d52, PR: #447)
- feature: Allow over-PMTU-sized packets with DF set using PMTUDISC_PROBE (commit: e123cab, PR: #448)
- fix: Revert "ping: use random value for the identifier field" to use PID again (commit: d466aab, issue: #489, PR: #503, regression from s20200821)
- fix: Fix support for DSCP (Traffic Class, option -Q) (commit: 425f711, PR: #468, broken since s20060425)
- fix: Fix the errno handling for strtod (commit: 33e78be, PR: #450, regression from s20190324)
- fix: Drop redundant setsockopt(IPV6_TCLASS) call (commit: d38519a, PR: #468, regression from s20150815)
- fix: Fix overflow on negative -i (commit: 2a63b94, issue: #465)
- fix: Fix sporadically missing DNS record on targets with multiple IP addresses (commit: 80a580a, PR: #505, regression from s20200821)
- fix: Handle interval correctly in the first second after booting (commit: 7448c33, PR: #499)
- fix: Fix presentation of IPv6 addresses with no reverse DNS (commit: bc3f2e3, issue: #455, PR: #478)
- fix: Add missing whitespace in IPv6 output (commit: 14472fc, PR: #455)
- fix: Allow to localize help (commit: e13508a)
- fix: Use print target when empty ai_canonname (commit: c68afd5, issue: #421)
- Improve interval error message (commit: fb75557, PR: #487)
- man: Mention broadcast and multicast limit for non-root (commit: e7aafa7, PR: #486)
- man: Document collisions and pid_max (commit: c515a0d, PR: #507)
- man: Add missing parameter for -e (commit: 2400215)
- man: Update TTL details (commit: 2beff77, issue: #488, PR: #497)
- man: Describe the defaults for -n option, reword (commit: a6e6d24)
- tracepath
- fix: Restore the MTU probing behavior") (commit: a75feb0, PR: #448, regression from s20190709)
- fix: Fix behavior during the first second after booting (commit: c64bcd8, PR: #499)
- Add NULL pointer assert() check (commit: 065daad, PR: #498)
- man: Fix output related docs (commit: 40c7bc3, issue: #469, PR: #470)
- man: Document error messages (commit: 90371d2, issue: #463, PR: #495)
- CI
- Add Add CentOS Stream 9 and Rocky Linux 8 and 9 (commit: 26edb41, 0ce30ae, PR: #457, #476)
- localization
- 100% translated: Chinese (Simplified), Czech, English, French, Georgian, German, Korean, Portuguese (Brazil), Ukrainian
90% Finnish, Turkish, Japanese, IndonesianSigned-off-by: Adolf Belka adolf.belka@ipfire.org
lfs/iputils | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/iputils b/lfs/iputils index d881a0f74..3343623cf 100644 --- a/lfs/iputils +++ b/lfs/iputils @@ -24,10 +24,10 @@
include Config
-VER = 20221126 +VER = 20231222
THISAPP = iputils-$(VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 97bdc49810ce9e517211323e8e8ffd2f2be505704d67533db0e8f296701048b82c61b39062aab4a8fa148b29175636a657c2dcdd65e3a16b1572d2f392b8ecf0 +$(DL_FILE)_BLAKE2 = a76d4e9741c4ce8d2a2b6337873400543c5bb51d61a794fdfed8c8f4228c41020f5203c8af7ca44a36877d246d4f67019d31f1a58e48c6fca7964d6ebc9d764b
install : $(TARGET)
- Update from version 2.5.4 to 2.5.5 - Update of rootfile - Changelog 2.5.5 - December 1, 2023 * Update the syscall table for Linux v6.7-rc3
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- config/rootfiles/packages/libseccomp | 2 +- lfs/libseccomp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/config/rootfiles/packages/libseccomp b/config/rootfiles/packages/libseccomp index ff8d4dcae..f1bc3961f 100644 --- a/config/rootfiles/packages/libseccomp +++ b/config/rootfiles/packages/libseccomp @@ -4,7 +4,7 @@ usr/bin/scmp_sys_resolver #usr/lib/libseccomp.la #usr/lib/libseccomp.so usr/lib/libseccomp.so.2 -usr/lib/libseccomp.so.2.5.4 +usr/lib/libseccomp.so.2.5.5 #usr/lib/pkgconfig/libseccomp.pc #usr/share/man/man1/scmp_sys_resolver.1 #usr/share/man/man3/seccomp_api_get.3 diff --git a/lfs/libseccomp b/lfs/libseccomp index c00ca3907..fa65f2259 100644 --- a/lfs/libseccomp +++ b/lfs/libseccomp @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2023 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -26,7 +26,7 @@ include Config
SUMMARY = A Seccomp (mode 2) helper library
-VER = 2.5.4 +VER = 2.5.5
THISAPP = libseccomp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libseccomp -PAK_VER = 9 +PAK_VER = 10
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 38b134cb578f9355667546f92950ebcf8c53ccaf98db568db9aadfa9629c054136849e03d4bf9f09f73998fe66a5e8a9038573d19740b2bddf5518a8a0119229 +$(DL_FILE)_BLAKE2 = d770cee1f3e02fbbcd9f25655b360ab38160ad800e2829a67f2b9da62b095a90be99ac851a67344cf95bd6810a6268da4655dc1d37d996e58239c4999eb41998
install : $(TARGET)
Reviewed-by: Peter Müller peter.mueller@ipfire.org
- Update from version 2.5.4 to 2.5.5
- Update of rootfile
- Changelog 2.5.5 - December 1, 2023
- Update the syscall table for Linux v6.7-rc3
Signed-off-by: Adolf Belka adolf.belka@ipfire.org
config/rootfiles/packages/libseccomp | 2 +- lfs/libseccomp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/config/rootfiles/packages/libseccomp b/config/rootfiles/packages/libseccomp index ff8d4dcae..f1bc3961f 100644 --- a/config/rootfiles/packages/libseccomp +++ b/config/rootfiles/packages/libseccomp @@ -4,7 +4,7 @@ usr/bin/scmp_sys_resolver #usr/lib/libseccomp.la #usr/lib/libseccomp.so usr/lib/libseccomp.so.2 -usr/lib/libseccomp.so.2.5.4 +usr/lib/libseccomp.so.2.5.5 #usr/lib/pkgconfig/libseccomp.pc #usr/share/man/man1/scmp_sys_resolver.1 #usr/share/man/man3/seccomp_api_get.3 diff --git a/lfs/libseccomp b/lfs/libseccomp index c00ca3907..fa65f2259 100644 --- a/lfs/libseccomp +++ b/lfs/libseccomp @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2023 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -26,7 +26,7 @@ include Config
SUMMARY = A Seccomp (mode 2) helper library
-VER = 2.5.4 +VER = 2.5.5
THISAPP = libseccomp-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libseccomp -PAK_VER = 9 +PAK_VER = 10
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 38b134cb578f9355667546f92950ebcf8c53ccaf98db568db9aadfa9629c054136849e03d4bf9f09f73998fe66a5e8a9038573d19740b2bddf5518a8a0119229 +$(DL_FILE)_BLAKE2 = d770cee1f3e02fbbcd9f25655b360ab38160ad800e2829a67f2b9da62b095a90be99ac851a67344cf95bd6810a6268da4655dc1d37d996e58239c4999eb41998
install : $(TARGET)
- Update from version 1.2.3 to 1.3.1 - Update of rootfile - Changelog is too large to include here. See details at https://mesonbuild.com/Release-notes.html
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- config/rootfiles/common/meson | 14 +++++++------- lfs/meson | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/config/rootfiles/common/meson b/config/rootfiles/common/meson index c8e29f313..ff8e294d1 100644 --- a/config/rootfiles/common/meson +++ b/config/rootfiles/common/meson @@ -1,11 +1,11 @@ #usr/bin/meson -#usr/lib/python3.10/site-packages/meson-1.2.3-py3.10.egg-info -#usr/lib/python3.10/site-packages/meson-1.2.3-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/meson-1.2.3-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/meson-1.2.3-py3.10.egg-info/dependency_links.txt -#usr/lib/python3.10/site-packages/meson-1.2.3-py3.10.egg-info/entry_points.txt -#usr/lib/python3.10/site-packages/meson-1.2.3-py3.10.egg-info/requires.txt -#usr/lib/python3.10/site-packages/meson-1.2.3-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info +#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/entry_points.txt +#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/top_level.txt #usr/lib/python3.10/site-packages/mesonbuild #usr/lib/python3.10/site-packages/mesonbuild/__init__.py #usr/lib/python3.10/site-packages/mesonbuild/_pathlib.py diff --git a/lfs/meson b/lfs/meson index 42222c522..47156561f 100644 --- a/lfs/meson +++ b/lfs/meson @@ -24,7 +24,7 @@
include Config
-VER = 1.2.3 +VER = 1.3.1
THISAPP = meson-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 7d76c54bddba249ab97ebd5dd0afc448177ff9fa70812a8ca0cc9fe308c9b145b3fbc3ee068acae0fdc73edff42134b7a0b618cd80a05347a424aca7bc8bbef8 +$(DL_FILE)_BLAKE2 = 64d53eddc8cb321a4e2dabaa4b7499798a7b68764b1a7a5182bfa21d081dc07105acab616119b88ff610e5d75504f03d1c0aefee3602ddf538fc491ff3d0204a
install : $(TARGET)
Reviewed-by: Peter Müller peter.mueller@ipfire.org
- Update from version 1.2.3 to 1.3.1
- Update of rootfile
- Changelog is too large to include here. See details at https://mesonbuild.com/Release-notes.html
Signed-off-by: Adolf Belka adolf.belka@ipfire.org
config/rootfiles/common/meson | 14 +++++++------- lfs/meson | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/config/rootfiles/common/meson b/config/rootfiles/common/meson index c8e29f313..ff8e294d1 100644 --- a/config/rootfiles/common/meson +++ b/config/rootfiles/common/meson @@ -1,11 +1,11 @@ #usr/bin/meson -#usr/lib/python3.10/site-packages/meson-1.2.3-py3.10.egg-info -#usr/lib/python3.10/site-packages/meson-1.2.3-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/meson-1.2.3-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/meson-1.2.3-py3.10.egg-info/dependency_links.txt -#usr/lib/python3.10/site-packages/meson-1.2.3-py3.10.egg-info/entry_points.txt -#usr/lib/python3.10/site-packages/meson-1.2.3-py3.10.egg-info/requires.txt -#usr/lib/python3.10/site-packages/meson-1.2.3-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info +#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/entry_points.txt +#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/meson-1.3.1-py3.10.egg-info/top_level.txt #usr/lib/python3.10/site-packages/mesonbuild #usr/lib/python3.10/site-packages/mesonbuild/__init__.py #usr/lib/python3.10/site-packages/mesonbuild/_pathlib.py diff --git a/lfs/meson b/lfs/meson index 42222c522..47156561f 100644 --- a/lfs/meson +++ b/lfs/meson @@ -24,7 +24,7 @@
include Config
-VER = 1.2.3 +VER = 1.3.1
THISAPP = meson-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 7d76c54bddba249ab97ebd5dd0afc448177ff9fa70812a8ca0cc9fe308c9b145b3fbc3ee068acae0fdc73edff42134b7a0b618cd80a05347a424aca7bc8bbef8 +$(DL_FILE)_BLAKE2 = 64d53eddc8cb321a4e2dabaa4b7499798a7b68764b1a7a5182bfa21d081dc07105acab616119b88ff610e5d75504f03d1c0aefee3602ddf538fc491ff3d0204a
install : $(TARGET)