* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 33d604a6625d0495acdb8f52086953833ab2bba2
@ 2024-06-14 5:55 Arne Fitzenreiter
0 siblings, 0 replies; only message in thread
From: Arne Fitzenreiter @ 2024-06-14 5:55 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 8912 bytes --]
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 33d604a6625d0495acdb8f52086953833ab2bba2 (commit)
via b324542d29419d54069b68b5ff7bf7de783265b5 (commit)
via 68cf1eee786bf7ddb3bb8b0acc9b5156de42fe4a (commit)
via 9ba8722bc02ec5f72d7f79086db5139f83fe7e24 (commit)
from ad37110f6ee24d5035d12c49f53b65b90fb3c921 (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 33d604a6625d0495acdb8f52086953833ab2bba2
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Mon May 20 15:35:20 2024 +0200
ed: Update to version 1.20.2
- Update from version 1.20 to 1.20.2
- Update of root filr not required
- Changelog
1.20.2
A bug has been fixed that made global commands like 'g/x/s/x/x', with the last
delimiter omitted, print every substituted line twice.
(Bug introduced in 1.18. Reported by Douglas McIlroy).
1.20.1
New command-line options '+line', '+/RE', and '+?RE' have been implemented to
set the current line to the line number specified or to the first or last line
matching the regular expression 'RE'.
(Suggested by Matthew Polk and John Cowan).
File names containing control characters 1 to 31 are now rejected unless they
are allowed with the command-line option '--unsafe-names'.
File names containing control characters 1 to 31 are now printed using octal
escape sequences.
Ed now rejects file names ending with a slash.
Intervening commands that don't set the modified flag no longer make a second
'e' or 'q' command fail with a 'buffer modified' warning.
Tilde expansion is now performed on file names supplied to commands; if a file
name starts with '~/', the tilde (~) is expanded to the contents of the
variable HOME. (Suggested by John Cowan).
Ed now warns the first time that a command modifies a buffer loaded from a
read-only file. (Suggested by Dan Jacobson).
It has been documented that 'e' creates an empty buffer if file does not exist.
It has been documented that 'f' sets the default filename, whether or not its
argument names an existing file.
The description of the exit status has been improved in '--help' and in the
manual.
The variable MAKEINFO has been added to configure and Makefile.in.
It has been documented in INSTALL that when choosing a C standard, the POSIX
features need to be enabled explicitly:
./configure CFLAGS+='--std=c99 -D_POSIX_C_SOURCE=2'
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit b324542d29419d54069b68b5ff7bf7de783265b5
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Fri Jun 14 07:52:34 2024 +0200
core187: fix links for vectorscan
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 68cf1eee786bf7ddb3bb8b0acc9b5156de42fe4a
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Fri Jun 14 07:50:31 2024 +0200
core187: ship cpio
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
commit 9ba8722bc02ec5f72d7f79086db5139f83fe7e24
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Mon May 20 15:35:19 2024 +0200
cpio: Update to version 2.15
- Updatre from version 2.14 to 2.15
- Update of rootfile
- Changelog
2.15
* Fix operation of --no-absolute-filenames --make-directories
* Restore access and modification times of symlinks in copy-in
and copy-pass modes.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/common/cpio | 1 +
config/rootfiles/core/187/filelists/aarch64/vectorscan | 1 +
config/rootfiles/{oldcore/111 => core/187}/filelists/cpio | 0
config/rootfiles/core/187/filelists/vectorscan | 1 -
config/rootfiles/core/187/filelists/x86_64/vectorscan | 1 +
lfs/cpio | 6 +++---
lfs/ed | 4 ++--
7 files changed, 8 insertions(+), 6 deletions(-)
create mode 120000 config/rootfiles/core/187/filelists/aarch64/vectorscan
copy config/rootfiles/{oldcore/111 => core/187}/filelists/cpio (100%)
delete mode 120000 config/rootfiles/core/187/filelists/vectorscan
create mode 120000 config/rootfiles/core/187/filelists/x86_64/vectorscan
Difference in files:
diff --git a/config/rootfiles/common/cpio b/config/rootfiles/common/cpio
index 7b9bae0455..0f3403c7b1 100644
--- a/config/rootfiles/common/cpio
+++ b/config/rootfiles/common/cpio
@@ -1,5 +1,6 @@
bin/cpio
#usr/share/info/cpio.info
+#usr/share/locale/bg/LC_MESSAGES/cpio.mo
#usr/share/locale/da/LC_MESSAGES/cpio.mo
#usr/share/locale/de/LC_MESSAGES/cpio.mo
#usr/share/locale/es/LC_MESSAGES/cpio.mo
diff --git a/config/rootfiles/core/187/filelists/aarch64/vectorscan b/config/rootfiles/core/187/filelists/aarch64/vectorscan
new file mode 120000
index 0000000000..e2115fe7ce
--- /dev/null
+++ b/config/rootfiles/core/187/filelists/aarch64/vectorscan
@@ -0,0 +1 @@
+../../../../common/aarch64/vectorscan
\ No newline at end of file
diff --git a/config/rootfiles/core/187/filelists/cpio b/config/rootfiles/core/187/filelists/cpio
new file mode 120000
index 0000000000..fbab21a7a2
--- /dev/null
+++ b/config/rootfiles/core/187/filelists/cpio
@@ -0,0 +1 @@
+../../../common/cpio
\ No newline at end of file
diff --git a/config/rootfiles/core/187/filelists/vectorscan b/config/rootfiles/core/187/filelists/vectorscan
deleted file mode 120000
index d684465f32..0000000000
--- a/config/rootfiles/core/187/filelists/vectorscan
+++ /dev/null
@@ -1 +0,0 @@
-../../../common/vectorscan
\ No newline at end of file
diff --git a/config/rootfiles/core/187/filelists/x86_64/vectorscan b/config/rootfiles/core/187/filelists/x86_64/vectorscan
new file mode 120000
index 0000000000..f5bdb47f97
--- /dev/null
+++ b/config/rootfiles/core/187/filelists/x86_64/vectorscan
@@ -0,0 +1 @@
+../../../../common/x86_64/vectorscan
\ No newline at end of file
diff --git a/lfs/cpio b/lfs/cpio
index f44fe1d2c5..b8b6e12fe9 100644
--- a/lfs/cpio
+++ b/lfs/cpio
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2023 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2024 IPFire Team <info(a)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 = 2.14
+VER = 2.15
THISAPP = cpio-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = ddfecf7e3ff59cb15fa0856d374a8b1ff5aaf9143a940202c6c0eb84f0347b940a40e31258035e1d217fe210ef7ffdedb41e40f3a9d47ba51f44626378090f8a
+$(DL_FILE)_BLAKE2 = e678111682335f4218d6d0e27d7e3a81b1e9c87ad5963402f73e735265480f296a8ce4fd00a4e7f591bbc7affcb3d433675c1df2d59c23e5d4ed6ba03e2964b8
install : $(TARGET)
diff --git a/lfs/ed b/lfs/ed
index 633ec40557..7f5072cf4b 100644
--- a/lfs/ed
+++ b/lfs/ed
@@ -24,7 +24,7 @@
include Config
-VER = 1.20
+VER = 1.20.2
THISAPP = ed-$(VER)
DL_FILE = $(THISAPP).tar.lz
@@ -39,7 +39,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = d212c6d5302627145332ec25b989ca2d4a064ce5c0ea45ad1ad6b780ffd72037ff2144b933c52667c52192d6f5acd5766b5c31d4a2b5cf5993813c43e1523af3
+$(DL_FILE)_BLAKE2 = 5a9d36dba98488e3cacb3e4c0b9d70003345ca94dbf9a3ebd3181b93567b9ef94df0e72614e99e2c6dde4929933d9333c6dba90fafcea6962e2c1abccb0525af
install : $(TARGET)
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-06-14 5:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-14 5:55 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 33d604a6625d0495acdb8f52086953833ab2bba2 Arne Fitzenreiter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox