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

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