Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] makeself: update to 2.4.5.
@ 2021-11-04 13:09 Bikutoso
  2021-11-06  0:52 ` [PR PATCH] [Merged]: " Piraty
  0 siblings, 1 reply; 2+ messages in thread
From: Bikutoso @ 2021-11-04 13:09 UTC (permalink / raw)
  To: ml

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

There is a new pull request by Bikutoso against master on the void-packages repository

https://github.com/Bikutoso/void-packages makeself-update-2.4.5
https://github.com/void-linux/void-packages/pull/33898

makeself: update to 2.4.5.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/33898.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-makeself-update-2.4.5-33898.patch --]
[-- Type: text/x-diff, Size: 1719 bytes --]

From 9430547f3606a4a12c0b318e02774786c315c90f Mon Sep 17 00:00:00 2001
From: Bikutoso <10584311+Bikutoso@users.noreply.github.com>
Date: Thu, 4 Nov 2021 13:42:12 +0100
Subject: [PATCH] makeself: update to 2.4.5.

---
 srcpkgs/makeself/patches/header.patch | 4 ++--
 srcpkgs/makeself/template             | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/makeself/patches/header.patch b/srcpkgs/makeself/patches/header.patch
index a11442697dfd..1d07b6c7a4c9 100644
--- a/srcpkgs/makeself/patches/header.patch
+++ b/srcpkgs/makeself/patches/header.patch
@@ -1,11 +1,11 @@
 --- a/makeself.sh	2019-06-13 07:22:52.406415309 +0000
 +++ b/makeself.sh		2019-06-13 07:23:10.116346635 +0000
-@@ -185,7 +185,7 @@
+@@ -208,7 +208,7 @@
  TAR_EXTRA=""
  GPG_EXTRA=""
  DU_ARGS=-ks
 -HEADER=`dirname "$0"`/makeself-header.sh
 +HEADER=`dirname "$0"`/makeself-header
+ SIGNATURE=""
  TARGETDIR=""
  NOOVERWRITE=n
- DATE=`LC_ALL=C date`
diff --git a/srcpkgs/makeself/template b/srcpkgs/makeself/template
index 4c498dce7734..82f66c7dc534 100644
--- a/srcpkgs/makeself/template
+++ b/srcpkgs/makeself/template
@@ -1,14 +1,14 @@
 # Template file for 'makeself'
 pkgname=makeself
-version=2.4.2
-revision=2
+version=2.4.5
+revision=1
 wrksrc="makeself-release-${version}"
 short_desc="Make self-extractable archives on Unix"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://makeself.io"
 distfiles="https://github.com/megastep/makeself/archive/release-$version.tar.gz"
-checksum=8789312db5e93fc471a1e4fb88ec13227ef63a9c7aad297f3bbf35f9511f8d62
+checksum=91deafdbfddf130abe67d7546f0c50be6af6711bb1c351b768043bd527bd6e45
 
 do_install() {
 	vmkdir usr/share/man/man1

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

* Re: [PR PATCH] [Merged]: makeself: update to 2.4.5.
  2021-11-04 13:09 [PR PATCH] makeself: update to 2.4.5 Bikutoso
@ 2021-11-06  0:52 ` Piraty
  0 siblings, 0 replies; 2+ messages in thread
From: Piraty @ 2021-11-06  0:52 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

makeself: update to 2.4.5.
https://github.com/void-linux/void-packages/pull/33898

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-11-06  0:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-04 13:09 [PR PATCH] makeself: update to 2.4.5 Bikutoso
2021-11-06  0:52 ` [PR PATCH] [Merged]: " Piraty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).