Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tpm2-tools: update to 5.3
@ 2022-09-28 19:16 tranzystorek-io
  2022-10-01 10:31 ` [PR PATCH] [Updated] " tranzystorek-io
  2022-10-02  1:03 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: tranzystorek-io @ 2022-09-28 19:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages tpm2-tools
https://github.com/void-linux/void-packages/pull/39511

tpm2-tools: update to 5.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/39511.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tpm2-tools-39511.patch --]
[-- Type: text/x-diff, Size: 2930 bytes --]

From 7b3a27af8421d04b2510cc2cf9e4c5f3095220d4 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 28 Sep 2022 21:15:09 +0200
Subject: [PATCH] tpm2-tools: update to 5.3

---
 srcpkgs/tpm2-tools/patches/bootstrap-no-git.patch | 13 +++++++++++++
 srcpkgs/tpm2-tools/patches/version-cache.patch    | 11 -----------
 srcpkgs/tpm2-tools/template                       |  6 +++---
 3 files changed, 16 insertions(+), 14 deletions(-)
 create mode 100644 srcpkgs/tpm2-tools/patches/bootstrap-no-git.patch
 delete mode 100644 srcpkgs/tpm2-tools/patches/version-cache.patch

diff --git a/srcpkgs/tpm2-tools/patches/bootstrap-no-git.patch b/srcpkgs/tpm2-tools/patches/bootstrap-no-git.patch
new file mode 100644
index 000000000000..b6c1f21929e3
--- /dev/null
+++ b/srcpkgs/tpm2-tools/patches/bootstrap-no-git.patch
@@ -0,0 +1,13 @@
+diff --git a/bootstrap b/bootstrap
+index f8de2d3..bd2ab07 100755
+--- a/bootstrap
++++ b/bootstrap
+@@ -5,7 +5,7 @@ set -e
+ 
+ # Generate a VERSION file that is included in the dist tarball to avoid needed git
+ # when calling autoreconf in a release tarball.
+-git describe --tags --always --dirty > VERSION
++# git describe --tags --always --dirty > VERSION
+ 
+ # generate list of source files for use in Makefile.am
+ # if you add new source files, you must run ./bootstrap again
diff --git a/srcpkgs/tpm2-tools/patches/version-cache.patch b/srcpkgs/tpm2-tools/patches/version-cache.patch
deleted file mode 100644
index 3766b3fe9a53..000000000000
--- a/srcpkgs/tpm2-tools/patches/version-cache.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index f1c1711..2ca51b0 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -1,5 +1,5 @@
- AC_INIT([tpm2-tools],
--    [m4_esyscmd_s([git describe --tags --always --dirty])])
-+    [m4_esyscmd_s([cat VERSION])])
- AC_CONFIG_MACRO_DIR([m4])
- 
- AX_IS_RELEASE([dash-version])
diff --git a/srcpkgs/tpm2-tools/template b/srcpkgs/tpm2-tools/template
index 30120d8fc322..f1f2d2e8582e 100644
--- a/srcpkgs/tpm2-tools/template
+++ b/srcpkgs/tpm2-tools/template
@@ -1,6 +1,6 @@
 # Template file for 'tpm2-tools'
 pkgname=tpm2-tools
-version=5.2
+version=5.3
 revision=1
 build_style=gnu-configure
 hostmakedepends="autoconf autoconf-archive automake libtool pkg-config $(vopt_if man pandoc)"
@@ -11,7 +11,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/tpm2-software/tpm2-tools/"
 changelog="https://raw.githubusercontent.com/tpm2-software/tpm2-tools/master/docs/CHANGELOG.md"
 distfiles="https://github.com/tpm2-software/tpm2-tools/archive/refs/tags/${version}.tar.gz"
-checksum=6b81d8214cc8006a8a5011926df917b885f320e428470a61669f577c0778e4d8
+checksum=24a4113ad1aef589a48031ad448d019466294e0400c8382ffab3e8d4aff48c2d
 
 build_options="man"
 desc_option_man="Use pandoc for manpages"
@@ -26,5 +26,5 @@ pre_configure() {
 }
 
 post_install() {
-	vlicense doc/LICENSE
+	vlicense docs/LICENSE
 }

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

* Re: [PR PATCH] [Updated] tpm2-tools: update to 5.3
  2022-09-28 19:16 [PR PATCH] tpm2-tools: update to 5.3 tranzystorek-io
@ 2022-10-01 10:31 ` tranzystorek-io
  2022-10-02  1:03 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: tranzystorek-io @ 2022-10-01 10:31 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by tranzystorek-io against master on the void-packages repository

https://github.com/tranzystorek-io/void-packages tpm2-tools
https://github.com/void-linux/void-packages/pull/39511

tpm2-tools: update to 5.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/39511.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tpm2-tools-39511.patch --]
[-- Type: text/x-diff, Size: 2930 bytes --]

From ce3b8688a48d2076141bdea9d66aa6882fb43e05 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 28 Sep 2022 21:15:09 +0200
Subject: [PATCH] tpm2-tools: update to 5.3

---
 srcpkgs/tpm2-tools/patches/bootstrap-no-git.patch | 13 +++++++++++++
 srcpkgs/tpm2-tools/patches/version-cache.patch    | 11 -----------
 srcpkgs/tpm2-tools/template                       |  6 +++---
 3 files changed, 16 insertions(+), 14 deletions(-)
 create mode 100644 srcpkgs/tpm2-tools/patches/bootstrap-no-git.patch
 delete mode 100644 srcpkgs/tpm2-tools/patches/version-cache.patch

diff --git a/srcpkgs/tpm2-tools/patches/bootstrap-no-git.patch b/srcpkgs/tpm2-tools/patches/bootstrap-no-git.patch
new file mode 100644
index 000000000000..b6c1f21929e3
--- /dev/null
+++ b/srcpkgs/tpm2-tools/patches/bootstrap-no-git.patch
@@ -0,0 +1,13 @@
+diff --git a/bootstrap b/bootstrap
+index f8de2d3..bd2ab07 100755
+--- a/bootstrap
++++ b/bootstrap
+@@ -5,7 +5,7 @@ set -e
+ 
+ # Generate a VERSION file that is included in the dist tarball to avoid needed git
+ # when calling autoreconf in a release tarball.
+-git describe --tags --always --dirty > VERSION
++# git describe --tags --always --dirty > VERSION
+ 
+ # generate list of source files for use in Makefile.am
+ # if you add new source files, you must run ./bootstrap again
diff --git a/srcpkgs/tpm2-tools/patches/version-cache.patch b/srcpkgs/tpm2-tools/patches/version-cache.patch
deleted file mode 100644
index 3766b3fe9a53..000000000000
--- a/srcpkgs/tpm2-tools/patches/version-cache.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index f1c1711..2ca51b0 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -1,5 +1,5 @@
- AC_INIT([tpm2-tools],
--    [m4_esyscmd_s([git describe --tags --always --dirty])])
-+    [m4_esyscmd_s([cat VERSION])])
- AC_CONFIG_MACRO_DIR([m4])
- 
- AX_IS_RELEASE([dash-version])
diff --git a/srcpkgs/tpm2-tools/template b/srcpkgs/tpm2-tools/template
index 30120d8fc322..f1f2d2e8582e 100644
--- a/srcpkgs/tpm2-tools/template
+++ b/srcpkgs/tpm2-tools/template
@@ -1,6 +1,6 @@
 # Template file for 'tpm2-tools'
 pkgname=tpm2-tools
-version=5.2
+version=5.3
 revision=1
 build_style=gnu-configure
 hostmakedepends="autoconf autoconf-archive automake libtool pkg-config $(vopt_if man pandoc)"
@@ -11,7 +11,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/tpm2-software/tpm2-tools/"
 changelog="https://raw.githubusercontent.com/tpm2-software/tpm2-tools/master/docs/CHANGELOG.md"
 distfiles="https://github.com/tpm2-software/tpm2-tools/archive/refs/tags/${version}.tar.gz"
-checksum=6b81d8214cc8006a8a5011926df917b885f320e428470a61669f577c0778e4d8
+checksum=24a4113ad1aef589a48031ad448d019466294e0400c8382ffab3e8d4aff48c2d
 
 build_options="man"
 desc_option_man="Use pandoc for manpages"
@@ -26,5 +26,5 @@ pre_configure() {
 }
 
 post_install() {
-	vlicense doc/LICENSE
+	vlicense docs/LICENSE
 }

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

* Re: [PR PATCH] [Merged]: tpm2-tools: update to 5.3
  2022-09-28 19:16 [PR PATCH] tpm2-tools: update to 5.3 tranzystorek-io
  2022-10-01 10:31 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-10-02  1:03 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-10-02  1:03 UTC (permalink / raw)
  To: ml

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

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

tpm2-tools: update to 5.3
https://github.com/void-linux/void-packages/pull/39511

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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] 3+ messages in thread

end of thread, other threads:[~2022-10-02  1:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-28 19:16 [PR PATCH] tpm2-tools: update to 5.3 tranzystorek-io
2022-10-01 10:31 ` [PR PATCH] [Updated] " tranzystorek-io
2022-10-02  1:03 ` [PR PATCH] [Merged]: " classabbyamp

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).