mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] host-fakeroot: Version bump. 1.31 -> 1.35.1
@ 2024-07-15 18:53 Christian Melki
  2024-08-05  6:49 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2024-07-15 18:53 UTC (permalink / raw)
  To: ptxdist; +Cc: p.zabel

Looks fairly minor.
https://salsa.debian.org/clint/fakeroot/-/commits/debian/1.35-1/?ref_type=tags

* Change URL for new tarball.

* Forward patchset, applies cleanly.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 .../0001-make-fakeroot-relocatable.patch                    | 0
 patches/{fakeroot-1.31 => fakeroot-1.35.1}/series           | 0
 rules/host-fakeroot.make                                    | 6 +++---
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename patches/{fakeroot-1.31 => fakeroot-1.35.1}/0001-make-fakeroot-relocatable.patch (100%)
 rename patches/{fakeroot-1.31 => fakeroot-1.35.1}/series (100%)

diff --git a/patches/fakeroot-1.31/0001-make-fakeroot-relocatable.patch b/patches/fakeroot-1.35.1/0001-make-fakeroot-relocatable.patch
similarity index 100%
rename from patches/fakeroot-1.31/0001-make-fakeroot-relocatable.patch
rename to patches/fakeroot-1.35.1/0001-make-fakeroot-relocatable.patch
diff --git a/patches/fakeroot-1.31/series b/patches/fakeroot-1.35.1/series
similarity index 100%
rename from patches/fakeroot-1.31/series
rename to patches/fakeroot-1.35.1/series
diff --git a/rules/host-fakeroot.make b/rules/host-fakeroot.make
index 272b58b28..9b375d15b 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.31
-HOST_FAKEROOT_MD5	:= e55630a66f305950044970f033127d70
+HOST_FAKEROOT_VERSION	:= 1.35.1
+HOST_FAKEROOT_MD5	:= 5a75981fd3e805c9f8143bf62103f341
 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/20230310T025803Z/pool/main/f/fakeroot/$(HOST_FAKEROOT_TARBALL)
+HOST_FAKEROOT_URL	:= https://snapshot.debian.org/archive/debian/20240713T143724Z/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] 2+ messages in thread

* Re: [ptxdist] [APPLIED] host-fakeroot: Version bump. 1.31 -> 1.35.1
  2024-07-15 18:53 [ptxdist] [PATCH] host-fakeroot: Version bump. 1.31 -> 1.35.1 Christian Melki
@ 2024-08-05  6:49 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-08-05  6:49 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 9648c70071f4dfbd9456ff2d32ea12750e9d4855.

Michael

[sent from post-receive hook]

On Mon, 05 Aug 2024 08:49:31 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Looks fairly minor.
> https://salsa.debian.org/clint/fakeroot/-/commits/debian/1.35-1/?ref_type=tags
> 
> * Change URL for new tarball.
> 
> * Forward patchset, applies cleanly.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20240715185349.3874592-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/fakeroot-1.31/0001-make-fakeroot-relocatable.patch b/patches/fakeroot-1.35.1/0001-make-fakeroot-relocatable.patch
> similarity index 100%
> rename from patches/fakeroot-1.31/0001-make-fakeroot-relocatable.patch
> rename to patches/fakeroot-1.35.1/0001-make-fakeroot-relocatable.patch
> diff --git a/patches/fakeroot-1.31/series b/patches/fakeroot-1.35.1/series
> similarity index 100%
> rename from patches/fakeroot-1.31/series
> rename to patches/fakeroot-1.35.1/series
> diff --git a/rules/host-fakeroot.make b/rules/host-fakeroot.make
> index 272b58b2842e..9b375d15b921 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.31
> -HOST_FAKEROOT_MD5	:= e55630a66f305950044970f033127d70
> +HOST_FAKEROOT_VERSION	:= 1.35.1
> +HOST_FAKEROOT_MD5	:= 5a75981fd3e805c9f8143bf62103f341
>  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/20230310T025803Z/pool/main/f/fakeroot/$(HOST_FAKEROOT_TARBALL)
> +HOST_FAKEROOT_URL	:= https://snapshot.debian.org/archive/debian/20240713T143724Z/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



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

end of thread, other threads:[~2024-08-05  6:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-15 18:53 [ptxdist] [PATCH] host-fakeroot: Version bump. 1.31 -> 1.35.1 Christian Melki
2024-08-05  6:49 ` [ptxdist] [APPLIED] " Michael Olbrich

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