Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libksba: update to 1.4.0
@ 2020-07-26 19:37 skmpz
  2020-07-27 17:42 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 1 reply; 3+ messages in thread
From: skmpz @ 2020-07-26 19:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages libksba-1.4.0
https://github.com/void-linux/void-packages/pull/23855

libksba: update to 1.4.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libksba-1.4.0-23855.patch --]
[-- Type: text/x-diff, Size: 1278 bytes --]

From 17ca72218c4bce759311ec213b945f956c802172 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sun, 26 Jul 2020 23:35:27 +0400
Subject: [PATCH] libksba: update to 1.4.0

---
 srcpkgs/libksba/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/libksba/template b/srcpkgs/libksba/template
index 28ce63418e7..4848f837d62 100644
--- a/srcpkgs/libksba/template
+++ b/srcpkgs/libksba/template
@@ -1,15 +1,15 @@
 # Template file for 'libksba'
 pkgname=libksba
-version=1.3.5
-revision=2
+version=1.4.0
+revision=1
 build_style=gnu-configure
 makedepends="libgpg-error-devel"
-short_desc="A CMS and X.509 access library"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="LGPL-3"
+short_desc="CMS and X.509 access library"
+maintainer="skmpz <dem.procopiou@gmail.com>"
+license="GPL-2.0-or-later,LGPL-3.0-or-later"
 homepage="https://www.gnupg.org/related_software/libksba/index.html"
 distfiles="https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=41444fd7a6ff73a79ad9728f985e71c9ba8cd3e5e53358e70d5f066d35c1a340
+checksum=bfe6a8e91ff0f54d8a329514db406667000cb207238eded49b599761bfca41b6
 
 libksba-devel_package() {
 	depends="libgpg-error-devel ${sourcepkg}>=${version}_${revision}"

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

* Re: [PR PATCH] [Merged]: libksba: update to 1.4.0
  2020-07-26 19:37 [PR PATCH] libksba: update to 1.4.0 skmpz
@ 2020-07-27 17:42 ` ahesford
  0 siblings, 0 replies; 3+ messages in thread
From: ahesford @ 2020-07-27 17:42 UTC (permalink / raw)
  To: ml

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

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

libksba: update to 1.4.0
https://github.com/void-linux/void-packages/pull/23855

Description:


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

* [PR PATCH] libksba: update to 1.4.0
@ 2020-07-26 18:24 skmpz
  0 siblings, 0 replies; 3+ messages in thread
From: skmpz @ 2020-07-26 18:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages libksba-1.4.0
https://github.com/void-linux/void-packages/pull/23853

libksba: update to 1.4.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libksba-1.4.0-23853.patch --]
[-- Type: text/x-diff, Size: 1929 bytes --]

From 488cad90d726e873048980504d57f4e92dc64321 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sun, 26 Jul 2020 22:22:27 +0400
Subject: [PATCH 1/2] libksba: update to 1.4.0

---
 srcpkgs/libksba/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libksba/template b/srcpkgs/libksba/template
index 28ce63418e7..a7542ff5bca 100644
--- a/srcpkgs/libksba/template
+++ b/srcpkgs/libksba/template
@@ -1,6 +1,6 @@
 # Template file for 'libksba'
 pkgname=libksba
-version=1.3.5
+version=1.4.0
 revision=2
 build_style=gnu-configure
 makedepends="libgpg-error-devel"
@@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-3"
 homepage="https://www.gnupg.org/related_software/libksba/index.html"
 distfiles="https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=41444fd7a6ff73a79ad9728f985e71c9ba8cd3e5e53358e70d5f066d35c1a340
+checksum=bfe6a8e91ff0f54d8a329514db406667000cb207238eded49b599761bfca41b6
 
 libksba-devel_package() {
 	depends="libgpg-error-devel ${sourcepkg}>=${version}_${revision}"

From 416b877740d2803a1a42d2dfbfe3d3d95635eda1 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sun, 26 Jul 2020 22:24:00 +0400
Subject: [PATCH 2/2] take maintenership

---
 srcpkgs/libksba/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libksba/template b/srcpkgs/libksba/template
index a7542ff5bca..7d1aecbf0d9 100644
--- a/srcpkgs/libksba/template
+++ b/srcpkgs/libksba/template
@@ -5,7 +5,7 @@ revision=2
 build_style=gnu-configure
 makedepends="libgpg-error-devel"
 short_desc="A CMS and X.509 access library"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="skmpz <dem.procopiou@gmail.com>"
 license="LGPL-3"
 homepage="https://www.gnupg.org/related_software/libksba/index.html"
 distfiles="https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"

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

end of thread, other threads:[~2020-07-27 17:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-26 19:37 [PR PATCH] libksba: update to 1.4.0 skmpz
2020-07-27 17:42 ` [PR PATCH] [Merged]: " ahesford
  -- strict thread matches above, loose matches on Subject: below --
2020-07-26 18:24 [PR PATCH] " skmpz

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