Github messages for voidlinux
 help / color / mirror / Atom feed
From: cinerea0 <cinerea0@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] gnutls: update to 3.8.3, split out docs
Date: Wed, 07 Feb 2024 19:45:45 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48589@inbox.vuxu.org> (raw)

[-- 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
 	}
 }

             reply	other threads:[~2024-02-07 18:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-07 18:45 cinerea0 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48589@inbox.vuxu.org \
    --to=cinerea0@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).