Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnutls: update to 3.8.3, split out docs
@ 2024-02-07 18:45 cinerea0
  2024-02-14 14:59 ` [PR PATCH] [Updated] " cinerea0
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: cinerea0 @ 2024-02-07 18:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages gnutls
https://github.com/void-linux/void-packages/pull/48589

gnutls: update to 3.8.3, split out docs
#### Testing the changes
- I tested the changes in this PR: **YES**



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

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

From 0f7914e4dba9c2197b5515f98542c2ecd7628e06 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 7 Feb 2024 13:45:14 -0500
Subject: [PATCH] gnutls: update to 3.8.3, split out docs

---
 srcpkgs/gnutls-doc      |  1 +
 srcpkgs/gnutls/template | 18 ++++++++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)
 create mode 120000 srcpkgs/gnutls-doc

diff --git a/srcpkgs/gnutls-doc b/srcpkgs/gnutls-doc
new file mode 120000
index 0000000000000..ef33489ed7c56
--- /dev/null
+++ b/srcpkgs/gnutls-doc
@@ -0,0 +1 @@
+gnutls
\ No newline at end of file
diff --git a/srcpkgs/gnutls/template b/srcpkgs/gnutls/template
index 1ac1da9d1312e..dd9dc8913d92d 100644
--- a/srcpkgs/gnutls/template
+++ b/srcpkgs/gnutls/template
@@ -1,18 +1,17 @@
 # Template file for 'gnutls'
 pkgname=gnutls
-version=3.8.2
+version=3.8.3
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static --disable-valgrind-tests
  --disable-rpath
  --with-default-trust-store-file=/etc/ssl/certs/ca-certificates.crt
  --with-trousers-lib=${XBPS_CROSS_BASE}/usr/lib"
-hostmakedepends="gettext libtool pkg-config which"
-# for autoreconf
-#hostmakedepends+=" gettext-devel-tools automake"
+hostmakedepends="gettext gtk-doc libtool pkg-config which"
 # dependencies listed in pkg-config files
 _develdepends="unbound-devel trousers-devel libunistring-devel nettle-devel
- libtasn1-devel libidn2-devel p11-kit-devel"
+ libtasn1-devel libidn2-devel p11-kit-devel brotli-devel libzstd-devel
+ zlib-devel"
 makedepends="lzo-devel readline-devel libgpg-error-devel
  libgcrypt-devel ${_develdepends}"
 checkdepends="iproute2"
@@ -22,7 +21,7 @@ license="GPL-3.0-only, LGPL-2.1-or-later"
 homepage="https://gnutls.org"
 changelog="https://gitlab.com/gnutls/gnutls/-/raw/master/NEWS"
 distfiles="https://www.gnupg.org/ftp/gcrypt/gnutls/v${version%.*}/gnutls-${version}.tar.xz"
-checksum=e765e5016ffa9b9dd243e363a0460d577074444ee2491267db2e96c9c2adef77
+checksum=f74fc5954b27d4ec6dfbb11dea987888b5b124289a3703afcada0ee520f4173e
 # same as $PASS in tests/cert-tests/certtool.sh
 make_check_pre="env GNUTLS_PIN=1234"
 
@@ -40,6 +39,13 @@ gnutls-devel_package() {
 		vmove "usr/lib/*.so"
 		vmove usr/lib/pkgconfig
 		vmove usr/share/man/man3
+	}
+}
+
+gnutls-doc_package() {
+	short_desc+=" - general documentation"
+	pkg_install() {
+		vmove usr/share/doc/gnutls
 		vmove usr/share/info
 	}
 }

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

* Re: [PR PATCH] [Updated] gnutls: update to 3.8.3, split out docs
  2024-02-07 18:45 [PR PATCH] gnutls: update to 3.8.3, split out docs cinerea0
@ 2024-02-14 14:59 ` cinerea0
  2024-02-14 15:09 ` cinerea0
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2024-02-14 14:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages gnutls
https://github.com/void-linux/void-packages/pull/48589

gnutls: update to 3.8.3, split out docs
#### Testing the changes
- I tested the changes in this PR: **YES**



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

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

From a3fc4253d5e4a783ade65eb6a4e22dc4c71c7a73 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 14 Feb 2024 09:59:20 -0500
Subject: [PATCH] gnutls: support more decompressors, split out docs

---
 srcpkgs/gnutls/template | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gnutls/template b/srcpkgs/gnutls/template
index 45de7bde984e2..61083b3553fb4 100644
--- a/srcpkgs/gnutls/template
+++ b/srcpkgs/gnutls/template
@@ -1,18 +1,17 @@
 # Template file for 'gnutls'
 pkgname=gnutls
 version=3.8.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static --disable-valgrind-tests
  --disable-rpath
  --with-default-trust-store-file=/etc/ssl/certs/ca-certificates.crt
  --with-trousers-lib=${XBPS_CROSS_BASE}/usr/lib"
-hostmakedepends="gettext libtool pkg-config which"
-# for autoreconf
-#hostmakedepends+=" gettext-devel-tools automake"
+hostmakedepends="gettext gtk-doc libtool pkg-config which"
 # dependencies listed in pkg-config files
 _develdepends="unbound-devel trousers-devel libunistring-devel nettle-devel
- libtasn1-devel libidn2-devel p11-kit-devel"
+ libtasn1-devel libidn2-devel p11-kit-devel brotli-devel libzstd-devel
+ zlib-devel"
 makedepends="lzo-devel readline-devel libgpg-error-devel
  libgcrypt-devel ${_develdepends}"
 checkdepends="iproute2"
@@ -40,6 +39,13 @@ gnutls-devel_package() {
 		vmove "usr/lib/*.so"
 		vmove usr/lib/pkgconfig
 		vmove usr/share/man/man3
+	}
+}
+
+gnutls-doc_package() {
+	short_desc+=" - general documentation"
+	pkg_install() {
+		vmove usr/share/doc/gnutls
 		vmove usr/share/info
 	}
 }

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

* Re: [PR PATCH] [Updated] gnutls: update to 3.8.3, split out docs
  2024-02-07 18:45 [PR PATCH] gnutls: update to 3.8.3, split out docs cinerea0
  2024-02-14 14:59 ` [PR PATCH] [Updated] " cinerea0
