This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".
The branch, master has been updated
via 5652c2fd3711c1de47ad1e754e7fd28929e21c16 (commit)
via 928ec065a2c9e7b0894f2fe612a10bd7e549b4f7 (commit)
from 78582b440bfec31fa66256f8726f16966a299865 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5652c2fd3711c1de47ad1e754e7fd28929e21c16
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Sun Dec 3 17:54:17 2023 +0100
make: Update to version 4.4.1
- IPFire-3.x
- Update from version 4.4 to 4.4.1
- Changelog
4.4.1
This release is primarily a bug-fix release.
A complete list of bugs fixed in this version is available here:
https://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=1…
* WARNING: Backward-incompatibility!
In previous releases it was not well-defined when updates to MAKEFLAGS made
inside a makefile would be visible. This release ensures they are visible
immediately, even when invoking $(shell ...) functions. Also, command line
variable assignments are now always present in MAKEFLAGS, even when parsing
makefiles.
Implementation provided by Dmitry Goncharov <dgoncharov(a)users.sf.net>
* New feature: Parallel builds of archives
Previously it was not possible to use parallel builds with archives. It is
still not possible using the built-in rules, however you can now override
the built-in rules with a slightly different set of rules and use parallel
builds with archive creation. See the "Dangers When Using Archives" section
of the GNU Make manual, and https://savannah.gnu.org/bugs/index.php?14927
* Previously target-specific variables would inherit their "export" capability
from parent target-specific variables even if they were marked private. Now
private parent target-specific variables have no affect. For more details
see https://savannah.gnu.org/bugs/index.php?61463
* Disable FIFO jobserver on GNU/Hurd and Cygwin
Experimentation shows that the new FIFO-based jobserver doesn't work well on
GNU/Hurd or Cygwin: revert these systems to use the pipe-based jobserver.
* Updates to allow building on OS/2
Provided by KO Myung-Hun <komh78(a)gmail.com>
* New platform: GNU Make is supported on z/OS
Thanks to Igor Todorovski <itodorov(a)ca.ibm.com> for the patches and testing
assistance.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 928ec065a2c9e7b0894f2fe612a10bd7e549b4f7
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Sun Dec 3 16:02:35 2023 +0100
man-pages: Update to version 6.05.01
- IPFire-3.x
- Update from version 6.03 to 6.05.01
- Changelog
6.05.01
- Build system:
- Ignore dot-dirs within $MANDIR
6.05
New and rewritten pages
man2/
ioctl_pipe.2
man3/
regex.3
man5/
erofs.5
Newly documented interfaces in existing pages
bpf.2
EAGAIN
ioctl_userfaultfd.2
UFFD_FEATURE_EXACT_ADDRESS
prctl.2
PR_GET_AUXV
recv.2
MSG_CMSG_CLOEXEC
statx.2
STAT_ATTR_MOUNT_ROOT
syscall.2
ENOSYS
resolv.conf.5
no-aaaa
RES_NOAAAA
tmpfs.5
CONFIG_TRANSPARENT_HUGEPAGE
ip.7
IP_LOCAL_PORT_RANGE
rtnetlink.7
IFLA_PERM_ADDRESS
New and changed links
man3type/
regex_t.3type (regex(3))
regmatch_t.3type (regex(3))
regoff_t.3type (regex(3))
Global changes
- Types:
- Document functions using off64_t as if they used off_t (except
for lseek64()).
- Build system:
- Keep file modes in the release tarball.
- Fix symlink installation (`make install LINK_PAGES=symlink`).
- Add support for using bzip2(1), lzip(1), and xz(1) when installing
pages and creating release tarballs.
- Create reproducible release tarballs.
- Move makefiles from lib/ to share/mk/.
- Support mdoc(7) pages.
- Relicense Makefiles as GPL-3.0-or-later.
- Build PostScript and PDF manual pages.
- Add support for running our build system on arbitrary source
trees; this makes it possible to easily run our linters on another
project's manual pages as easily as `make lint MANDIR=~/src/groff`
- Licenses:
- Relicense ddp.7 from VERBATIM_ONE_PARA to Linux-man-pages-copyleft.
- Relicense dir_colors.5 from LDPv1 to GPL-2.0-or-later.
- Use new SPDX license identifiers:
- Linux-man-pages-1-para (was VERBATIM_ONE_PARA)
- Linux-man-pages-copyleft-2-para (was VERBATIM_TWO_PARA)
- Linux-man-pages-copyleft-var (was VERBATIM_PROF)
- ffix:
- use `\%`
- un-bracket tbl(1) tables
Changes to individual pages
The manual pages (and other files in the repository) have been improved
beyond what this changelog covers. To learn more about changes applied
to individual pages, use git(1).
6.04
Newly documented interfaces in existing pages
proc.5
KPF_PGTABLE (Linux 4.18)
landlock.7
LANDLOCK_ACCESS_FS_REFER (Linux 5.19)
LANDLOCK_ACCESS_FS_TRUNCATE (Linux 6.02)
udp.7
UDP_GRO (Linux 5.0)
UDP_SEGMENT (Linux 4.18)
Global changes
- Sections:
- Add HISTORY.
- HISTORY: Restore C89 references.
- Repurpose VERSIONS.
- Simplify STANDARDS.
- SYNOPSIS: Mark several functions as deprecated.
- Build system:
- Support installing in different mandirs
(e.g., man3typedir='/usr/share/man/man3').
- Support installing compressed pages (Z='.gz').
- Support installing link pages as symlinks (LINK_PAGES='symlink').
- Add make(1) 'check' target. This has been split from 'lint'.
'lint' will check the source code, and 'check' will check the
rendered pages (as a user will read them). There are currently
several pages that fail this `make check`, and distributors that
depend on this can workaround it by touching a few files:
$ make check -k -j >/dev/null 2>/dev/null;
$ make check -k 2>/dev/null;
GREP .tmp/man/man1/memusage.1.check-catman.touch
TROFF .tmp/man/man2/fanotify_init.2.cat.set
TROFF .tmp/man/man2/gettimeofday.2.cat.set
TROFF .tmp/man/man2/s390_sthyi.2.cat.set
GREP .tmp/man/man3/mallopt.3.check-catman.touch
TROFF .tmp/man/man3/unlocked_stdio.3.cat.set
TROFF .tmp/man/man4/console_codes.4.cat.set
TROFF .tmp/man/man4/lirc.4.cat.set
GREP .tmp/man/man4/smartpqi.4.check-catman.touch
GREP .tmp/man/man4/veth.4.check-catman.touch
TROFF .tmp/man/man5/proc.5.cat.set
GREP .tmp/man/man5/slabinfo.5.check-catman.touch
TROFF .tmp/man/man5/tzfile.5.cat.set
TROFF .tmp/man/man7/address_families.7.cat.set
TROFF .tmp/man/man7/ascii.7.cat.set
TROFF .tmp/man/man7/bpf-helpers.7.cat.set
GREP .tmp/man/man7/keyrings.7.check-catman.touch
GREP .tmp/man/man7/uri.7.check-catman.touch
TROFF .tmp/man/man8/tzselect.8.cat.set
TROFF .tmp/man/man8/zdump.8.cat.set
TROFF .tmp/man/man8/zic.8.cat.set
After touching the previous files, `make check` will succeed:
$ make check -k 2>/dev/null | awk '{print $2}' | xargs touch;
$ make check -j >/dev/null;
$ echo $?
0
Changes to individual pages
The manual pages (and other files in the repository) have been improved
beyond what this changelog covers. To learn more about changes applied
to individual pages, use git(1).
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
make/make.nm | 2 +-
man-pages/man-pages.nm | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)
Difference in files:
diff --git a/make/make.nm b/make/make.nm
index 6d796b6ef..b21faf42a 100644
--- a/make/make.nm
+++ b/make/make.nm
@@ -4,7 +4,7 @@
###############################################################################
name = make
-version = 4.4
+version = 4.4.1
release = 1
maintainer = Michael Tremer <michael.tremer(a)ipfire.org>
diff --git a/man-pages/man-pages.nm b/man-pages/man-pages.nm
index dafd46c99..a6b10bb65 100644
--- a/man-pages/man-pages.nm
+++ b/man-pages/man-pages.nm
@@ -4,7 +4,7 @@
###############################################################################
name = man-pages
-version = 6.03
+version = 6.05.01
release = 1
groups = Base Documentation
@@ -21,8 +21,6 @@ source_dl = http://www.kernel.org/pub/linux/docs/man-pages/
sources = %{thisapp}.tar.xz
build
- arches = noarch
-
prepare_cmds
# Remove deprecated/unneeded stuff:
hooks/post-receive
--
IPFire 3.x development tree
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".
The branch, master has been updated
via 78582b440bfec31fa66256f8726f16966a299865 (commit)
from 0010ea244cc388bd78f0dfa93f58aaa03dca4180 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 78582b440bfec31fa66256f8726f16966a299865
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sat Dec 2 13:04:12 2023 +0000
meson: Fix download URL
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
meson/meson.nm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Difference in files:
diff --git a/meson/meson.nm b/meson/meson.nm
index 9e615482b..62f071755 100644
--- a/meson/meson.nm
+++ b/meson/meson.nm
@@ -5,7 +5,7 @@
name = meson
version = 1.3.0
-release = 1
+release = 2
groups = Applications/System
url = https://mesonbuild.com/
@@ -19,7 +19,7 @@ description
unit tests, coverage reports, Valgrind, CCache and the like.
end
-source_dl = https://github.com/mesonbuild/meson/releases/tag/%{version}/
+source_dl = https://github.com/mesonbuild/meson/releases/download/%{version}/
build
requires
hooks/post-receive
--
IPFire 3.x development tree
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".
The branch, master has been updated
via 0010ea244cc388bd78f0dfa93f58aaa03dca4180 (commit)
via c0cd248a35a91be067f1ce18c962b7a7ccb71d5a (commit)
via 72c3834077dbac13ebb2c8e40c25e16b516775e6 (commit)
via ca3ca936f905fd135f9d16b0443aeeb0a0de3198 (commit)
via 16e57320c765a023c7b480b0df2d9ce6fa28c4f3 (commit)
from 240f3900577f54e8a9b2b680db464bfdd86e4044 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0010ea244cc388bd78f0dfa93f58aaa03dca4180
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Fri Dec 1 19:18:47 2023 +0100
meson: Update to version 1.3.0
- IPFire-3.x
- Update from version 0.64.1 to 1.3.0
- Changelog is too large to include here. Details can be reviewed at
https://mesonbuild.com/Release-notes.html
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit c0cd248a35a91be067f1ce18c962b7a7ccb71d5a
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Fri Dec 1 19:04:26 2023 +0100
multipath-tools: Update to version 0.9.7
- IPFire-3.x
- Update from version 0.9.4 to 0.9.7
- Changelog is the commits from the naster branch since version 0.4.5
https://github.com/opensvc/multipath-tools/commits/master
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 72c3834077dbac13ebb2c8e40c25e16b516775e6
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Fri Dec 1 18:53:14 2023 +0100
netpbm: Update to version 10.73.43
- IPFire-3.x
- Update from version 10.73.42 to 10.73.43
- Changelog
10.73.43
jpegtopnm: Many fixes to -dumpexif. Always broken.
(-dumpexif was new in Netpbm 9.18 (September 2001))
pamtopng: fix -chroma option: always rejected. Always broken.
pamtopng was new in Netpbm 10.70 (June 2015).
pnmtopng: fix -rgb option: always rejected. Always broken
-rgb was new in Netpbm 10.30 (October 2005).
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit ca3ca936f905fd135f9d16b0443aeeb0a0de3198
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Fri Dec 1 18:32:23 2023 +0100
newt: Update to version 0.52.24
- IPFire-3.x
- Update from version 0.52.21 to 0.52.24
- Changelog
0.52.24
- add support for python3.13
- fix compiler warnings
0.52.23
- fix automatic height of menu/list in whiptail (broken in 0.52.22)
- fix automatic width of whiptail --yesno box
- fix automatic width in whiptail with unicode characters
- fix automatic width with whiptail --noitem and --notags options
- fix spacing with longer tags in whiptail
- avoid overlapping backtitle in whiptail with automatic height
0.52.22
- fix crash in whiptail with new libpopt
- switch from usleep to nanosleep (Rosen Penev)
- fix libnewt.pc to enable static linking (Alexey Sheplyakov)
- fix LDFLAGS order in snack linking (Sam James)
- use CFLAGS when compiling snack
- improve configure.ac (Thomas Kuehne)
- install header and libnewt.pc with shared library (Michael Olbrich)
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 16e57320c765a023c7b480b0df2d9ce6fa28c4f3
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Fri Dec 1 18:01:20 2023 +0100
openssl: Update to version 3.1.4
- IPFire-3.x
- Update from version 3.1.2 to 3.1.4
- Changelog
3.1.4
* Fix incorrect key and IV resizing issues when calling EVP_EncryptInit_ex2(),
EVP_DecryptInit_ex2() or EVP_CipherInit_ex2() with OSSL_PARAM parameters
that alter the key or IV length ([CVE-2023-5363]).
3.1.3
* Fix POLY1305 MAC implementation corrupting XMM registers on Windows.
The POLY1305 MAC (message authentication code) implementation in OpenSSL
does not save the contents of non-volatile XMM registers on Windows 64
platform when calculating the MAC of data larger than 64 bytes. Before
returning to the caller all the XMM registers are set to zero rather than
restoring their previous content. The vulnerable code is used only on newer
x86_64 processors supporting the AVX512-IFMA instructions.
The consequences of this kind of internal application state corruption can
be various - from no consequences, if the calling application does not
depend on the contents of non-volatile XMM registers at all, to the worst
consequences, where the attacker could get complete control of the
application process. However given the contents of the registers are just
zeroized so the attacker cannot put arbitrary values inside, the most likely
consequence, if any, would be an incorrect result of some application
dependent calculations or a crash leading to a denial of service.
([CVE-2023-4807])
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
meson/meson.nm | 6 ++----
multipath-tools/multipath-tools.nm | 2 +-
netpbm/netpbm.nm | 4 ++--
newt/newt.nm | 4 ++--
openssl/openssl.nm | 4 ++--
5 files changed, 9 insertions(+), 11 deletions(-)
Difference in files:
diff --git a/meson/meson.nm b/meson/meson.nm
index 6daee06ce..9e615482b 100644
--- a/meson/meson.nm
+++ b/meson/meson.nm
@@ -4,7 +4,7 @@
###############################################################################
name = meson
-version = 0.64.1
+version = 1.3.0
release = 1
groups = Applications/System
@@ -19,11 +19,9 @@ description
unit tests, coverage reports, Valgrind, CCache and the like.
end
-source_dl = https://github.com/mesonbuild/meson/archive/%{version}/
+source_dl = https://github.com/mesonbuild/meson/releases/tag/%{version}/
build
- arches = noarch
-
requires
bison
boost-devel
diff --git a/multipath-tools/multipath-tools.nm b/multipath-tools/multipath-tools.nm
index 881c2dfd0..3de517cb5 100644
--- a/multipath-tools/multipath-tools.nm
+++ b/multipath-tools/multipath-tools.nm
@@ -4,7 +4,7 @@
###############################################################################
name = multipath-tools
-version = 0.9.4
+version = 0.9.7
release = 1
groups = System/Base
diff --git a/netpbm/netpbm.nm b/netpbm/netpbm.nm
index bca23a696..ec2154450 100644
--- a/netpbm/netpbm.nm
+++ b/netpbm/netpbm.nm
@@ -4,8 +4,8 @@
###############################################################################
name = netpbm
-version = 10.73.42
-release = 3
+version = 10.73.43
+release = 1
groups = System/Libraries
url = https://netpbm.sourceforge.net/
diff --git a/newt/newt.nm b/newt/newt.nm
index 67612cb94..6c0d52cb0 100644
--- a/newt/newt.nm
+++ b/newt/newt.nm
@@ -4,8 +4,8 @@
###############################################################################
name = newt
-version = 0.52.21
-release = 2
+version = 0.52.24
+release = 1
groups = System/Libraries
url = https://fedorahosted.org/releases/n/e/newt/
diff --git a/openssl/openssl.nm b/openssl/openssl.nm
index 6d5d21863..19214a8e9 100644
--- a/openssl/openssl.nm
+++ b/openssl/openssl.nm
@@ -4,8 +4,8 @@
###############################################################################
name = openssl
-version = 3.1.2
-release = 2
+version = 3.1.4
+release = 1
maintainer = Michael Tremer <michael.tremer(a)ipfire.org>
groups = System/Libraries
hooks/post-receive
--
IPFire 3.x development tree