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] prefer versioned .so files in libgssglue dependencies list
Date: Sun, 28 Jul 2019 11:04:38 +0200	[thread overview]
Message-ID: <20190728090438.vgX6yhzOYpdT8ht6stbme-btYRrD5CkAsE0UmEBavsE@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: 459 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

prefer versioned .so files in libgssglue dependencies list
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: 2408 bytes --]

From 54c9601f4aec2a1506e0d511db2232e6322ff362 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 1/2] 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/libgssglue/template               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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/libgssglue/template b/srcpkgs/libgssglue/template
index d9b70a8a1b4..d15d795b023 100644
--- a/srcpkgs/libgssglue/template
+++ b/srcpkgs/libgssglue/template
@@ -1,7 +1,7 @@
 # Template file for 'libgssglue'
 pkgname=libgssglue
 version=0.4
-revision=7
+revision=8
 build_style=gnu-configure
 configure_args="--disable-static"
 conf_files="/etc/gssapi_mech.conf"

From a67f6f69834c389edab365a76392a487333e5e3e Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Sun, 28 Jul 2019 16:02:54 +0700
Subject: [PATCH 2/2] mit-krb5: remind developer to update libgssglue

libgssglue requires versioned .so file.
Add a comment to remind people update libgssglue if there's a major
version change.
---
 srcpkgs/mit-krb5/template | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/srcpkgs/mit-krb5/template b/srcpkgs/mit-krb5/template
index 2ee2038f921..261581b8afe 100644
--- a/srcpkgs/mit-krb5/template
+++ b/srcpkgs/mit-krb5/template
@@ -1,4 +1,6 @@
 # Template file for 'mit-krb5'
+# if there is a bump in .so version,
+# also update srcpkgs/libgssglue/files/gssapi_mech.conf
 pkgname=mit-krb5
 version=1.17
 revision=3

  parent reply	other threads:[~2019-07-28  9:04 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 ` mit-krb5: move /usr/lib/*.so to -libs subpackage 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
2019-07-28  9:04 ` 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: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=20190728090438.vgX6yhzOYpdT8ht6stbme-btYRrD5CkAsE0UmEBavsE@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).