mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] host-fakeroot: Version bump. 1.28 -> 1.29.
@ 2022-09-23 14:04 Christian Melki
  2022-09-23 14:12 ` Michael Olbrich
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Melki @ 2022-09-23 14:04 UTC (permalink / raw)
  To: ptxdist

Minor bugfix. Hardly noteworthy.
* Forward patches.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 .../0001-Also-wrap-the-stat-library-call.patch                | 0
 .../0002-Fix-prototype-generation-for-openat.patch            | 0
 .../0003-make-fakeroot-relocatable.patch                      | 0
 patches/{fakeroot-1.28 => fakeroot-1.29}/autogen.sh           | 0
 patches/{fakeroot-1.28 => fakeroot-1.29}/series               | 0
 rules/host-fakeroot.make                                      | 4 ++--
 6 files changed, 2 insertions(+), 2 deletions(-)
 rename patches/{fakeroot-1.28 => fakeroot-1.29}/0001-Also-wrap-the-stat-library-call.patch (100%)
 rename patches/{fakeroot-1.28 => fakeroot-1.29}/0002-Fix-prototype-generation-for-openat.patch (100%)
 rename patches/{fakeroot-1.28 => fakeroot-1.29}/0003-make-fakeroot-relocatable.patch (100%)
 rename patches/{fakeroot-1.28 => fakeroot-1.29}/autogen.sh (100%)
 rename patches/{fakeroot-1.28 => fakeroot-1.29}/series (100%)

diff --git a/patches/fakeroot-1.28/0001-Also-wrap-the-stat-library-call.patch b/patches/fakeroot-1.29/0001-Also-wrap-the-stat-library-call.patch
similarity index 100%
rename from patches/fakeroot-1.28/0001-Also-wrap-the-stat-library-call.patch
rename to patches/fakeroot-1.29/0001-Also-wrap-the-stat-library-call.patch
diff --git a/patches/fakeroot-1.28/0002-Fix-prototype-generation-for-openat.patch b/patches/fakeroot-1.29/0002-Fix-prototype-generation-for-openat.patch
similarity index 100%
rename from patches/fakeroot-1.28/0002-Fix-prototype-generation-for-openat.patch
rename to patches/fakeroot-1.29/0002-Fix-prototype-generation-for-openat.patch
diff --git a/patches/fakeroot-1.28/0003-make-fakeroot-relocatable.patch b/patches/fakeroot-1.29/0003-make-fakeroot-relocatable.patch
similarity index 100%
rename from patches/fakeroot-1.28/0003-make-fakeroot-relocatable.patch
rename to patches/fakeroot-1.29/0003-make-fakeroot-relocatable.patch
diff --git a/patches/fakeroot-1.28/autogen.sh b/patches/fakeroot-1.29/autogen.sh
similarity index 100%
rename from patches/fakeroot-1.28/autogen.sh
rename to patches/fakeroot-1.29/autogen.sh
diff --git a/patches/fakeroot-1.28/series b/patches/fakeroot-1.29/series
similarity index 100%
rename from patches/fakeroot-1.28/series
rename to patches/fakeroot-1.29/series
diff --git a/rules/host-fakeroot.make b/rules/host-fakeroot.make
index 80d9d7fbf..e9a9a0882 100644
--- a/rules/host-fakeroot.make
+++ b/rules/host-fakeroot.make
@@ -15,12 +15,12 @@ HOST_PACKAGES-$(PTXCONF_HOST_FAKEROOT) += host-fakeroot
 #
 # Paths and names
 #
-HOST_FAKEROOT_VERSION	:= 1.28
+HOST_FAKEROOT_VERSION	:= 1.29
 HOST_FAKEROOT_MD5	:= 75663fa4d0d1eedab0b951bb977bc12f
 HOST_FAKEROOT_SUFFIX	:= tar.gz
 HOST_FAKEROOT		:= fakeroot-$(HOST_FAKEROOT_VERSION)
 HOST_FAKEROOT_TARBALL	:= fakeroot_$(HOST_FAKEROOT_VERSION).orig.$(HOST_FAKEROOT_SUFFIX)
-HOST_FAKEROOT_URL	:= https://snapshot.debian.org/archive/debian/20220304T204941Z/pool/main/f/fakeroot/$(HOST_FAKEROOT_TARBALL)
+HOST_FAKEROOT_URL	:= https://snapshot.debian.org/archive/debian/20220522T213641Z/pool/main/f/fakeroot/$(HOST_FAKEROOT_TARBALL)
 HOST_FAKEROOT_SOURCE	:= $(SRCDIR)/$(HOST_FAKEROOT_TARBALL)
 HOST_FAKEROOT_DIR	:= $(HOST_BUILDDIR)/$(HOST_FAKEROOT)
 HOST_FAKEROOT_LICENSE	:= GPL-3.0-or-later
-- 
2.34.1




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

* Re: [ptxdist] [PATCH] host-fakeroot: Version bump. 1.28 -> 1.29.
  2022-09-23 14:04 [ptxdist] [PATCH] host-fakeroot: Version bump. 1.28 -> 1.29 Christian Melki
@ 2022-09-23 14:12 ` Michael Olbrich
  2022-09-23 14:14   ` Christian Melki
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Olbrich @ 2022-09-23 14:12 UTC (permalink / raw)
  To: Christian Melki; +Cc: ptxdist

On Fri, Sep 23, 2022 at 04:04:10PM +0200, Christian Melki wrote:
> Minor bugfix. Hardly noteworthy.
> * Forward patches.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> ---
>  .../0001-Also-wrap-the-stat-library-call.patch                | 0
>  .../0002-Fix-prototype-generation-for-openat.patch            | 0
>  .../0003-make-fakeroot-relocatable.patch                      | 0
>  patches/{fakeroot-1.28 => fakeroot-1.29}/autogen.sh           | 0
>  patches/{fakeroot-1.28 => fakeroot-1.29}/series               | 0
>  rules/host-fakeroot.make                                      | 4 ++--
>  6 files changed, 2 insertions(+), 2 deletions(-)
>  rename patches/{fakeroot-1.28 => fakeroot-1.29}/0001-Also-wrap-the-stat-library-call.patch (100%)
>  rename patches/{fakeroot-1.28 => fakeroot-1.29}/0002-Fix-prototype-generation-for-openat.patch (100%)
>  rename patches/{fakeroot-1.28 => fakeroot-1.29}/0003-make-fakeroot-relocatable.patch (100%)
>  rename patches/{fakeroot-1.28 => fakeroot-1.29}/autogen.sh (100%)
>  rename patches/{fakeroot-1.28 => fakeroot-1.29}/series (100%)
> 
> diff --git a/patches/fakeroot-1.28/0001-Also-wrap-the-stat-library-call.patch b/patches/fakeroot-1.29/0001-Also-wrap-the-stat-library-call.patch
> similarity index 100%
> rename from patches/fakeroot-1.28/0001-Also-wrap-the-stat-library-call.patch
> rename to patches/fakeroot-1.29/0001-Also-wrap-the-stat-library-call.patch
> diff --git a/patches/fakeroot-1.28/0002-Fix-prototype-generation-for-openat.patch b/patches/fakeroot-1.29/0002-Fix-prototype-generation-for-openat.patch
> similarity index 100%
> rename from patches/fakeroot-1.28/0002-Fix-prototype-generation-for-openat.patch
> rename to patches/fakeroot-1.29/0002-Fix-prototype-generation-for-openat.patch
> diff --git a/patches/fakeroot-1.28/0003-make-fakeroot-relocatable.patch b/patches/fakeroot-1.29/0003-make-fakeroot-relocatable.patch
> similarity index 100%
> rename from patches/fakeroot-1.28/0003-make-fakeroot-relocatable.patch
> rename to patches/fakeroot-1.29/0003-make-fakeroot-relocatable.patch
> diff --git a/patches/fakeroot-1.28/autogen.sh b/patches/fakeroot-1.29/autogen.sh
> similarity index 100%
> rename from patches/fakeroot-1.28/autogen.sh
> rename to patches/fakeroot-1.29/autogen.sh
> diff --git a/patches/fakeroot-1.28/series b/patches/fakeroot-1.29/series
> similarity index 100%
> rename from patches/fakeroot-1.28/series
> rename to patches/fakeroot-1.29/series
> diff --git a/rules/host-fakeroot.make b/rules/host-fakeroot.make
> index 80d9d7fbf..e9a9a0882 100644
> --- a/rules/host-fakeroot.make
> +++ b/rules/host-fakeroot.make
> @@ -15,12 +15,12 @@ HOST_PACKAGES-$(PTXCONF_HOST_FAKEROOT) += host-fakeroot
>  #
>  # Paths and names
>  #
> -HOST_FAKEROOT_VERSION	:= 1.28
> +HOST_FAKEROOT_VERSION	:= 1.29
>  HOST_FAKEROOT_MD5	:= 75663fa4d0d1eedab0b951bb977bc12f

md5 update missing.

Michael

>  HOST_FAKEROOT_SUFFIX	:= tar.gz
>  HOST_FAKEROOT		:= fakeroot-$(HOST_FAKEROOT_VERSION)
>  HOST_FAKEROOT_TARBALL	:= fakeroot_$(HOST_FAKEROOT_VERSION).orig.$(HOST_FAKEROOT_SUFFIX)
> -HOST_FAKEROOT_URL	:= https://snapshot.debian.org/archive/debian/20220304T204941Z/pool/main/f/fakeroot/$(HOST_FAKEROOT_TARBALL)
> +HOST_FAKEROOT_URL	:= https://snapshot.debian.org/archive/debian/20220522T213641Z/pool/main/f/fakeroot/$(HOST_FAKEROOT_TARBALL)
>  HOST_FAKEROOT_SOURCE	:= $(SRCDIR)/$(HOST_FAKEROOT_TARBALL)
>  HOST_FAKEROOT_DIR	:= $(HOST_BUILDDIR)/$(HOST_FAKEROOT)
>  HOST_FAKEROOT_LICENSE	:= GPL-3.0-or-later
> -- 
> 2.34.1
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



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

* Re: [ptxdist] [PATCH] host-fakeroot: Version bump. 1.28 -> 1.29.
  2022-09-23 14:12 ` Michael Olbrich
@ 2022-09-23 14:14   ` Christian Melki
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Melki @ 2022-09-23 14:14 UTC (permalink / raw)
  To: Michael Olbrich; +Cc: ptxdist



On 9/23/22 4:12 PM, Michael Olbrich wrote:
> On Fri, Sep 23, 2022 at 04:04:10PM +0200, Christian Melki wrote:
>> Minor bugfix. Hardly noteworthy.
>> * Forward patches.
>>
>> Signed-off-by: Christian Melki <christian.melki@t2data.com>
>> ---
>>   .../0001-Also-wrap-the-stat-library-call.patch                | 0
>>   .../0002-Fix-prototype-generation-for-openat.patch            | 0
>>   .../0003-make-fakeroot-relocatable.patch                      | 0
>>   patches/{fakeroot-1.28 => fakeroot-1.29}/autogen.sh           | 0
>>   patches/{fakeroot-1.28 => fakeroot-1.29}/series               | 0
>>   rules/host-fakeroot.make                                      | 4 ++--
>>   6 files changed, 2 insertions(+), 2 deletions(-)
>>   rename patches/{fakeroot-1.28 => fakeroot-1.29}/0001-Also-wrap-the-stat-library-call.patch (100%)
>>   rename patches/{fakeroot-1.28 => fakeroot-1.29}/0002-Fix-prototype-generation-for-openat.patch (100%)
>>   rename patches/{fakeroot-1.28 => fakeroot-1.29}/0003-make-fakeroot-relocatable.patch (100%)
>>   rename patches/{fakeroot-1.28 => fakeroot-1.29}/autogen.sh (100%)
>>   rename patches/{fakeroot-1.28 => fakeroot-1.29}/series (100%)
>>
>> diff --git a/patches/fakeroot-1.28/0001-Also-wrap-the-stat-library-call.patch b/patches/fakeroot-1.29/0001-Also-wrap-the-stat-library-call.patch
>> similarity index 100%
>> rename from patches/fakeroot-1.28/0001-Also-wrap-the-stat-library-call.patch
>> rename to patches/fakeroot-1.29/0001-Also-wrap-the-stat-library-call.patch
>> diff --git a/patches/fakeroot-1.28/0002-Fix-prototype-generation-for-openat.patch b/patches/fakeroot-1.29/0002-Fix-prototype-generation-for-openat.patch
>> similarity index 100%
>> rename from patches/fakeroot-1.28/0002-Fix-prototype-generation-for-openat.patch
>> rename to patches/fakeroot-1.29/0002-Fix-prototype-generation-for-openat.patch
>> diff --git a/patches/fakeroot-1.28/0003-make-fakeroot-relocatable.patch b/patches/fakeroot-1.29/0003-make-fakeroot-relocatable.patch
>> similarity index 100%
>> rename from patches/fakeroot-1.28/0003-make-fakeroot-relocatable.patch
>> rename to patches/fakeroot-1.29/0003-make-fakeroot-relocatable.patch
>> diff --git a/patches/fakeroot-1.28/autogen.sh b/patches/fakeroot-1.29/autogen.sh
>> similarity index 100%
>> rename from patches/fakeroot-1.28/autogen.sh
>> rename to patches/fakeroot-1.29/autogen.sh
>> diff --git a/patches/fakeroot-1.28/series b/patches/fakeroot-1.29/series
>> similarity index 100%
>> rename from patches/fakeroot-1.28/series
>> rename to patches/fakeroot-1.29/series
>> diff --git a/rules/host-fakeroot.make b/rules/host-fakeroot.make
>> index 80d9d7fbf..e9a9a0882 100644
>> --- a/rules/host-fakeroot.make
>> +++ b/rules/host-fakeroot.make
>> @@ -15,12 +15,12 @@ HOST_PACKAGES-$(PTXCONF_HOST_FAKEROOT) += host-fakeroot
>>   #
>>   # Paths and names
>>   #
>> -HOST_FAKEROOT_VERSION	:= 1.28
>> +HOST_FAKEROOT_VERSION	:= 1.29
>>   HOST_FAKEROOT_MD5	:= 75663fa4d0d1eedab0b951bb977bc12f
> 
> md5 update missing.
> 
> Michael
> 

Huh. That's really strange. I have a modified md5sum in my build env,
but obviously missing from the patch I sent. Dunno where I went wrong with this.
Friday afternoon braincells at work...

>>   HOST_FAKEROOT_SUFFIX	:= tar.gz
>>   HOST_FAKEROOT		:= fakeroot-$(HOST_FAKEROOT_VERSION)
>>   HOST_FAKEROOT_TARBALL	:= fakeroot_$(HOST_FAKEROOT_VERSION).orig.$(HOST_FAKEROOT_SUFFIX)
>> -HOST_FAKEROOT_URL	:= https://snapshot.debian.org/archive/debian/20220304T204941Z/pool/main/f/fakeroot/$(HOST_FAKEROOT_TARBALL)
>> +HOST_FAKEROOT_URL	:= https://snapshot.debian.org/archive/debian/20220522T213641Z/pool/main/f/fakeroot/$(HOST_FAKEROOT_TARBALL)
>>   HOST_FAKEROOT_SOURCE	:= $(SRCDIR)/$(HOST_FAKEROOT_TARBALL)
>>   HOST_FAKEROOT_DIR	:= $(HOST_BUILDDIR)/$(HOST_FAKEROOT)
>>   HOST_FAKEROOT_LICENSE	:= GPL-3.0-or-later
>> -- 
>> 2.34.1
>>
>>
>>
> 



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

end of thread, other threads:[~2022-09-23 14:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-23 14:04 [ptxdist] [PATCH] host-fakeroot: Version bump. 1.28 -> 1.29 Christian Melki
2022-09-23 14:12 ` Michael Olbrich
2022-09-23 14:14   ` Christian Melki

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