Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] mit-krb5: move /usr/lib/*.so to -libs subpackage
Date: Sat, 27 Jul 2019 10:39:18 +0200	[thread overview]
Message-ID: <20190727083918.ZIB3pPCILadY9hCVs6Aqt4zoUT5YUY1472zscJ9v38k@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13331@inbox.vuxu.org>

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

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

https://github.com/zdtcd/void-packages mit-krb5
https://github.com/void-linux/void-packages/pull/13331

mit-krb5: move /usr/lib/*.so to -libs subpackage
rdesktop requires /usr/lib/libgssapi_krb5.so,
that file should come with mit-krb5-libs instead of mit-krb5-devel.

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

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

From bae456f5636c49ece01a82248230123568600f1d Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Fri, 26 Jul 2019 08:54:42 +0700
Subject: [PATCH] libgssglue: requires versioned shared-object file

libgssglue will load those shared-object files on-demand.
Quote from Pozimski:
> if some software requires the unversioned symlink,
> it's doing it wrong
---
 srcpkgs/libgssglue/files/gssapi_mech.conf | 2 +-
 srcpkgs/mit-krb5/template                 | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/libgssglue/files/gssapi_mech.conf b/srcpkgs/libgssglue/files/gssapi_mech.conf
index 05bab80953f..909ae2f0105 100644
--- a/srcpkgs/libgssglue/files/gssapi_mech.conf
+++ b/srcpkgs/libgssglue/files/gssapi_mech.conf
@@ -15,7 +15,7 @@
 # library                               initialization function
 # ================================      ==========================
 # The MIT K5 gssapi library, use special function for initialization.
-/usr/lib/libgssapi_krb5.so		mechglue_internal_krb5_init
+/usr/lib/libgssapi_krb5.so.2		mechglue_internal_krb5_init
 #/usr/lib/libgssapi.so			mechglue_internal_krb5_init
 #
 # The SPKM3 gssapi library function.  Use the function spkm3_gss_initialize.
diff --git a/srcpkgs/mit-krb5/template b/srcpkgs/mit-krb5/template
index 2ee2038f921..cadb5e1678f 100644
--- a/srcpkgs/mit-krb5/template
+++ b/srcpkgs/mit-krb5/template
@@ -1,5 +1,7 @@
 # Template file for 'mit-krb5'
 pkgname=mit-krb5
+# if there is a bump in .so version,
+# also update srcpkgs/libgssglue/files/gssapi_mech.conf
 version=1.17
 revision=3
 wrksrc="krb5-${version}"

  parent reply	other threads:[~2019-07-27  8:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13331@inbox.vuxu.org>
2019-07-25 18:17 ` voidlinux-github
2019-07-25 18:20 ` voidlinux-github
2019-07-26  1:54 ` voidlinux-github
2019-07-27  8:39 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-27  8:39 ` voidlinux-github [this message]
2019-07-28  9:04 ` [PR PATCH] [Updated] prefer versioned .so files in libgssglue dependencies list voidlinux-github
2019-07-28  9:04 ` voidlinux-github
2019-07-28  9:31 ` [PR PATCH] [Merged]: " voidlinux-github

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=20190727083918.ZIB3pPCILadY9hCVs6Aqt4zoUT5YUY1472zscJ9v38k@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).