* [PATCH 1/3] avahi: Bump PAK_VER due to dbus update
@ 2023-12-06 10:59 Adolf Belka
2023-12-06 10:59 ` [PATCH 2/3] cups: " Adolf Belka
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Adolf Belka @ 2023-12-06 10:59 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 442 bytes --]
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
lfs/avahi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.42.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 2/3] cups: Bump PAK_VER due to dbus update
2023-12-06 10:59 [PATCH 1/3] avahi: Bump PAK_VER due to dbus update Adolf Belka
@ 2023-12-06 10:59 ` Adolf Belka
2023-12-06 10:59 ` [PATCH 3/3] netatalk: " Adolf Belka
2023-12-06 11:39 ` [PATCH 1/3] avahi: " Michael Tremer
2 siblings, 0 replies; 4+ messages in thread
From: Adolf Belka @ 2023-12-06 10:59 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 466 bytes --]
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
lfs/cups | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.42.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 3/3] netatalk: Bump PAK_VER due to dbus update
2023-12-06 10:59 [PATCH 1/3] avahi: Bump PAK_VER due to dbus update Adolf Belka
2023-12-06 10:59 ` [PATCH 2/3] cups: " Adolf Belka
@ 2023-12-06 10:59 ` Adolf Belka
2023-12-06 11:39 ` [PATCH 1/3] avahi: " Michael Tremer
2 siblings, 0 replies; 4+ messages in thread
From: Adolf Belka @ 2023-12-06 10:59 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1156 bytes --]
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
lfs/netatalk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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(a)ipfire.org> #
+# Copyright (C) 2007-2023 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 #
@@ -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
--
2.42.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/3] avahi: Bump PAK_VER due to dbus update
2023-12-06 10:59 [PATCH 1/3] avahi: Bump PAK_VER due to dbus update Adolf Belka
2023-12-06 10:59 ` [PATCH 2/3] cups: " Adolf Belka
2023-12-06 10:59 ` [PATCH 3/3] netatalk: " Adolf Belka
@ 2023-12-06 11:39 ` Michael Tremer
2 siblings, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2023-12-06 11:39 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 596 bytes --]
Thank you. All merged into master & next.
> On 6 Dec 2023, at 10:59, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> lfs/avahi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
>
> --
> 2.42.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-12-06 11:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-06 10:59 [PATCH 1/3] avahi: Bump PAK_VER due to dbus update Adolf Belka
2023-12-06 10:59 ` [PATCH 2/3] cups: " Adolf Belka
2023-12-06 10:59 ` [PATCH 3/3] netatalk: " Adolf Belka
2023-12-06 11:39 ` [PATCH 1/3] avahi: " Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox