Github messages for voidlinux
 help / color / mirror / Atom feed
From: prez <prez@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] curl: restore libcurl-gnutls symlink from libcurl.
Date: Sun, 10 Apr 2022 19:56:30 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36619@inbox.vuxu.org> (raw)

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

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

https://github.com/prez/void-packages curl
https://github.com/void-linux/void-packages/pull/36619

curl: restore libcurl-gnutls symlink from libcurl.
Without this, many proprietary audio plugins aren't functional.


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

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

From f140bcad7d2de95ee151bb0775f882b9a2c46cf7 Mon Sep 17 00:00:00 2001
From: prez <prez@national.shitposting.agency>
Date: Sun, 10 Apr 2022 19:52:38 +0200
Subject: [PATCH] curl: restore libcurl-gnutls symlink from libcurl.

---
 common/shlibs         | 1 +
 srcpkgs/curl/template | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/common/shlibs b/common/shlibs
index 673c62085f5b..0858cc096712 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -366,6 +366,7 @@ libnssdbm3.so nss-3.12.4_1
 libnssckbi.so nss-3.12.4_1
 libnss3.so nss-3.12.4_1
 libcurl.so.4 libcurl-7.75.0_2
+libcurl-gnutls.so.4 libcurl-7.75.0_2
 libdaemon.so.0 libdaemon-0.14_1
 libavahi-common.so.3 avahi-libs-0.6.25_1
 libavahi-core.so.7 avahi-libs-0.6.25_1
diff --git a/srcpkgs/curl/template b/srcpkgs/curl/template
index 16a1abd02150..2c1e70f314b1 100644
--- a/srcpkgs/curl/template
+++ b/srcpkgs/curl/template
@@ -1,7 +1,7 @@
 # Template file for 'curl'
 pkgname=curl
 version=7.82.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6
  $(vopt_with rtmp) $(vopt_with gssapi) $(vopt_enable ldap) $(vopt_with gnutls)
@@ -66,8 +66,10 @@ post_install() {
 
 libcurl_package() {
 	short_desc="Multiprotocol file transfer library"
+	shlib_provides="libcurl-gnutls.so.4"
 	pkg_install() {
 		vmove "usr/lib/*.so.*"
+		ln -sf libcurl.so.4 ${PKGDESTDIR}/usr/lib/libcurl-gnutls.so.4
 	}
 }
 

             reply	other threads:[~2022-04-10 17:56 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-10 17:56 prez [this message]
2022-04-11 17:13 ` leahneukirchen
2022-04-11 17:32 ` prez
2022-06-17 16:47 ` fdziarmagowski
2022-06-17 18:16 ` prez
2022-06-17 20:16 ` fdziarmagowski
2022-06-17 22:32 ` prez
2022-07-17 19:28 ` ericonr
2022-07-20 20:48 ` fdziarmagowski
2022-10-19  2:14 ` github-actions
2022-10-19  4:30 ` biopsin
2023-01-19  2:00 ` github-actions
2023-02-02  2:01 ` [PR PATCH] [Closed]: " github-actions

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-36619@inbox.vuxu.org \
    --to=prez@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).