public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 2e16824b87c6803b5df75c33407d7ef094b4daf2
@ 2025-01-17  9:43 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2025-01-17  9:43 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 8587 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  2e16824b87c6803b5df75c33407d7ef094b4daf2 (commit)
       via  6c8b5444946bd5cadb665ae7f37c7f62fcba2252 (commit)
       via  a08b674d1ba6651a1cbd4a8a29e2a719723caac0 (commit)
       via  a32de1bbaec84e18a3284015fda0b0467ca60831 (commit)
      from  e0bc608bf8d1f7e81f3bd35a5d4454eed495f858 (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 2e16824b87c6803b5df75c33407d7ef094b4daf2
Merge: e0bc608bf8 6c8b544494
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Fri Jan 17 09:43:05 2025 +0000

    Merge remote-tracking branch 'origin/master' into next

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/packages/freeradius |  1 +
 config/rootfiles/packages/libxxhash  |  4 +++-
 lfs/freeradius                       |  8 ++++----
 lfs/libxxhash                        |  8 ++++----
 lfs/rsync                            | 12 ++++++------
 make.sh                              |  2 +-
 6 files changed, 19 insertions(+), 16 deletions(-)

Difference in files:
diff --git a/config/rootfiles/packages/freeradius b/config/rootfiles/packages/freeradius
index 7e02a46dff..3a82e7d9c5 100644
--- a/config/rootfiles/packages/freeradius
+++ b/config/rootfiles/packages/freeradius
@@ -627,6 +627,7 @@ usr/sbin/radmin
 #usr/share/doc/freeradius/antora/modules/ROOT/pages
 #usr/share/doc/freeradius/antora/modules/ROOT/pages/directories.adoc
 #usr/share/doc/freeradius/antora/modules/ROOT/pages/index.adoc
+#usr/share/doc/freeradius/antora/modules/ROOT/pages/radiusd_x.adoc
 #usr/share/doc/freeradius/antora/modules/concepts
 #usr/share/doc/freeradius/antora/modules/concepts/nav.adoc
 #usr/share/doc/freeradius/antora/modules/concepts/pages
diff --git a/config/rootfiles/packages/libxxhash b/config/rootfiles/packages/libxxhash
index d49d521545..a50cae5ffa 100644
--- a/config/rootfiles/packages/libxxhash
+++ b/config/rootfiles/packages/libxxhash
@@ -1,5 +1,6 @@
 usr/bin/xxh128sum
 usr/bin/xxh32sum
+usr/bin/xxh3sum
 usr/bin/xxh64sum
 usr/bin/xxhsum
 #usr/include/xxh3.h
@@ -7,9 +8,10 @@ usr/bin/xxhsum
 #usr/lib/libxxhash.a
 #usr/lib/libxxhash.so
 usr/lib/libxxhash.so.0
-usr/lib/libxxhash.so.0.8.2
+usr/lib/libxxhash.so.0.8.3
 #usr/lib/pkgconfig/libxxhash.pc
 #usr/share/man/man1/xxh128sum.1
 #usr/share/man/man1/xxh32sum.1
+#usr/share/man/man1/xxh3sum.1
 #usr/share/man/man1/xxh64sum.1
 #usr/share/man/man1/xxhsum.1
diff --git a/lfs/freeradius b/lfs/freeradius
index 228515400e..e45e41aa41 100644
--- a/lfs/freeradius
+++ b/lfs/freeradius
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2025  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        #
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = RADIUS Server
 
-VER        = 3.2.5
+VER        = 3.2.6
 
 THISAPP    = freeradius-server-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = freeradius
-PAK_VER    = 22
+PAK_VER    = 23
 
 DEPS       = libtalloc samba
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 169dccd6f04b4503869912dec9423279cc18fc22fa3babf324747bdf0d80d3b4fa5460ac07f89f8d845bf664283a9772b483b8fcec990364fcaf71b673b6917c
+$(DL_FILE)_BLAKE2 = 0af7cdf7fb784f2d5019f3bcb06d1d44dca046c9a4513d780ab032367001b6a67e9ea17a3a5b4609b9d7b936647e60c96e35188ba9644c4360071ac8d021bd58
 
 install : $(TARGET)
 
diff --git a/lfs/libxxhash b/lfs/libxxhash
index 40aeb2e98a..024a88f891 100644
--- a/lfs/libxxhash
+++ b/lfs/libxxhash
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2025  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        = 0.8.2
+VER        = 0.8.3
 SUMMARY    = Extremely fast non-cryptographic hash algorithm, working at RAM speed limit
 
 THISAPP    = xxHash-$(VER)
@@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = libxxhash
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       =
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 735408256240760778fa516e01bed428f04837eb4e059c512e924f13e4a96db6cacbbefb04dea65a37b0f25b52cf13c4927a6e7870dc8c0d45b1b955d4ba3da1
+$(DL_FILE)_BLAKE2 = 75923c7c5df3490062791fa02ccddfb7281b3646e2b3e4b4a0c0d611c339e07c8d9cb656777fd0fcec9cda484f7b33edf080116bb011f70d6b8299cda63afa4e
 
 install : $(TARGET)
 
diff --git a/lfs/rsync b/lfs/rsync
index fcbcd0ab90..789b100bdb 100644
--- a/lfs/rsync
+++ b/lfs/rsync
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2025  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        #
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = Versatile tool for fast incremental file transfer
 
-VER        = 3.3.0
+VER        = 3.4.1
 
 THISAPP    = rsync-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,9 +34,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = rsync
-PAK_VER    = 19
+PAK_VER    = 21
 
-DEPS       =
+DEPS       = libxxhash
 
 SERVICES   =
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 75a3cc50452086aebd16f42d7a309c173cbc1ea156227afb10d2106d0b9043e973676995b8199d22840775ae3df8db97d1c0de5f3aa58afa130c5b1348c3f825
+$(DL_FILE)_BLAKE2 = 79c1cad697547059ee241e20c26d7f97bed3ad062deb856d31a617fead333a2d9f62c7c47c1efaf70033dbc358fe547d034c35e8181abb51a1fc893557882bc7
 
 install : $(TARGET)
 
@@ -89,7 +89,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	--prefix=/usr \
 	--without-included-popt \
 	--without-included-zlib \
-	--disable-xxhash
+	--enable-xxhash
 
 	cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
 	cd $(DIR_APP) && make install
diff --git a/make.sh b/make.sh
index 84b00f9ad2..97af7c91d5 100755
--- a/make.sh
+++ b/make.sh
@@ -1834,6 +1834,7 @@ build_system() {
 	lfsmake2 xvid
 	lfsmake2 libmpeg2
 	lfsmake2 gnump3d
+	lfsmake2 libxxhash
 	lfsmake2 rsync
 	lfsmake2 rpcbind
 	lfsmake2 keyutils
@@ -2047,7 +2048,6 @@ build_system() {
 	lfsmake2 libplist
 	lfsmake2 nqptp
 	lfsmake2 shairport-sync
-	lfsmake2 libxxhash
 	lfsmake2 borgbackup
 	lfsmake2 knot
 	lfsmake2 spectre-meltdown-checker


hooks/post-receive
--
IPFire 2.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-01-17  9:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-17  9:43 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 2e16824b87c6803b5df75c33407d7ef094b4daf2 Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox