Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: mit-krb5: move /usr/lib/*.so to -libs subpackage
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13331@inbox.vuxu.org>
  2019-07-25 15:07 ` mit-krb5: move /usr/lib/*.so to -libs subpackage voidlinux-github
@ 2019-07-25 18:17 ` voidlinux-github
  2019-07-25 18:20 ` voidlinux-github
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-25 18:17 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/13331#issuecomment-515157536
Comment:
I believe it is by `/etc/gssapi_mech.conf` from the package `libgssglue` which lists `/usr/lib/libgssapi_krb5.so` in its default config.

It should instead list `/usr/lib/libgssapi_krb5.so.2` and be updated whenever the major version changes.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: mit-krb5: move /usr/lib/*.so to -libs subpackage
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13331@inbox.vuxu.org>
  2019-07-25 15:07 ` mit-krb5: move /usr/lib/*.so to -libs subpackage voidlinux-github
  2019-07-25 18:17 ` voidlinux-github
@ 2019-07-25 18:20 ` voidlinux-github
  2019-07-26  1:54 ` voidlinux-github
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-25 18:20 UTC (permalink / raw)
  To: ml

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

New comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/13331#issuecomment-515157536
Comment:
I believe it is by `/etc/gssapi_mech.conf` from the package `libgssglue` which lists `/usr/lib/libgssapi_krb5.so` in its default config, a file we ship.

It should instead list `/usr/lib/libgssapi_krb5.so.2` and be updated whenever the major version changes.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: mit-krb5: move /usr/lib/*.so to -libs subpackage
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13331@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2019-07-25 18:20 ` voidlinux-github
@ 2019-07-26  1:54 ` voidlinux-github
  2019-07-27  8:39 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-26  1:54 UTC (permalink / raw)
  To: ml

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

New comment by zdtcd on void-packages repository

https://github.com/void-linux/void-packages/pull/13331#issuecomment-515278034
Comment:
On 2019-07-25 11:17:42 -0700, Jürgen Buchmüller wrote:
> I believe it is by `/etc/gssapi_mech.conf` from the package
> `libgssglue` which lists `/usr/lib/libgssapi_krb5.so` in its default
> config.
> 
> It should instead list `/usr/lib/libgssapi_krb5.so.2` and be updated
> whenever the major version changes.

I think this is the correct direction,
I'll update libgssglue instead.

-- 
Danh


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] mit-krb5: move /usr/lib/*.so to -libs subpackage
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13331@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2019-07-26  1:54 ` voidlinux-github
@ 2019-07-27  8:39 ` voidlinux-github
  2019-07-27  8:39 ` voidlinux-github
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-27  8:39 UTC (permalink / raw)
  To: ml

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] mit-krb5: move /usr/lib/*.so to -libs subpackage
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13331@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2019-07-27  8:39 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-27  8:39 ` voidlinux-github
  2019-07-28  9:04 ` [PR PATCH] [Updated] prefer versioned .so files in libgssglue dependencies list voidlinux-github
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-27  8:39 UTC (permalink / raw)
  To: ml

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] prefer versioned .so files in libgssglue dependencies list
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13331@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  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
  8 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-28  9:04 UTC (permalink / raw)
  To: ml

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] prefer versioned .so files in libgssglue dependencies list
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13331@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2019-07-27  8:39 ` voidlinux-github
@ 2019-07-28  9:04 ` voidlinux-github
  2019-07-28  9:04 ` voidlinux-github
  2019-07-28  9:31 ` [PR PATCH] [Merged]: " voidlinux-github
  8 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-28  9:04 UTC (permalink / raw)
  To: ml

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Merged]: prefer versioned .so files in libgssglue dependencies list
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13331@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2019-07-28  9:04 ` voidlinux-github
@ 2019-07-28  9:31 ` voidlinux-github
  8 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-28  9:31 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

prefer versioned .so files in libgssglue dependencies list
https://github.com/void-linux/void-packages/pull/13331
Description: rdesktop requires /usr/lib/libgssapi_krb5.so,
that file should come with mit-krb5-libs instead of mit-krb5-devel.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: mit-krb5: move /usr/lib/*.so to -libs subpackage
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13331@inbox.vuxu.org>
@ 2019-07-25 15:07 ` voidlinux-github
  2019-07-25 18:17 ` voidlinux-github
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2019-07-25 15:07 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/13331#issuecomment-515082761
Comment:
What brought you to this conclusion? Generally it's the other way around. Putting the symlink into `-devel` is correct and if some software requires the unversioned symlink, it is doing it wrong. 

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-07-28  9:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13331@inbox.vuxu.org>
2019-07-25 15:07 ` mit-krb5: move /usr/lib/*.so to -libs subpackage voidlinux-github
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
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

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