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, master has been updated via 633c7318279d99e98e8cdf077c4f3ab922744212 (commit) via d7d963ed862b2c607dbb43a037f24c075896e378 (commit) via 3931b56d765904ba0a1ef2b857f861374f9d53f9 (commit) from 19471f2951ae48e28a3ab331d4d370488a371dba (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 633c7318279d99e98e8cdf077c4f3ab922744212 Author: Adolf Belka adolf.belka@ipfire.org Date: Wed Dec 6 11:59:44 2023 +0100
netatalk: Bump PAK_VER due to dbus update
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit d7d963ed862b2c607dbb43a037f24c075896e378 Author: Adolf Belka adolf.belka@ipfire.org Date: Wed Dec 6 11:59:43 2023 +0100
cups: Bump PAK_VER due to dbus update
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 3931b56d765904ba0a1ef2b857f861374f9d53f9 Author: Adolf Belka adolf.belka@ipfire.org Date: Wed Dec 6 11:59:42 2023 +0100
avahi: Bump PAK_VER due to dbus update
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/avahi | 2 +- lfs/cups | 2 +- lfs/netatalk | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-)
Difference in files: diff --git a/lfs/avahi b/lfs/avahi index fe5df10db..1df11c70e 100644 --- a/lfs/avahi +++ b/lfs/avahi @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = avahi -PAK_VER = 13 +PAK_VER = 14
DEPS = dbus libdaemon
diff --git a/lfs/cups b/lfs/cups index cae829432..ee90953cc 100644 --- a/lfs/cups +++ b/lfs/cups @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/cups-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) PROG = cups -PAK_VER = 37 +PAK_VER = 38
DEPS = avahi cups-filters dbus ghostscript libexif
diff --git a/lfs/netatalk b/lfs/netatalk index 75e5dbca5..5875fb1b2 100644 --- a/lfs/netatalk +++ b/lfs/netatalk @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2023 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 # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = netatalk -PAK_VER = 7 +PAK_VER = 8
DEPS = avahi dbus
hooks/post-receive -- IPFire 2.x development tree