* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 471407756443b33d82e6d52559399c995aa624fa
@ 2020-12-18 9:50 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2020-12-18 9:50 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 6075 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 471407756443b33d82e6d52559399c995aa624fa (commit)
via ce26b2a364fbf884e2d715349fb6a8d329f99633 (commit)
via d7f3843d67b2e913effa57ce19e50e85dbbfeeee (commit)
via 58303fb9f0e7a02ebf1a5f15cef5387f1945e3e0 (commit)
from 7e09bcbc45695026592ac4169f9aa18bb8fb811e (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 471407756443b33d82e6d52559399c995aa624fa
Author: Adolf Belka <ahb.ipfire(a)gmail.com>
Date: Thu Dec 17 21:01:59 2020 +0100
bird: Update to 2.0.7
Update bird from 2.0.6 to 2.0.7
Changes from changelog
- BGP: Fix reconfiguration with import table
*Change of some options requires route refresh, but when import table is
active, channel reload is done from it instead of doing full route
refresh. So in this case we request it internally.
- Doc: Minor documentation fixes
- Nest: Handle non-MPLS on MPLS case in recursive route update
*When non-MPLS recursive route resolves to MPLS underlying route,
then it should get MPLS labels from the the underlying route.
- Nest: Handle PtP links in recursive route update
*Underlying (IGP) route may lead to PtP link, in this case it does not
need gateway. Which is different than direct route without gateway.
*When recursive (BGP) route uses PtP route, it should not use recursive
next hop as immediate next hop, while for direct routes it should.
- Nest: Fix recursive route update
*Missing cleanup can lead to dangling pointer to old next hops.
Signed-off-by: Adolf Belka <ahb.ipfire(a)gmail.com>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit ce26b2a364fbf884e2d715349fb6a8d329f99633
Author: Adolf Belka <ahb.ipfire(a)gmail.com>
Date: Thu Dec 17 17:13:28 2020 +0100
htop: Update to 3.0.3
Update htop from 3.0.2 to 3.0.3
See the Change Log for details of changes
https://github[.]com/htop-dev/htop/blob/master/ChangeLog
Signed-off-by: Adolf Belka <ahb.ipfire(a)gmail.com>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit d7f3843d67b2e913effa57ce19e50e85dbbfeeee
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Fri Dec 18 09:45:32 2020 +0000
core154: Ship sqlite
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 58303fb9f0e7a02ebf1a5f15cef5387f1945e3e0
Author: Adolf Belka <ahb.ipfire(a)gmail.com>
Date: Wed Dec 16 19:28:05 2020 +0100
sqlite: Update to 3.34.0
-Update sqlite from 3.26.0 to 3.34.0
See https://sqlite[.]org/chronology[.]html for history between
these releases.
-Have reviewed all release notes between these two releases and there
are no deprecations.
-No change to rootfile.
Signed-off-by: Adolf Belka <ahb.ipfire(a)gmail.com>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/{oldcore/125 => core/154}/filelists/sqlite | 0
lfs/bird | 6 +++---
lfs/htop | 6 +++---
lfs/sqlite | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
copy config/rootfiles/{oldcore/125 => core/154}/filelists/sqlite (100%)
Difference in files:
diff --git a/config/rootfiles/core/154/filelists/sqlite b/config/rootfiles/core/154/filelists/sqlite
new file mode 120000
index 000000000..4ea569766
--- /dev/null
+++ b/config/rootfiles/core/154/filelists/sqlite
@@ -0,0 +1 @@
+../../../common/sqlite
\ No newline at end of file
diff --git a/lfs/bird b/lfs/bird
index 9b045528f..ee1829907 100644
--- a/lfs/bird
+++ b/lfs/bird
@@ -24,7 +24,7 @@
include Config
-VER = 2.0.6
+VER = 2.0.7
THISAPP = bird-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = bird
-PAK_VER = 6
+PAK_VER = 7
DEPS =
@@ -46,7 +46,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = bc05f225f4fcb365da1dbb308a7e23cc
+$(DL_FILE)_MD5 = dc884bbe5905578e452f28158700527c
install : $(TARGET)
diff --git a/lfs/htop b/lfs/htop
index 8bf588be9..c081d6dc9 100644
--- a/lfs/htop
+++ b/lfs/htop
@@ -24,7 +24,7 @@
include Config
-VER = 3.0.2
+VER = 3.0.3
THISAPP = htop-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = htop
-PAK_VER = 13
+PAK_VER = 14
DEPS =
@@ -46,7 +46,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = fb848a1c91871d134c785bccb560ca8d
+$(DL_FILE)_MD5 = b51b9b42b92c1f71656244ba3164da50
install : $(TARGET)
diff --git a/lfs/sqlite b/lfs/sqlite
index 8f02634cd..b2e1b6d3b 100644
--- a/lfs/sqlite
+++ b/lfs/sqlite
@@ -24,7 +24,7 @@
include Config
-VER = 3260000
+VER = 3340000
THISAPP = sqlite-autoconf-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = ac2b3b8cd3a97600e36fb8e756e8dda1
+$(DL_FILE)_MD5 = 7f33c9db7b713957fcb9271fe9049fef
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:[~2020-12-18 9:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18 9:50 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 471407756443b33d82e6d52559399c995aa624fa Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox