public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/5] libvirt: libtirpc removed from dependencies as now core package
@ 2023-02-07 13:01 Adolf Belka
  2023-02-07 13:01 ` [PATCH 2/5] openvmtools: " Adolf Belka
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Adolf Belka @ 2023-02-07 13:01 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 581 bytes --]

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/libvirt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lfs/libvirt b/lfs/libvirt
index 6058355ca..ebe777bc2 100644
--- a/lfs/libvirt
+++ b/lfs/libvirt
@@ -35,9 +35,9 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 SUP_ARCH   = x86_64 aarch64
 PROG       = libvirt
-PAK_VER    = 32
+PAK_VER    = 33
 
-DEPS       = ebtables libpciaccess libtirpc libyajl ncat qemu
+DEPS       = ebtables libpciaccess libyajl ncat qemu
 
 SERVICES   = libvirtd virtlogd
 
-- 
2.39.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 2/5] openvmtools: libtirpc removed from dependencies as now core package
  2023-02-07 13:01 [PATCH 1/5] libvirt: libtirpc removed from dependencies as now core package Adolf Belka
@ 2023-02-07 13:01 ` Adolf Belka
  2023-02-07 13:01 ` [PATCH 3/5] rpcbind: " Adolf Belka
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Adolf Belka @ 2023-02-07 13:01 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1228 bytes --]

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/openvmtools | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lfs/openvmtools b/lfs/openvmtools
index 65d5104f9..b91c89d26 100644
--- a/lfs/openvmtools
+++ b/lfs/openvmtools
@@ -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        #
@@ -35,9 +35,9 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)/open-vm-tools
 TARGET     = $(DIR_INFO)/$(THISAPP)
 SUP_ARCH   = x86_64
 PROG       = openvmtools
-PAK_VER    = 11
+PAK_VER    = 12
 
-DEPS       = libtirpc
+DEPS       =
 
 SERVICES   = openvmtools
 
-- 
2.39.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 3/5] rpcbind: libtirpc removed from dependencies as now core package
  2023-02-07 13:01 [PATCH 1/5] libvirt: libtirpc removed from dependencies as now core package Adolf Belka
  2023-02-07 13:01 ` [PATCH 2/5] openvmtools: " Adolf Belka
@ 2023-02-07 13:01 ` Adolf Belka
  2023-02-07 13:01 ` [PATCH 4/5] samba: " Adolf Belka
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Adolf Belka @ 2023-02-07 13:01 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1191 bytes --]

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/rpcbind | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lfs/rpcbind b/lfs/rpcbind
index 9ce77e15f..31708192c 100644
--- a/lfs/rpcbind
+++ b/lfs/rpcbind
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  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,9 +34,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = rpcbind
-PAK_VER    = 6
+PAK_VER    = 7
 
-DEPS       = libtirpc
+DEPS       =
 
 SERVICES   = rpcbind
 
-- 
2.39.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 4/5] samba: libtirpc removed from dependencies as now core package
  2023-02-07 13:01 [PATCH 1/5] libvirt: libtirpc removed from dependencies as now core package Adolf Belka
  2023-02-07 13:01 ` [PATCH 2/5] openvmtools: " Adolf Belka
  2023-02-07 13:01 ` [PATCH 3/5] rpcbind: " Adolf Belka
@ 2023-02-07 13:01 ` Adolf Belka
  2023-02-07 13:01 ` [PATCH 5/5] xinetd: " Adolf Belka
  2023-02-07 13:08 ` [PATCH 1/5] libvirt: " Adolf Belka
  4 siblings, 0 replies; 7+ messages in thread
From: Adolf Belka @ 2023-02-07 13:01 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 550 bytes --]

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/samba | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lfs/samba b/lfs/samba
index 12ffccfa7..e7b31c900 100644
--- a/lfs/samba
+++ b/lfs/samba
@@ -33,9 +33,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = samba
-PAK_VER    = 90
+PAK_VER    = 91
 
-DEPS       = avahi cups libtirpc perl-Parse-Yapp perl-JSON
+DEPS       = avahi cups perl-Parse-Yapp perl-JSON
 
 SERVICES   = samba
 
-- 
2.39.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 5/5] xinetd: libtirpc removed from dependencies as now core package
  2023-02-07 13:01 [PATCH 1/5] libvirt: libtirpc removed from dependencies as now core package Adolf Belka
                   ` (2 preceding siblings ...)
  2023-02-07 13:01 ` [PATCH 4/5] samba: " Adolf Belka
@ 2023-02-07 13:01 ` Adolf Belka
  2023-02-07 13:08 ` [PATCH 1/5] libvirt: " Adolf Belka
  4 siblings, 0 replies; 7+ messages in thread
From: Adolf Belka @ 2023-02-07 13:01 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1184 bytes --]

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/xinetd | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lfs/xinetd b/lfs/xinetd
index c5a714140..6c1cbecfc 100644
--- a/lfs/xinetd
+++ b/lfs/xinetd
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  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,9 +34,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = xinetd
-PAK_VER    = 3
+PAK_VER    = 4
 
-DEPS       = libtirpc
+DEPS       =
 
 SERVICES   = xinetd
 
-- 
2.39.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/5] libvirt: libtirpc removed from dependencies as now core package
  2023-02-07 13:01 [PATCH 1/5] libvirt: libtirpc removed from dependencies as now core package Adolf Belka
                   ` (3 preceding siblings ...)
  2023-02-07 13:01 ` [PATCH 5/5] xinetd: " Adolf Belka
@ 2023-02-07 13:08 ` Adolf Belka
  2023-02-09 13:01   ` Michael Tremer
  4 siblings, 1 reply; 7+ messages in thread
From: Adolf Belka @ 2023-02-07 13:08 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 876 bytes --]

Hi Peter,

This patch series should have gone together with the change of libtirpc from addon to core package so these updates need to go into master for CU173 Testing.

Regards,
Adolf.

On 07/02/2023 14:01, Adolf Belka wrote:
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
>   lfs/libvirt | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/libvirt b/lfs/libvirt
> index 6058355ca..ebe777bc2 100644
> --- a/lfs/libvirt
> +++ b/lfs/libvirt
> @@ -35,9 +35,9 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
>   TARGET     = $(DIR_INFO)/$(THISAPP)
>   SUP_ARCH   = x86_64 aarch64
>   PROG       = libvirt
> -PAK_VER    = 32
> +PAK_VER    = 33
>   
> -DEPS       = ebtables libpciaccess libtirpc libyajl ncat qemu
> +DEPS       = ebtables libpciaccess libyajl ncat qemu
>   
>   SERVICES   = libvirtd virtlogd
>   

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/5] libvirt: libtirpc removed from dependencies as now core package
  2023-02-07 13:08 ` [PATCH 1/5] libvirt: " Adolf Belka
@ 2023-02-09 13:01   ` Michael Tremer
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Tremer @ 2023-02-09 13:01 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1026 bytes --]

I just merged this in Peter’s absence.

-Michael

> On 7 Feb 2023, at 14:08, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
> 
> Hi Peter,
> 
> This patch series should have gone together with the change of libtirpc from addon to core package so these updates need to go into master for CU173 Testing.
> 
> Regards,
> Adolf.
> 
> On 07/02/2023 14:01, Adolf Belka wrote:
>> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
>> ---
>>  lfs/libvirt | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>> diff --git a/lfs/libvirt b/lfs/libvirt
>> index 6058355ca..ebe777bc2 100644
>> --- a/lfs/libvirt
>> +++ b/lfs/libvirt
>> @@ -35,9 +35,9 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
>>  TARGET     = $(DIR_INFO)/$(THISAPP)
>>  SUP_ARCH   = x86_64 aarch64
>>  PROG       = libvirt
>> -PAK_VER    = 32
>> +PAK_VER    = 33
>>  -DEPS       = ebtables libpciaccess libtirpc libyajl ncat qemu
>> +DEPS       = ebtables libpciaccess libyajl ncat qemu
>>    SERVICES   = libvirtd virtlogd
>>  


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-02-09 13:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-07 13:01 [PATCH 1/5] libvirt: libtirpc removed from dependencies as now core package Adolf Belka
2023-02-07 13:01 ` [PATCH 2/5] openvmtools: " Adolf Belka
2023-02-07 13:01 ` [PATCH 3/5] rpcbind: " Adolf Belka
2023-02-07 13:01 ` [PATCH 4/5] samba: " Adolf Belka
2023-02-07 13:01 ` [PATCH 5/5] xinetd: " Adolf Belka
2023-02-07 13:08 ` [PATCH 1/5] libvirt: " Adolf Belka
2023-02-09 13:01   ` Michael Tremer

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