* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 39cfa7d72e9164eb95f770cedee6e37032dbfc48
@ 2021-03-29 13:14 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2021-03-29 13:14 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 21216 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 39cfa7d72e9164eb95f770cedee6e37032dbfc48 (commit)
via 1a5e319b5c3cfca114f5e769a099f1215f6aa4ae (commit)
via cb85f8b8c89333f9b30617fcb695d41fec0104e7 (commit)
via a71209a343f9dc0cf58fbabad2efc777f49ae4ad (commit)
via 799cca48a18513eccade0ac5e6a7f0565054948a (commit)
via dc1917a9aaab01861f7ceb0baa3b0b8103deef19 (commit)
via c8dd8b783e6d4ab451e3c650e4095e6364774368 (commit)
via d315898acd71ba062a2d8f7e64a8eae223d41124 (commit)
via b3c86db7f00baf85fb1a315f59f4e8478e300b8c (commit)
from 99d987bd4a5e4002580a170c3b91507f79866009 (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 39cfa7d72e9164eb95f770cedee6e37032dbfc48
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Mon Mar 29 12:57:56 2021 +0000
core156: Ship gawk
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 1a5e319b5c3cfca114f5e769a099f1215f6aa4ae
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Mon Mar 29 13:45:04 2021 +0200
gawk: Update to 5.1.0
- Update from 4.1.4 to 5.1.0
- Update of rootfile carried out
- Changelog is too long to fit in here.
Changes for versions 5.0.0 and 5.1.0 can be found in the ChangeLog file
in the source tarball
Changes for versions 4.2.0 and 4.2.1 can be found in the ChangeLog.1
file in the source tarball
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit cb85f8b8c89333f9b30617fcb695d41fec0104e7
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Mon Mar 29 12:55:28 2021 +0000
core156: Ship ed
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit a71209a343f9dc0cf58fbabad2efc777f49ae4ad
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Mon Mar 29 13:44:47 2021 +0200
ed: Update to 1.17
- Update from 0.2 to 1.17
- Update of rootfile carried out
- ed-0.2-mkstemp-1.patch from LFS is no longer required in later versions
of ed or LFS
- Changelog is a bit too long to add here.
Full change log can be found by viewing ChangeLog file in tar sourceball
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 799cca48a18513eccade0ac5e6a7f0565054948a
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Mon Mar 29 12:54:35 2021 +0000
core156: Ship diffutils
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit dc1917a9aaab01861f7ceb0baa3b0b8103deef19
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Mon Mar 29 13:44:28 2021 +0200
diffutils: Update to 3.7
- Update from 3.6 to 3.7
- No update of rootfile required
- Changelog
2018-12-31 Jim Meyering <meyering(a)fb.com>
version 3.7
* NEWS: Record release date.
maint: distribute new file, init.cfg
Otherwise, strip-trailing-cr would fail on a system without valgrind.
* tests/Makefile.am (EXTRA_DIST): Include init.cfg.
2018-12-30 Dennis Lambe Jr <malsyned(a)malsyned.net>
diff: adjust ANSI escapes for compatibility with less -R
GNU less can display ANSI-colored text with the -R flag, but this
support has some limitations. One of them is that if an escape
sequence starts on one line and ends on a different line, only the
first line will be colored in less.
As a result, when diff creates colored output with multi-line deletes
or adds, less will only color the first line.
This change resets ANSI color to the default at the end of
each line and restarts it at the beginning of the next. It patches
normal and context mode. Side-by-side already worked in my testing.
* src/context.c (print_context_label, pr_context_hunk): As above.
(pr_unidiff_hunk, print_context_header): Likewise.
* src/normal.c (print_normal_hunk): Likewise.
* tests/colors: Adjust existing tests to accommodate this.
* NEWS (Improvements): Mention it.
Proposed in http://bugs.gnu.org/31105
2018-12-29 Jim Meyering <meyering(a)fb.com>
tests: fix colors test on systems lacking fractional timestamp support
* tests/colors: The .NNNNNNNNN suffix is not printed on some systems.
Adapt the test to accommodate those systems.
tests: strip-trailing-cr: avoid failure with ASAN
Valgrind cannot operate on an ASAN-compiled binary.
* tests/strip-trailing-cr (valgrind): Define as no-op when diff
was compiled with sanitizer support.
2018-12-28 Jim Meyering <meyering(a)fb.com>
tests: add test for --strip-trailing-cr UMR bug
* tests/strip-trailing-cr: New file. Test for today's bug fix.
* tests/Makefile.am (TESTS): Add it.
tests: import test infrastructure from coreutils
* tests/init.cfg: New file, for require_valgrind_ definition (from coreutils).
* tests/Makefile.am (PATH): Don't set stderr_fileno_ here, since it is
now initialized in init.cfg.
2018-12-28 Paul Eggert <eggert(a)cs.ucla.edu>
Jim Meyering <jim(a)meyering.net>
diff: fix UMR with --strip-trailing-cr
Problem reported by Hongxu Chen (Bug#31935).
* src/io.c (prepare_text): Strip trailing CR before
doing the rest of the analysis.
* NEWS: Mention the fix.
2018-12-28 Bruno Haible <bruno(a)clisp.org>
tests: colors: avoid test failure on AIX 7
* tests/colors: Splice the argument into the printf format string.
2018-12-27 Bruno Haible <address(a)hidden>
maint: don't use an undocumented Autoconf macro
* configure.ac: Use AC_CONFIG_HEADERS instead of AC_CONFIG_HEADER.
2018-12-23 Jim Meyering <meyering(a)fb.com>
build: avoid build failure with --enable-gcc-warnings and latest gcc
* src/diff.c (usage): Assert that each line length is no longer than
the minimum required size of 4095. This lets newer gcc (currently
9.0.0 20181219) infer that it need not issue this warning:
diff.c:1012:19: error: '%.*s' directive output between 0 and 2147483647
bytes may exceed minimum required size of 4095
[-Werror=format-overflow=]
1012 | printf (" %.*s", msglen, msg);
build: update gnulib to latest; and bootstrap and init.sh
build: make the autoconf-2.63 requirement explicit
* configure.ac: AC_PREREQ: Require 2.63, not 2.59. And quote properly.
Autoconf-2.63 has been required for some time via gnulib.
This merely makes it explicit.
2018-12-20 Jim Meyering <meyering(a)fb.com>
maint: use https: in gnu mirror URL prefix, not http
This appears in the generated release announcement message.
* cfg.mk (url_dir_list): Use https: prefix, not http:.
2018-07-24 Paul Eggert <eggert(a)cs.ucla.edu>
cmp: fix bug in -b diagnostic
Problem reported by mancha (Bug#32249).
* src/cmp.c (count_newlines): Restore old value of sentinel.
* tests/cmp: Test for the bug.
build: update gnulib submodule to latest
2018-05-14 Paul Eggert <eggert(a)cs.ucla.edu>
doc: prepend "GNU" to NAME in man pages
Requested by RMS.
* src/cmp.c, src/diff.c, src/diff3.c, src/sdiff.c:
Prepend "GNU" to first comment, so that the man page says "GNU".
2018-04-20 Paul Eggert <eggert(a)cs.ucla.edu>
sdiff: port to mingw
Problem reported by Ross Burton (Bug#31218).
* src/sdiff.c (checksigs): Use ‘raise’, not ‘kill’.
2018-03-23 Paul Eggert <eggert(a)cs.ucla.edu>
build: update gnulib submodule to latest
2018-01-14 Jim Meyering <meyering(a)fb.com>
tests: fix quoting error in previous change
* tests/colors: Double-quote $PATH.
2018-01-06 Jim Meyering <meyering(a)fb.com>
tests: port tests/colors to some env-munging shell
* tests/colors: Also set PATH="$PATH" in env invocation.
maint: update gnulib and copyright dates for 2018
* gnulib: Update to latest.
* all files: Run "make update-copyright".
* bootstrap: Update from gnulib.
maint: suppress gcc's new -Wcast-function-type in gnulib
* configure.ac (WERROR_CFLAGS): Suppress gcc's new -Wcast-function-type
warning in gnulib, because it would trigger on this:
sig-handler.h:47:12: error: cast between incompatible function types\
from 'void (* const)(int, siginfo_t *, void *)' \
{aka 'void (* const)(int, struct <anonymous> *, void *)'} \
to 'void (*)(int)' [-Werror=cast-function-type]
return (sa_handler_t) a->sa_sigaction;
2017-10-22 Jim Meyering <meyering(a)fb.com>
tests: add expected-failing test for minor subopimality
In some unusual cases, diff -u prints suboptimal output.
* tests/large-subopt: New test script.
* tests/Makefile.am (TESTS): Add it.
(XFAIL_TESTS): Add it here, too, to record that this test is
currently expected to fail.
* tests/large-subopt.in1, tests/large-subopt.in2: Inputs derived from
those in http://bugs.gnu.org/28796
2017-09-23 Jim Meyering <meyering(a)fb.com>
gnulib: update to latest
2017-05-21 Jim Meyering <meyering(a)fb.com>
maint: make the announcement template Cc the devel- list
* cfg.mk (announcement_Cc_): Define.
maint: post-release administrivia
* NEWS: Add header line for next release.
* .prev-version: Record previous version.
* cfg.mk (old_NEWS_hash): Auto-update.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit c8dd8b783e6d4ab451e3c650e4095e6364774368
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Mon Mar 29 12:53:36 2021 +0000
core156: Ship bzip2
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit d315898acd71ba062a2d8f7e64a8eae223d41124
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Mon Mar 29 13:44:14 2021 +0200
bzip2: Update to 1.0.8
- Update from 1.0.6 to 1.0.8
- Update of rootfile
- Changelog
1.0.8 (13 Jul 19)
* Accept as many selectors as the file format allows.
This relaxes the fix for CVE-2019-12900 from 1.0.7
so that bzip2 allows decompression of bz2 files that
use (too) many selectors again.
* Fix handling of large (> 4GB) files on Windows.
* Cleanup of bzdiff and bzgrep scripts so they don't use
any bash extensions and handle multiple archives correctly.
* There is now a bz2-files testsuite at
https://sourceware.org/git/bzip2-tests.git
1.0.7 (27 Jun 19)
* Fix undefined behavior in the macros SET_BH, CLEAR_BH, & ISSET_BH
* bzip2: Fix return value when combining --test,-t and -q.
* bzip2recover: Fix buffer overflow for large argv[0]
* bzip2recover: Fix use after free issue with outFile (CVE-2016-3189)
* Make sure nSelectors is not out of range (CVE-2019-12900)
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit b3c86db7f00baf85fb1a315f59f4e8478e300b8c
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Mon Mar 29 13:43:59 2021 +0200
bison: Update to 3.7.6
- Update from 3.7.1 to 3.7.6
- No update of rootfile required
- Changelog is too large to include here
Full changelog can be viewed in ChangeLog file in the source tarball
3.7.6 1 bug fix
3.7.5 4 bug fixes
3.7.4 2 bug fixes
3.7.3 2 bug fixes
3.7.2 6 bug fixes
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/common/bzip2 | 2 +-
config/rootfiles/common/ed | 7 +++----
config/rootfiles/common/gawk | 13 +++++++++----
config/rootfiles/core/156/filelists/bzip2 | 1 +
.../rootfiles/{oldcore/100 => core/156}/filelists/diffutils | 0
config/rootfiles/{oldcore/106 => core/156}/filelists/ed | 0
config/rootfiles/{oldcore/103 => core/156}/filelists/gawk | 0
config/rootfiles/core/156/update.sh | 4 +++-
lfs/bison | 4 ++--
lfs/bzip2 | 4 ++--
lfs/diffutils | 4 ++--
lfs/ed | 13 +++++--------
lfs/gawk | 4 ++--
13 files changed, 30 insertions(+), 26 deletions(-)
create mode 120000 config/rootfiles/core/156/filelists/bzip2
copy config/rootfiles/{oldcore/100 => core/156}/filelists/diffutils (100%)
copy config/rootfiles/{oldcore/106 => core/156}/filelists/ed (100%)
copy config/rootfiles/{oldcore/103 => core/156}/filelists/gawk (100%)
Difference in files:
diff --git a/config/rootfiles/common/bzip2 b/config/rootfiles/common/bzip2
index f6ad610d4..9a8e88148 100644
--- a/config/rootfiles/common/bzip2
+++ b/config/rootfiles/common/bzip2
@@ -2,7 +2,7 @@ bin/bunzip2
bin/bzcat
bin/bzip2
lib/libbz2.so.1.0
-lib/libbz2.so.1.0.6
+lib/libbz2.so.1.0.8
usr/bin/bunzip2
usr/bin/bzcat
usr/bin/bzcmp
diff --git a/config/rootfiles/common/ed b/config/rootfiles/common/ed
index 0779fcfe1..55e16d813 100644
--- a/config/rootfiles/common/ed
+++ b/config/rootfiles/common/ed
@@ -1,6 +1,5 @@
#bin/ed
#bin/red
-#usr/info
-#usr/info/ed.info
-#usr/man/man1/ed.1
-#usr/man/man1/red.1
+#usr/share/info/ed.info
+#usr/share/man/man1/ed.1
+#usr/share/man/man1/red.1
diff --git a/config/rootfiles/common/gawk b/config/rootfiles/common/gawk
index f9e1e8ae4..61778f408 100644
--- a/config/rootfiles/common/gawk
+++ b/config/rootfiles/common/gawk
@@ -1,7 +1,9 @@
usr/bin/awk
usr/bin/gawk
-#usr/bin/gawk-4.1.4
-#usr/bin/igawk
+usr/bin/gawk-5.1.0
+usr/etc/profile.d
+usr/etc/profile.d/gawk.csh
+usr/etc/profile.d/gawk.sh
#usr/include/gawkapi.h
#usr/lib/awk
#usr/lib/awk/grcat
@@ -11,13 +13,13 @@ usr/lib/gawk/filefuncs.so
usr/lib/gawk/fnmatch.so
usr/lib/gawk/fork.so
usr/lib/gawk/inplace.so
+usr/lib/gawk/intdiv.so
usr/lib/gawk/ordchr.so
usr/lib/gawk/readdir.so
usr/lib/gawk/readfile.so
usr/lib/gawk/revoutput.so
usr/lib/gawk/revtwoway.so
usr/lib/gawk/rwarray.so
-usr/lib/gawk/testext.so
usr/lib/gawk/time.so
#usr/share/awk
#usr/share/awk/assert.awk
@@ -28,10 +30,13 @@ usr/lib/gawk/time.so
#usr/share/awk/getopt.awk
#usr/share/awk/gettime.awk
#usr/share/awk/group.awk
+#usr/share/awk/have_mpfr.awk
#usr/share/awk/inplace.awk
+#usr/share/awk/intdiv0.awk
#usr/share/awk/join.awk
#usr/share/awk/libintl.awk
#usr/share/awk/noassign.awk
+#usr/share/awk/ns_passwd.awk
#usr/share/awk/ord.awk
#usr/share/awk/passwd.awk
#usr/share/awk/processarray.awk
@@ -46,8 +51,8 @@ usr/lib/gawk/time.so
#usr/share/awk/zerofile.awk
#usr/share/info/gawk.info
#usr/share/info/gawkinet.info
+#usr/share/info/gawkworkflow.info
#usr/share/man/man1/gawk.1
-#usr/share/man/man1/igawk.1
#usr/share/man/man3/filefuncs.3am
#usr/share/man/man3/fnmatch.3am
#usr/share/man/man3/fork.3am
diff --git a/config/rootfiles/core/156/filelists/bzip2 b/config/rootfiles/core/156/filelists/bzip2
new file mode 120000
index 000000000..03f4ee55e
--- /dev/null
+++ b/config/rootfiles/core/156/filelists/bzip2
@@ -0,0 +1 @@
+../../../common/bzip2
\ No newline at end of file
diff --git a/config/rootfiles/core/156/filelists/diffutils b/config/rootfiles/core/156/filelists/diffutils
new file mode 120000
index 000000000..a5c02f3ff
--- /dev/null
+++ b/config/rootfiles/core/156/filelists/diffutils
@@ -0,0 +1 @@
+../../../common/diffutils
\ No newline at end of file
diff --git a/config/rootfiles/core/156/filelists/ed b/config/rootfiles/core/156/filelists/ed
new file mode 120000
index 000000000..0ed331cfa
--- /dev/null
+++ b/config/rootfiles/core/156/filelists/ed
@@ -0,0 +1 @@
+../../../common/ed
\ No newline at end of file
diff --git a/config/rootfiles/core/156/filelists/gawk b/config/rootfiles/core/156/filelists/gawk
new file mode 120000
index 000000000..a3bbe32ce
--- /dev/null
+++ b/config/rootfiles/core/156/filelists/gawk
@@ -0,0 +1 @@
+../../../common/gawk
\ No newline at end of file
diff --git a/config/rootfiles/core/156/update.sh b/config/rootfiles/core/156/update.sh
index 83ae4c603..fca7d4cb6 100644
--- a/config/rootfiles/core/156/update.sh
+++ b/config/rootfiles/core/156/update.sh
@@ -33,7 +33,9 @@ done
# Remove files
rm -vf \
- /srv/web/ipfire/html/include/snortupdateutility.js
+ /srv/web/ipfire/html/include/snortupdateutility.js \
+ /usr/bin/gawk-4.1.4 \
+ /usr/bin/igawk
# Stop services
diff --git a/lfs/bison b/lfs/bison
index 9c65723f5..3a2681406 100644
--- a/lfs/bison
+++ b/lfs/bison
@@ -24,7 +24,7 @@
include Config
-VER = 3.7.1
+VER = 3.7.6
THISAPP = bison-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -45,7 +45,7 @@ objects =$(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = e7c8c321351ebdf70f5f0825f3faaee2
+$(DL_FILE)_MD5 = d61aa92e3562cb7292b004ce96173cf7
install : $(TARGET)
diff --git a/lfs/bzip2 b/lfs/bzip2
index da20ce68c..9c6f9c5a4 100644
--- a/lfs/bzip2
+++ b/lfs/bzip2
@@ -24,7 +24,7 @@
include Config
-VER = 1.0.6
+VER = 1.0.8
THISAPP = bzip2-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 00b516f4704d4a7cb50a1d97e6e8e15b
+$(DL_FILE)_MD5 = 67e051268d0c475ea773822f7500d0e5
install : $(TARGET)
diff --git a/lfs/diffutils b/lfs/diffutils
index aee8f36f1..03c278d2a 100644
--- a/lfs/diffutils
+++ b/lfs/diffutils
@@ -24,7 +24,7 @@
include Config
-VER = 3.6
+VER = 3.7
THISAPP = diffutils-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 07cf286672ced26fba54cd0313bdc071
+$(DL_FILE)_MD5 = 4824adc0e95dbbf11dfbdfaad6a1e461
install : $(TARGET)
diff --git a/lfs/ed b/lfs/ed
index d628a029b..b2f2dd8fe 100644
--- a/lfs/ed
+++ b/lfs/ed
@@ -24,10 +24,10 @@
include Config
-VER = 0.2
+VER = 1.17
THISAPP = ed-$(VER)
-DL_FILE = $(THISAPP).tar.gz
+DL_FILE = $(THISAPP).tar.lz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
@@ -35,13 +35,11 @@ TARGET = $(DIR_INFO)/$(THISAPP)
###############################################################################
# Top-level Rules
###############################################################################
-objects = $(DL_FILE) $(THISAPP)-mkstemp-1.patch
+objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(THISAPP)-mkstemp-1.patch = $(DL_FROM)/$(THISAPP)-mkstemp-1.patch
-$(DL_FILE)_MD5 = ddd57463774cae9b50e70cd51221281b
-$(THISAPP)-mkstemp-1.patch_MD5 = e7e2248f9baa76de3db8210298e0d79e
+$(DL_FILE)_MD5 = 894748c9bbf35cb7c599f5317b1a8cdb
install : $(TARGET)
@@ -70,8 +68,7 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
- @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && patch -Np1 < $(DIR_DL)/$(THISAPP)-mkstemp-1.patch
+ @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && ./configure --prefix=/usr --exec-prefix="" --disable-nls
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
diff --git a/lfs/gawk b/lfs/gawk
index a4f8eeb9c..2e32f3bea 100644
--- a/lfs/gawk
+++ b/lfs/gawk
@@ -25,7 +25,7 @@
include Config
-VER = 4.1.4
+VER = 5.1.0
THISAPP = gawk-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -49,7 +49,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 4e7dbc81163e60fd4f0b52496e7542c9
+$(DL_FILE)_MD5 = 8470c34eeecc41c1aa0c5d89e630df50
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:[~2021-03-29 13:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-29 13:14 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 39cfa7d72e9164eb95f770cedee6e37032dbfc48 Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox