* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. bae5b30b5217d48851bd41a2f784a68f67573b35
@ 2025-03-19 16:18 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2025-03-19 16:18 UTC (permalink / raw)
To: ipfire-scm
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 2.x development tree".
The branch, next has been updated
via bae5b30b5217d48851bd41a2f784a68f67573b35 (commit)
via 7b333a241306273599367c946c00ea6f5b3920b2 (commit)
via ecee4cd3d7db6705049997fa4801ff57718fe352 (commit)
via 61277e8868fa85ac267e9dcfb9b7cc803aef8295 (commit)
via a9ff2c2a7e8729ca90df8ac3e1a153689699d026 (commit)
from bb5d9cfab506dd325ea647c97297de97840c02e0 (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 bae5b30b5217d48851bd41a2f784a68f67573b35
Author: Michael Tremer <michael.tremer@ipfire.org>
Date: Wed Mar 19 16:17:53 2025 +0000
core194: Ship suricata and libhtp
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
commit 7b333a241306273599367c946c00ea6f5b3920b2
Author: Matthias Fischer <matthias.fischer@ipfire.org>
Date: Wed Mar 19 17:16:22 2025 +0100
suricata: Update to 7.0.9
Excerpt from changelog:
"7.0.9 -- 2025-03-18
Security #7616: datasets: hashsize setting via rules can cause high
memory usage (7.0.x backport)(MODERATE - CVE 2025-29916)
Security #7614: decode_base64: signature can do large memory
allocation (7.0.x backport)(HIGH - CVE 2025-29917)
Security #7527: detect: infinite loop with negated pcre and indefinite
recursion limit setting (7.0.x backport)(HIGH - CVE 2025-29918)
Security #7459: af-packet: defrag option can lead to truncated packets
(7.0.x backport)(HIGH - CVE 2025-29915)
Bug #7581: detect: missing file.data matches without filestore (7.0.x
backport)
Bug #7561: detect: integer underflow with krb5.ticket_encryption (7.0.x
backport)
Bug #7557: quic: valid traffic blocked in IPS mode (7.0.x backport)
Bug #7555: tls: parser error on unACK'd data in FIN shutdown (7.0.x
backport)
Bug #7553: applayer: misdetection if response is seen first without
request (7.0.x backport)
Bug #7496: detect: protocol probing doesn't finish earlier if opposite
dir already had a protocol (7.0.x backport)
Bug #7493: flow/var: memory leak in lua extension (7.0.x backport)
Bug #7468: detect: checksum detection broken by stream.checksum-validation
(7.0.x backport)
Bug #7460: eve: empty src_ip and dest_ip values may be logged
Bug #7448: log/file: nullptr dereference if file was opened more than once
(7.0.x backport)
Bug #7431: flow: multiple Flow Managers scan wrong hash slices (7.0.x
backport)
Bug #7428: tcp: GAP event set on unack'd data following a RST (7.0.x
backport)
Optimization #7088: applayer: track modified transactions to avoid walking
all live transactions (7.0.x backport)"
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
commit ecee4cd3d7db6705049997fa4801ff57718fe352
Author: Matthias Fischer <matthias.fischer@ipfire.org>
Date: Wed Mar 19 17:16:21 2025 +0100
libhtp: Update to 0.5.50
For details see:
https://github.com/OISF/libhtp/releases/tag/0.5.50
" response: do not error on gap finishing content-length
chunks: probe validity if data was not buffered
chunks: abort asap on invalid chunk length
response: end decompressors in chunked content
decompressors: do not take data after end
readme: update status
readme: update goals
response: end decompressors in chunked content
scan-build: work around optin.performance.Padding"
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
commit 61277e8868fa85ac267e9dcfb9b7cc803aef8295
Author: Michael Tremer <michael.tremer@ipfire.org>
Date: Wed Mar 19 15:41:45 2025 +0000
core194: Ship shadow
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
commit a9ff2c2a7e8729ca90df8ac3e1a153689699d026
Author: Adolf Belka <adolf.belka@ipfire.org>
Date: Wed Mar 19 13:54:32 2025 +0100
shadow: Update to version 4.17.3
- Update from version 4.16.0 to 4.17.3
- Update of rootfile
- At version 4.17.0 groups and ids were removed from shadow, so the parts of the patch
related to stopping installation of groups is no longer needed. The parts related
to not installing the man pages already installed by man are still done but using
the commands shown in Linux From Scratch with shadow-4.17.3 rather than via a patch
file which was getting very difficult to find and edit every man page that should be
excluded from the source tarball to create the diff patch.
- Corrected a typo, --without-brcypt should have been --without-bcrypt. However no
impact as the default for brcypt is to not be installed.
- This version brings in /bin/getsubids. I have commented this out as that command was
never present before, although the subids libraries were. If this command should be
available in IPFire then it can be uncommented in the rootfile.
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/common/shadow | 1 +
.../{oldcore/131 => core/194}/filelists/libhtp | 0
.../{oldcore/104 => core/194}/filelists/shadow | 0
.../{oldcore/131 => core/194}/filelists/suricata | 0
config/rootfiles/core/194/update.sh | 1 +
lfs/libhtp | 6 +-
lfs/shadow | 12 +-
lfs/suricata | 6 +-
...ow-4.14.3-suppress_installation_of_groups.patch | 259 ---------------------
9 files changed, 14 insertions(+), 271 deletions(-)
copy config/rootfiles/{oldcore/131 => core/194}/filelists/libhtp (100%)
copy config/rootfiles/{oldcore/104 => core/194}/filelists/shadow (100%)
copy config/rootfiles/{oldcore/131 => core/194}/filelists/suricata (100%)
delete mode 100644 src/patches/shadow-4.14.3-suppress_installation_of_groups.patch
Difference in files:
diff --git a/config/rootfiles/common/shadow b/config/rootfiles/common/shadow
index ba57050b2..d25da8957 100644
--- a/config/rootfiles/common/shadow
+++ b/config/rootfiles/common/shadow
@@ -1,3 +1,4 @@
+#bin/getsubids
bin/login
bin/passwd
bin/su
diff --git a/config/rootfiles/core/194/filelists/libhtp b/config/rootfiles/core/194/filelists/libhtp
new file mode 120000
index 000000000..676e2c5e8
--- /dev/null
+++ b/config/rootfiles/core/194/filelists/libhtp
@@ -0,0 +1 @@
+../../../common/libhtp
\ No newline at end of file
diff --git a/config/rootfiles/core/194/filelists/shadow b/config/rootfiles/core/194/filelists/shadow
new file mode 120000
index 000000000..c0824b7b9
--- /dev/null
+++ b/config/rootfiles/core/194/filelists/shadow
@@ -0,0 +1 @@
+../../../common/shadow
\ No newline at end of file
diff --git a/config/rootfiles/core/194/filelists/suricata b/config/rootfiles/core/194/filelists/suricata
new file mode 120000
index 000000000..f671f6993
--- /dev/null
+++ b/config/rootfiles/core/194/filelists/suricata
@@ -0,0 +1 @@
+../../../common/suricata
\ No newline at end of file
diff --git a/config/rootfiles/core/194/update.sh b/config/rootfiles/core/194/update.sh
index a0a43a6e1..81150c7ae 100644
--- a/config/rootfiles/core/194/update.sh
+++ b/config/rootfiles/core/194/update.sh
@@ -48,6 +48,7 @@ ldconfig
/usr/local/bin/filesystem-cleanup
# Start services
+/etc/init.d/suricata restart
# This update needs a reboot...
#touch /var/run/need_reboot
diff --git a/lfs/libhtp b/lfs/libhtp
index 205ae3ed1..dc45aac66 100644
--- a/lfs/libhtp
+++ b/lfs/libhtp
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2024 IPFire Team <info@ipfire.org> #
+# Copyright (C) 2007-2025 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 #
@@ -24,7 +24,7 @@
include Config
-VER = 0.5.49
+VER = 0.5.50
THISAPP = libhtp-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 84473148547fd68a75a1ef458980b648f7ee28c1f1ca81f1a9a8320efda5cd8df83df4be6135c67b45be2997ec59e1f84dae0634b925425eea93852ea8dc26c8
+$(DL_FILE)_BLAKE2 = e26aa03d06aa370ab22e1fb462087ac67427d63490802ac369378f90cbb6ed8ed9f95c20acc3fbfdb92cabddb2e1a45bb7c45454b5d17e898f9b0cf8aa804536
install : $(TARGET)
diff --git a/lfs/shadow b/lfs/shadow
index 62e73d194..f4a499555 100644
--- a/lfs/shadow
+++ b/lfs/shadow
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2024 IPFire Team <info@ipfire.org> #
+# Copyright (C) 2007-2025 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 #
@@ -24,7 +24,7 @@
include Config
-VER = 4.16.0
+VER = 4.17.3
THISAPP = shadow-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 1088d871bffe4871e42b8dd9d41365be694e795f5aff41a8986dda7c9176ce44062ec1029375454aee9ba6060229f46a6f5f5f762b14607e3e1a75ff51015347
+$(DL_FILE)_BLAKE2 = 12ccf50e071672639efa4460ab8ac6c3e4d2391a2ae0b2b5b2cfd663de1f6a4aebb291ac743140f395ad36422601167753deabbd3819fb6d90129ef09a7b27f6
install : $(TARGET)
@@ -70,7 +70,8 @@ $(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) && patch -Np1 -i $(DIR_SRC)/src/patches/shadow-4.14.3-suppress_installation_of_groups.patch
+ cd $(DIR_APP) && find man -name Makefile.in -exec sed -i 's/getspnam\.3 / /' {} \;
+ cd $(DIR_APP) && find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;
$(UPDATE_AUTOMAKE)
cd $(DIR_APP) && ./configure \
--libdir=/lib \
@@ -82,9 +83,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--disable-nls \
--with-group-name-max-length=32 \
--without-libbsd \
- --without-brcypt \
+ --without-bcrypt \
--without-nscd
-
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
diff --git a/lfs/suricata b/lfs/suricata
index 2b05c3c54..56733125d 100644
--- a/lfs/suricata
+++ b/lfs/suricata
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2024 IPFire Team <info@ipfire.org> #
+# Copyright (C) 2007-2025 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 #
@@ -24,7 +24,7 @@
include Config
-VER = 7.0.8
+VER = 7.0.9
THISAPP = suricata-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 8571a6368b90e18046cdcf71f53e1b59e895ea8fe2d8f996ef614a890b520671f5dcac10014555880e408060913df1dab4c473bf083e7c0451c6a4b93bedd047
+$(DL_FILE)_BLAKE2 = fe01a304b170cf210b3ad2c782c6a49798c67df5433498715101ba626548395a70793a50221390f6697d1aef2be1808ba430091dae097e350dd2a9c98677a61b
install : $(TARGET)
diff --git a/src/patches/shadow-4.14.3-suppress_installation_of_groups.patch b/src/patches/shadow-4.14.3-suppress_installation_of_groups.patch
deleted file mode 100644
index 91c25c218..000000000
--- a/src/patches/shadow-4.14.3-suppress_installation_of_groups.patch
+++ /dev/null
@@ -1,259 +0,0 @@
-diff -Naur shadow-4.14.2.orig/man/cs/Makefile.in shadow-4.14.2/man/cs/Makefile.in
---- shadow-4.14.2.orig/man/cs/Makefile.in 2023-10-30 02:10:52.000000000 +0100
-+++ shadow-4.14.2/man/cs/Makefile.in 2023-11-09 14:39:12.397603428 +0100
-@@ -334,8 +334,8 @@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- man_MANS = man1/expiry.1 man5/faillog.5 man8/faillog.8 man1/gpasswd.1 \
-- man8/groupadd.8 man8/groupdel.8 man8/groupmod.8 man1/groups.1 \
-- man8/grpck.8 man5/gshadow.5 man8/nologin.8 man5/passwd.5 \
-+ man8/groupadd.8 man8/groupdel.8 man8/groupmod.8 man1/ \
-+ man8/grpck.8 man5/gshadow.5 man8/nologin.8 man5/ \
- man5/shadow.5 man1/su.1 man8/vipw.8 $(am__append_1)
- EXTRA_DIST = $(man_MANS) \
- man1/id.1 \
-diff -Naur shadow-4.14.2.orig/man/da/Makefile.in shadow-4.14.2/man/da/Makefile.in
---- shadow-4.14.2.orig/man/da/Makefile.in 2023-10-30 02:10:52.000000000 +0100
-+++ shadow-4.14.2/man/da/Makefile.in 2023-11-09 14:40:35.104051500 +0100
-@@ -337,7 +337,7 @@
- top_srcdir = @top_srcdir@
-
- # 2012.01.28 - activate manpages with more than 50% translated messages
--man_MANS = man1/chfn.1 man8/groupdel.8 man1/groups.1 man5/gshadow.5 \
-+man_MANS = man1/chfn.1 man8/groupdel.8 man1/ man5/gshadow.5 \
- man8/logoutd.8 man1/newgrp.1 man8/nologin.8 man1/sg.1 \
- man8/vigr.8 man8/vipw.8 $(am__append_1)
- man_nopam =
-diff -Naur shadow-4.14.2.orig/man/de/Makefile.in shadow-4.14.2/man/de/Makefile.in
---- shadow-4.14.2.orig/man/de/Makefile.in 2023-10-30 02:10:52.000000000 +0100
-+++ shadow-4.14.2/man/de/Makefile.in 2023-11-09 14:58:08.953606477 +0100
-@@ -339,11 +339,11 @@
- top_srcdir = @top_srcdir@
- man_MANS = man1/chage.1 man1/chfn.1 man8/chgpasswd.8 man8/chpasswd.8 \
- man1/chsh.1 man1/expiry.1 man5/faillog.5 man8/faillog.8 \
-- man3/getspnam.3 man1/gpasswd.1 man8/groupadd.8 man8/groupdel.8 \
-- man8/groupmems.8 man8/groupmod.8 man1/groups.1 man8/grpck.8 \
-+ man3/ man1/gpasswd.1 man8/groupadd.8 man8/groupdel.8 \
-+ man8/groupmems.8 man8/groupmod.8 man1/ man8/grpck.8 \
- man8/grpconv.8 man8/grpunconv.8 man5/gshadow.5 man1/login.1 \
- man5/login.defs.5 man8/logoutd.8 man1/newgrp.1 man8/newusers.8 \
-- man8/nologin.8 man1/passwd.1 man5/passwd.5 man8/pwck.8 \
-+ man8/nologin.8 man1/passwd.1 man5/ man8/pwck.8 \
- man8/pwconv.8 man8/pwunconv.8 man1/sg.1 man3/shadow.3 \
- man5/shadow.5 man1/su.1 man5/suauth.5 man8/useradd.8 \
- man8/userdel.8 man8/usermod.8 man8/vigr.8 man8/vipw.8 \
-diff -Naur shadow-4.14.2.orig/man/fr/Makefile.in shadow-4.14.2/man/fr/Makefile.in
---- shadow-4.14.2.orig/man/fr/Makefile.in 2023-10-30 02:10:52.000000000 +0100
-+++ shadow-4.14.2/man/fr/Makefile.in 2023-11-09 14:57:48.282831779 +0100
-@@ -341,11 +341,11 @@
- top_srcdir = @top_srcdir@
- man_MANS = man1/chage.1 man1/chfn.1 man8/chgpasswd.8 man8/chpasswd.8 \
- man1/chsh.1 man1/expiry.1 man5/faillog.5 man8/faillog.8 \
-- man3/getspnam.3 man1/gpasswd.1 man8/groupadd.8 man8/groupdel.8 \
-- man8/groupmems.8 man8/groupmod.8 man1/groups.1 man8/grpck.8 \
-+ man3/ man1/gpasswd.1 man8/groupadd.8 man8/groupdel.8 \
-+ man8/groupmems.8 man8/groupmod.8 man1/ man8/grpck.8 \
- man8/grpconv.8 man8/grpunconv.8 man5/gshadow.5 man1/login.1 \
- man5/login.defs.5 man8/logoutd.8 man1/newgrp.1 man8/newusers.8 \
-- man8/nologin.8 man1/passwd.1 man5/passwd.5 man8/pwck.8 \
-+ man8/nologin.8 man1/passwd.1 man5/ man8/pwck.8 \
- man8/pwconv.8 man8/pwunconv.8 man1/sg.1 man3/shadow.3 \
- man5/shadow.5 man1/su.1 man5/suauth.5 man8/useradd.8 \
- man8/userdel.8 man8/usermod.8 man8/vigr.8 man8/vipw.8 \
-diff -Naur shadow-4.14.2.orig/man/hu/Makefile.in shadow-4.14.2/man/hu/Makefile.in
---- shadow-4.14.2.orig/man/hu/Makefile.in 2023-10-30 02:10:52.000000000 +0100
-+++ shadow-4.14.2/man/hu/Makefile.in 2023-11-09 14:44:53.850447743 +0100
-@@ -333,8 +333,8 @@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
--man_MANS = man1/chsh.1 man1/gpasswd.1 man1/groups.1 man1/login.1 \
-- man1/newgrp.1 man1/passwd.1 man5/passwd.5 man1/sg.1 man1/su.1 \
-+man_MANS = man1/chsh.1 man1/gpasswd.1 man1/ man1/login.1 \
-+ man1/newgrp.1 man1/passwd.1 man5/ man1/sg.1 man1/su.1 \
- $(am__append_1)
- EXTRA_DIST = $(man_MANS)
- all: all-am
-diff -Naur shadow-4.14.2.orig/man/it/Makefile.in shadow-4.14.2/man/it/Makefile.in
---- shadow-4.14.2.orig/man/it/Makefile.in 2023-10-30 02:10:52.000000000 +0100
-+++ shadow-4.14.2/man/it/Makefile.in 2023-11-09 14:57:24.455272085 +0100
-@@ -339,11 +339,11 @@
- top_srcdir = @top_srcdir@
- man_MANS = man1/chage.1 man1/chfn.1 man8/chgpasswd.8 man8/chpasswd.8 \
- man1/chsh.1 man1/expiry.1 man5/faillog.5 man8/faillog.8 \
-- man3/getspnam.3 man1/gpasswd.1 man8/groupadd.8 man8/groupdel.8 \
-- man8/groupmems.8 man8/groupmod.8 man1/groups.1 man8/grpck.8 \
-+ man3/ man1/gpasswd.1 man8/groupadd.8 man8/groupdel.8 \
-+ man8/groupmems.8 man8/groupmod.8 man1/ man8/grpck.8 \
- man8/grpconv.8 man8/grpunconv.8 man5/gshadow.5 man1/login.1 \
- man5/login.defs.5 man8/logoutd.8 man1/newgrp.1 man8/newusers.8 \
-- man8/nologin.8 man1/passwd.1 man5/passwd.5 man8/pwck.8 \
-+ man8/nologin.8 man1/passwd.1 man5/ man8/pwck.8 \
- man8/pwconv.8 man8/pwunconv.8 man1/sg.1 man3/shadow.3 \
- man5/shadow.5 man1/su.1 man5/suauth.5 man8/useradd.8 \
- man8/userdel.8 man8/usermod.8 man8/vigr.8 man8/vipw.8 \
-diff -Naur shadow-4.14.2.orig/man/ja/Makefile.in shadow-4.14.2/man/ja/Makefile.in
---- shadow-4.14.2.orig/man/ja/Makefile.in 2023-10-30 02:10:52.000000000 +0100
-+++ shadow-4.14.2/man/ja/Makefile.in 2023-11-09 14:56:59.957687244 +0100
-@@ -337,10 +337,10 @@
- top_srcdir = @top_srcdir@
- man_MANS = man1/chage.1 man1/chfn.1 man8/chpasswd.8 man1/chsh.1 \
- man1/expiry.1 man5/faillog.5 man8/faillog.8 man1/gpasswd.1 \
-- man8/groupadd.8 man8/groupdel.8 man8/groupmod.8 man1/groups.1 \
-+ man8/groupadd.8 man8/groupdel.8 man8/groupmod.8 man1/ \
- man8/grpck.8 man8/grpconv.8 man8/grpunconv.8 man1/login.1 \
- man5/login.defs.5 man8/logoutd.8 man1/newgrp.1 man8/newusers.8 \
-- man1/passwd.1 man5/passwd.5 man8/pwck.8 man8/pwconv.8 \
-+ man1/passwd.1 man5/ man8/pwck.8 man8/pwconv.8 \
- man8/pwunconv.8 man1/sg.1 man5/shadow.5 man1/su.1 \
- man5/suauth.5 man8/useradd.8 man8/userdel.8 man8/usermod.8 \
- man8/vigr.8 man8/vipw.8 $(am__append_1) $(am__append_2)
-diff -Naur shadow-4.14.2.orig/man/ko/Makefile.in shadow-4.14.2/man/ko/Makefile.in
---- shadow-4.14.2.orig/man/ko/Makefile.in 2023-10-30 02:10:52.000000000 +0100
-+++ shadow-4.14.2/man/ko/Makefile.in 2023-11-09 14:47:00.355198614 +0100
-@@ -335,9 +335,9 @@
- man_MANS = \
- man1/chfn.1 \
- man1/chsh.1 \
-- man1/groups.1 \
-+ man1/ \
- man1/login.1 \
-- man5/passwd.5 \
-+ man5/ \
- man1/su.1 \
- man8/vigr.8 \
- man8/vipw.8
-diff -Naur shadow-4.14.2.orig/man/Makefile.in shadow-4.14.2/man/Makefile.in
---- shadow-4.14.2.orig/man/Makefile.in 2023-10-30 02:10:52.000000000 +0100
-+++ shadow-4.14.2/man/Makefile.in 2023-11-09 14:56:20.699549105 +0100
-@@ -406,11 +406,11 @@
- @USE_NLS_TRUE@SUBDIRS = po cs da de es fi fr hu id it ja ko pl pt_BR ru sv tr uk zh_CN zh_TW
- man_MANS = man1/chage.1 man1/chfn.1 man8/chgpasswd.8 man8/chpasswd.8 \
- man1/chsh.1 man1/expiry.1 man5/faillog.5 man8/faillog.8 \
-- man3/getspnam.3 man1/gpasswd.1 man8/groupadd.8 man8/groupdel.8 \
-- man8/groupmems.8 man8/groupmod.8 man1/groups.1 man8/grpck.8 \
-+ man3/ man1/gpasswd.1 man8/groupadd.8 man8/groupdel.8 \
-+ man8/groupmems.8 man8/groupmod.8 man1/ man8/grpck.8 \
- man8/grpconv.8 man8/grpunconv.8 man5/gshadow.5 man1/login.1 \
- man5/login.defs.5 man8/logoutd.8 man1/newgrp.1 man8/newusers.8 \
-- man8/nologin.8 man1/passwd.1 man5/passwd.5 man8/pwck.8 \
-+ man8/nologin.8 man1/passwd.1 man5/ man8/pwck.8 \
- man8/pwconv.8 man8/pwunconv.8 man1/sg.1 man3/shadow.3 \
- man5/shadow.5 man5/suauth.5 man8/useradd.8 man8/userdel.8 \
- man8/usermod.8 man8/vigr.8 man8/vipw.8 $(am__append_1) \
-diff -Naur shadow-4.14.2.orig/man/pl/Makefile.in shadow-4.14.2/man/pl/Makefile.in
---- shadow-4.14.2.orig/man/pl/Makefile.in 2023-10-30 02:10:52.000000000 +0100
-+++ shadow-4.14.2/man/pl/Makefile.in 2023-11-09 14:49:03.766497242 +0100
-@@ -340,8 +340,8 @@
-
- # 2012.01.28 - activate manpages with more than 50% translated messages
- man_MANS = man1/chage.1 man1/chsh.1 man1/expiry.1 man5/faillog.5 \
-- man8/faillog.8 man3/getspnam.3 man8/groupadd.8 man8/groupdel.8 \
-- man8/groupmems.8 man8/groupmod.8 man1/groups.1 man8/grpck.8 \
-+ man8/faillog.8 man3/ man8/groupadd.8 man8/groupdel.8 \
-+ man8/groupmems.8 man8/groupmod.8 man1/ man8/grpck.8 \
- man8/logoutd.8 man1/newgrp.1 man1/sg.1 man3/shadow.3 \
- man8/userdel.8 man8/usermod.8 man8/vigr.8 man8/vipw.8 \
- $(am__append_1) $(am__append_2)
-diff -Naur shadow-4.14.2.orig/man/pt_BR/Makefile.in shadow-4.14.2/man/pt_BR/Makefile.in
---- shadow-4.14.2.orig/man/pt_BR/Makefile.in 2023-10-30 02:10:52.000000000 +0100
-+++ shadow-4.14.2/man/pt_BR/Makefile.in 2023-11-09 14:49:55.465103649 +0100
-@@ -337,7 +337,7 @@
- man8/groupadd.8 \
- man8/groupdel.8 \
- man8/groupmod.8 \
-- man5/passwd.5 \
-+ man5/ \
- man5/shadow.5
-
- EXTRA_DIST = $(man_MANS)
-diff -Naur shadow-4.14.2.orig/man/ru/Makefile.in shadow-4.14.2/man/ru/Makefile.in
---- shadow-4.14.2.orig/man/ru/Makefile.in 2023-10-30 02:10:52.000000000 +0100
-+++ shadow-4.14.2/man/ru/Makefile.in 2023-11-09 14:51:11.867969686 +0100
-@@ -339,11 +339,11 @@
- top_srcdir = @top_srcdir@
- man_MANS = man1/chage.1 man1/chfn.1 man8/chgpasswd.8 man8/chpasswd.8 \
- man1/chsh.1 man1/expiry.1 man5/faillog.5 man8/faillog.8 \
-- man3/getspnam.3 man1/gpasswd.1 man8/groupadd.8 man8/groupdel.8 \
-- man8/groupmems.8 man8/groupmod.8 man1/groups.1 man8/grpck.8 \
-+ man3/ man1/gpasswd.1 man8/groupadd.8 man8/groupdel.8 \
-+ man8/groupmems.8 man8/groupmod.8 man1/ man8/grpck.8 \
- man8/grpconv.8 man8/grpunconv.8 man5/gshadow.5 man1/login.1 \
- man5/login.defs.5 man8/logoutd.8 man1/newgrp.1 man8/newusers.8 \
-- man8/nologin.8 man1/passwd.1 man5/passwd.5 man8/pwck.8 \
-+ man8/nologin.8 man1/passwd.1 man5/ man8/pwck.8 \
- man8/pwconv.8 man8/pwunconv.8 man1/sg.1 man3/shadow.3 \
- man5/shadow.5 man1/su.1 man5/suauth.5 man8/useradd.8 \
- man8/userdel.8 man8/usermod.8 man8/vigr.8 man8/vipw.8 \
-diff -Naur shadow-4.14.2.orig/man/sv/Makefile.in shadow-4.14.2/man/sv/Makefile.in
---- shadow-4.14.2.orig/man/sv/Makefile.in 2023-10-30 02:10:52.000000000 +0100
-+++ shadow-4.14.2/man/sv/Makefile.in 2023-11-09 14:52:06.113337499 +0100
-@@ -340,10 +340,10 @@
-
- # 2012.01.28 - activate manpages with more than 50% translated messages
- man_MANS = man1/chage.1 man1/chsh.1 man1/expiry.1 man5/faillog.5 \
-- man8/faillog.8 man3/getspnam.3 man8/groupadd.8 man8/groupdel.8 \
-- man8/groupmems.8 man8/groupmod.8 man1/groups.1 man8/grpck.8 \
-+ man8/faillog.8 man3/ man8/groupadd.8 man8/groupdel.8 \
-+ man8/groupmems.8 man8/groupmod.8 man1/ man8/grpck.8 \
- man5/gshadow.5 man8/logoutd.8 man1/newgrp.1 man8/nologin.8 \
-- man1/passwd.1 man5/passwd.5 man8/pwck.8 man1/sg.1 \
-+ man1/passwd.1 man5/ man8/pwck.8 man1/sg.1 \
- man3/shadow.3 man5/suauth.5 man8/userdel.8 man8/vigr.8 \
- man8/vipw.8 $(am__append_1) $(am__append_2)
- man_nopam = \
-diff -Naur shadow-4.14.2.orig/man/tr/Makefile.in shadow-4.14.2/man/tr/Makefile.in
---- shadow-4.14.2.orig/man/tr/Makefile.in 2023-10-30 02:10:52.000000000 +0100
-+++ shadow-4.14.2/man/tr/Makefile.in 2023-11-09 14:52:37.971198864 +0100
-@@ -340,7 +340,7 @@
- man8/groupmod.8 \
- man1/login.1 \
- man1/passwd.1 \
-- man5/passwd.5 \
-+ man5/ \
- man5/shadow.5 \
- man1/su.1 \
- man8/useradd.8 \
-diff -Naur shadow-4.14.2.orig/man/zh_CN/Makefile.in shadow-4.14.2/man/zh_CN/Makefile.in
---- shadow-4.14.2.orig/man/zh_CN/Makefile.in 2023-10-30 02:10:52.000000000 +0100
-+++ shadow-4.14.2/man/zh_CN/Makefile.in 2023-11-09 14:53:19.266080649 +0100
-@@ -339,11 +339,11 @@
- top_srcdir = @top_srcdir@
- man_MANS = man1/chage.1 man1/chfn.1 man8/chgpasswd.8 man8/chpasswd.8 \
- man1/chsh.1 man1/expiry.1 man5/faillog.5 man8/faillog.8 \
-- man3/getspnam.3 man1/gpasswd.1 man8/groupadd.8 man8/groupdel.8 \
-- man8/groupmems.8 man8/groupmod.8 man1/groups.1 man8/grpck.8 \
-+ man3/ man1/gpasswd.1 man8/groupadd.8 man8/groupdel.8 \
-+ man8/groupmems.8 man8/groupmod.8 man1/ man8/grpck.8 \
- man8/grpconv.8 man8/grpunconv.8 man5/gshadow.5 man1/login.1 \
- man5/login.defs.5 man8/logoutd.8 man1/newgrp.1 man8/newusers.8 \
-- man8/nologin.8 man1/passwd.1 man5/passwd.5 man8/pwck.8 \
-+ man8/nologin.8 man1/passwd.1 man5/ man8/pwck.8 \
- man8/pwconv.8 man8/pwunconv.8 man1/sg.1 man3/shadow.3 \
- man5/shadow.5 man1/su.1 man5/suauth.5 man8/useradd.8 \
- man8/userdel.8 man8/usermod.8 man8/vigr.8 man8/vipw.8 \
-diff -Naur shadow-4.14.2.orig/man/zh_TW/Makefile.in shadow-4.14.2/man/zh_TW/Makefile.in
---- shadow-4.14.2.orig/man/zh_TW/Makefile.in 2023-10-30 02:10:52.000000000 +0100
-+++ shadow-4.14.2/man/zh_TW/Makefile.in 2023-11-09 14:53:45.617068672 +0100
-@@ -342,7 +342,7 @@
- man8/groupadd.8 \
- man8/groupdel.8 \
- man8/groupmod.8 \
-- man5/passwd.5 \
-+ man5/ \
- man1/su.1 \
- man8/useradd.8 \
- man8/userdel.8 \
-diff -Naur shadow-4.14.2.orig/src/Makefile.in shadow-4.14.2/src/Makefile.in
---- shadow-4.14.2.orig/src/Makefile.in 2023-10-30 02:10:52.000000000 +0100
-+++ shadow-4.14.2/src/Makefile.in 2023-11-09 14:55:13.373692050 +0100
-@@ -88,8 +88,7 @@
- POST_UNINSTALL = :
- build_triplet = @build@
- host_triplet = @host@
--bin_PROGRAMS = groups$(EXEEXT) login$(EXEEXT) $(am__EXEEXT_1) \
-- $(am__EXEEXT_2)
-+bin_PROGRAMS = login$(EXEEXT) $(am__EXEEXT_1)
- sbin_PROGRAMS = nologin$(EXEEXT)
- ubin_PROGRAMS = faillog$(EXEEXT) chage$(EXEEXT) chfn$(EXEEXT) \
- chsh$(EXEEXT) expiry$(EXEEXT) gpasswd$(EXEEXT) newgrp$(EXEEXT) \
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-03-19 16:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-19 16:18 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. bae5b30b5217d48851bd41a2f784a68f67573b35 Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox