Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/makedumpfile: bump version to 1.7.6
@ 2025-01-15  8:00 Akhilesh Nema
  2025-01-15  8:21 ` Baruch Siach via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Akhilesh Nema @ 2025-01-15  8:00 UTC (permalink / raw)
  To: buildroot; +Cc: Alexander Egorenkov, Akhilesh Nema

- Rebase 0002-Handle-__mips64.patch
- Fix a check-package warning related to Upstream tag.

Release notes: https://github.com/makedumpfile/makedumpfile/releases/tag/1.7.6

Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com>
---
 package/makedumpfile/0002-Handle-__mips64.patch | 8 ++++----
 package/makedumpfile/makedumpfile.hash          | 2 +-
 package/makedumpfile/makedumpfile.mk            | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/makedumpfile/0002-Handle-__mips64.patch b/package/makedumpfile/0002-Handle-__mips64.patch
index fd3fdbbb39..b3fc6fba05 100644
--- a/package/makedumpfile/0002-Handle-__mips64.patch
+++ b/package/makedumpfile/0002-Handle-__mips64.patch
@@ -14,7 +14,7 @@ Fixes:
  - http://autobuild.buildroot.org/results/94824fa8baa8edb99a5ca245e5561e0c4e430638
 
 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-[Upstream status: https://github.com/makedumpfile/makedumpfile/pull/11]
+Upstream: https://github.com/makedumpfile/makedumpfile/pull/11
 ---
  arch/mips64.c  | 2 +-
  makedumpfile.h | 6 +++---
@@ -37,7 +37,7 @@ diff --git a/makedumpfile.h b/makedumpfile.h
 index 70a1a91..3842f9c 100644
 --- a/makedumpfile.h
 +++ b/makedumpfile.h
-@@ -963,7 +963,7 @@ typedef unsigned long pgd_t;
+@@ -972,7 +972,7 @@ typedef unsigned long pgd_t;
  
  #endif          /* sparc64 */
  
@@ -46,7 +46,7 @@ index 70a1a91..3842f9c 100644
  #define KVBASE			PAGE_OFFSET
  
  #ifndef _XKPHYS_START_ADDR
-@@ -1204,7 +1204,7 @@ unsigned long long vaddr_to_paddr_sparc64(unsigned long vaddr);
+@@ -1285,7 +1285,7 @@ unsigned long long vaddr_to_paddr_sparc64(unsigned long vaddr);
  #define arch_crashkernel_mem_size()	stub_false()
  #endif		/* sparc64 */
  
@@ -55,7 +55,7 @@ index 70a1a91..3842f9c 100644
  int get_phys_base_mips64(void);
  int get_machdep_info_mips64(void);
  int get_versiondep_info_mips64(void);
-@@ -2364,7 +2364,7 @@ int get_xen_info_ia64(void);
+@@ -2513,7 +2513,7 @@ int get_xen_info_ia64(void);
  #define get_xen_info_arch(X) FALSE
  #endif	/* sparc64 */
  
diff --git a/package/makedumpfile/makedumpfile.hash b/package/makedumpfile/makedumpfile.hash
index 9083ced423..1eb51f1edb 100644
--- a/package/makedumpfile/makedumpfile.hash
+++ b/package/makedumpfile/makedumpfile.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  0c53f1e5e11e75e4896197df795bee63b3d46b8821fbc3368f7a240861b543b5  makedumpfile-1.7.5.tar.gz
+sha256  c949a5b2ad95e5f83a6d1b4faac0972510e4286b0e3257020762e45357816a61  makedumpfile-1.7.6.tar.gz
 sha256  ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6  COPYING
diff --git a/package/makedumpfile/makedumpfile.mk b/package/makedumpfile/makedumpfile.mk
index 5fa1331910..b06f3d0cb4 100644
--- a/package/makedumpfile/makedumpfile.mk
+++ b/package/makedumpfile/makedumpfile.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MAKEDUMPFILE_VERSION = 1.7.5
+MAKEDUMPFILE_VERSION = 1.7.6
 MAKEDUMPFILE_SITE = https://github.com/makedumpfile/makedumpfile/releases/download/$(MAKEDUMPFILE_VERSION)
 MAKEDUMPFILE_DEPENDENCIES = bzip2 elfutils xz zlib
 MAKEDUMPFILE_LICENSE = GPL-2.0
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/makedumpfile: bump version to 1.7.6
  2025-01-15  8:00 [Buildroot] [PATCH 1/1] package/makedumpfile: bump version to 1.7.6 Akhilesh Nema
@ 2025-01-15  8:21 ` Baruch Siach via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Baruch Siach via buildroot @ 2025-01-15  8:21 UTC (permalink / raw)
  To: Akhilesh Nema; +Cc: buildroot, Alexander Egorenkov

Hi Akhilesh,

On Wed, Jan 15 2025, Akhilesh Nema wrote:
> - Rebase 0002-Handle-__mips64.patch
> - Fix a check-package warning related to Upstream tag.
>
> Release notes: https://github.com/makedumpfile/makedumpfile/releases/tag/1.7.6
>
> Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com>
> ---
>  package/makedumpfile/0002-Handle-__mips64.patch | 8 ++++----
>  package/makedumpfile/makedumpfile.hash          | 2 +-
>  package/makedumpfile/makedumpfile.mk            | 2 +-
>  3 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/package/makedumpfile/0002-Handle-__mips64.patch b/package/makedumpfile/0002-Handle-__mips64.patch
> index fd3fdbbb39..b3fc6fba05 100644
> --- a/package/makedumpfile/0002-Handle-__mips64.patch
> +++ b/package/makedumpfile/0002-Handle-__mips64.patch
> @@ -14,7 +14,7 @@ Fixes:
>   - http://autobuild.buildroot.org/results/94824fa8baa8edb99a5ca245e5561e0c4e430638
>  
>  Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> -[Upstream status: https://github.com/makedumpfile/makedumpfile/pull/11]
> +Upstream: https://github.com/makedumpfile/makedumpfile/pull/11

With this change you can remove the patch from .checkpackageignore listing.

baruch

-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2025-01-15  8:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-15  8:00 [Buildroot] [PATCH 1/1] package/makedumpfile: bump version to 1.7.6 Akhilesh Nema
2025-01-15  8:21 ` Baruch Siach via buildroot

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