@ 2024-02-14 15:09 ` cinerea0
  2024-02-15 21:27 ` [PR PATCH] [Updated] gnutls: support more decompressors, " cinerea0
  2024-03-23 22:40 ` [PR PATCH] [Closed]: " cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2024-02-14 15:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages gnutls
https://github.com/void-linux/void-packages/pull/48589

gnutls: update to 3.8.3, split out docs
#### Testing the changes
- I tested the changes in this PR: **YES**



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

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

From 7c374808cfeac7d106eb8781de09ec2c261e748d Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 14 Feb 2024 10:09:03 -0500
Subject: [PATCH] gnutls: support more decompressors, split out docs

---
 srcpkgs/gnutls-doc      |  1 +
 srcpkgs/gnutls/template | 16 +++++++++++-----
 2 files changed, 12 insertions(+), 5 deletions(-)
 create mode 120000 srcpkgs/gnutls-doc

diff --git a/srcpkgs/gnutls-doc b/srcpkgs/gnutls-doc
new file mode 120000
index 00000000000000..ef33489ed7c561
--- /dev/null
+++ b/srcpkgs/gnutls-doc
@@ -0,0 +1 @@
+gnutls
\ No newline at end of file
diff --git a/srcpkgs/gnutls/template b/srcpkgs/gnutls/template
index 45de7bde984e2b..61083b3553fb48 100644
--- a/srcpkgs/gnutls/template
+++ b/srcpkgs/gnutls/template
@@ -1,18 +1,17 @@
 # Template file for 'gnutls'
 pkgname=gnutls
 version=3.8.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static --disable-valgrind-tests
  --disable-rpath
  --with-default-trust-store-file=/etc/ssl/certs/ca-certificates.crt
  --with-trousers-lib=${XBPS_CROSS_BASE}/usr/lib"
-hostmakedepends="gettext libtool pkg-config which"
-# for autoreconf
-#hostmakedepends+=" gettext-devel-tools automake"
+hostmakedepends="gettext gtk-doc libtool pkg-config which"
 # dependencies listed in pkg-config files
 _develdepends="unbound-devel trousers-devel libunistring-devel nettle-devel
- libtasn1-devel libidn2-devel p11-kit-devel"
+ libtasn1-devel libidn2-devel p11-kit-devel brotli-devel libzstd-devel
+ zlib-devel"
 makedepends="lzo-devel readline-devel libgpg-error-devel
  libgcrypt-devel ${_develdepends}"
 checkdepends="iproute2"
@@ -40,6 +39,13 @@ gnutls-devel_package() {
 		vmove "usr/lib/*.so"
 		vmove usr/lib/pkgconfig
 		vmove usr/share/man/man3
+	}
+}
+
+gnutls-doc_package() {
+	short_desc+=" - general documentation"
+	pkg_install() {
+		vmove usr/share/doc/gnutls
 		vmove usr/share/info
 	}
 }

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

* Re: [PR PATCH] [Updated] gnutls: support more decompressors, split out docs
  2024-02-07 18:45 [PR PATCH] gnutls: update to 3.8.3, split out docs cinerea0
  2024-02-14 14:59 ` [PR PATCH] [Updated] " cinerea0
  2024-02-14 15:09 ` cinerea0
@ 2024-02-15 21:27 ` cinerea0
  2024-03-23 22:40 ` [PR PATCH] [Closed]: " cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2024-02-15 21:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages gnutls
https://github.com/void-linux/void-packages/pull/48589

gnutls: support more decompressors, split out docs
#### Testing the changes
- I tested the changes in this PR: **YES**



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

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

From 76539183c0e4bd34933b0fc1f2b5dd727e516ef3 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 15 Feb 2024 16:26:45 -0500
Subject: [PATCH] gnutls: support more decompressors, split out docs

---
 srcpkgs/gnutls-doc      |  1 +
 srcpkgs/gnutls/template | 20 +++++++++++++++-----
 2 files changed, 16 insertions(+), 5 deletions(-)
 create mode 120000 srcpkgs/gnutls-doc

diff --git a/srcpkgs/gnutls-doc b/srcpkgs/gnutls-doc
new file mode 120000
index 0000000000000..ef33489ed7c56
--- /dev/null
+++ b/srcpkgs/gnutls-doc
@@ -0,0 +1 @@
+gnutls
\ No newline at end of file
diff --git a/srcpkgs/gnutls/template b/srcpkgs/gnutls/template
index 45de7bde984e2..87d548010e91a 100644
--- a/srcpkgs/gnutls/template
+++ b/srcpkgs/gnutls/template
@@ -1,18 +1,17 @@
 # Template file for 'gnutls'
 pkgname=gnutls
 version=3.8.3
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static --disable-valgrind-tests
  --disable-rpath
  --with-default-trust-store-file=/etc/ssl/certs/ca-certificates.crt
  --with-trousers-lib=${XBPS_CROSS_BASE}/usr/lib"
-hostmakedepends="gettext libtool pkg-config which"
-# for autoreconf
-#hostmakedepends+=" gettext-devel-tools automake"
+hostmakedepends="gettext gtk-doc libtool pkg-config which"
 # dependencies listed in pkg-config files
 _develdepends="unbound-devel trousers-devel libunistring-devel nettle-devel
- libtasn1-devel libidn2-devel p11-kit-devel"
+ libtasn1-devel libidn2-devel p11-kit-devel brotli-devel libzstd-devel
+ zlib-devel"
 makedepends="lzo-devel readline-devel libgpg-error-devel
  libgcrypt-devel ${_develdepends}"
 checkdepends="iproute2"
@@ -32,6 +31,10 @@ else
 	configure_args+=" --disable-tests"
 fi
 
+post_install() {
+	rm -rf ${DESTDIR}/usr/share/doc
+}
+
 gnutls-devel_package() {
 	depends="${_develdepends} ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
@@ -40,6 +43,13 @@ gnutls-devel_package() {
 		vmove "usr/lib/*.so"
 		vmove usr/lib/pkgconfig
 		vmove usr/share/man/man3
+	}
+}
+
+gnutls-doc_package() {
+	depends="texinfo"
+	short_desc+=" - documentation"
+	pkg_install() {
 		vmove usr/share/info
 	}
 }

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

* Re: [PR PATCH] [Closed]: gnutls: support more decompressors, split out docs
  2024-02-07 18:45 [PR PATCH] gnutls: update to 3.8.3, split out docs cinerea0
                   ` (2 preceding siblings ...)
  2024-02-15 21:27 ` [PR PATCH] [Updated] gnutls: support more decompressors, " cinerea0
@ 2024-03-23 22:40 ` cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2024-03-23 22:40 UTC (permalink / raw)
  To: ml

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

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

gnutls: support more decompressors, split out docs
https://github.com/void-linux/void-packages/pull/48589

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



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

end of thread, other threads:[~2024-03-23 22:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-07 18:45 [PR PATCH] gnutls: update to 3.8.3, split out docs cinerea0
2024-02-14 14:59 ` [PR PATCH] [Updated] " cinerea0
2024-02-14 15:09 ` cinerea0
2024-02-15 21:27 ` [PR PATCH] [Updated] gnutls: support more decompressors, " cinerea0
2024-03-23 22:40 ` [PR PATCH] [Closed]: " cinerea0

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