Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: pam_ssh_agent_auth-0.10.3
@ 2020-04-04 21:25 zenfailure
  2020-04-04 23:51 ` [PR PATCH] [Updated] " zenfailure
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: zenfailure @ 2020-04-04 21:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zenfailure/void-packages master
https://github.com/void-linux/void-packages/pull/20656

New package: pam_ssh_agent_auth-0.10.3
None

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

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

From f76758bfa436abd97938f464417ed3d0a4c9ca1b Mon Sep 17 00:00:00 2001
From: Iskander Zemmouri <iskander.zemmouri@mailbox.org>
Date: Sat, 4 Apr 2020 23:21:32 +0200
Subject: [PATCH] New package: pam_ssh_agent_auth-0.10.3

---
 srcpkgs/pam_ssh_agent_auth/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/pam_ssh_agent_auth/template

diff --git a/srcpkgs/pam_ssh_agent_auth/template b/srcpkgs/pam_ssh_agent_auth/template
new file mode 100644
index 00000000000..a80f7b2139d
--- /dev/null
+++ b/srcpkgs/pam_ssh_agent_auth/template
@@ -0,0 +1,28 @@
+# Template file for 'pam_ssh_agent_auth'
+pkgname=pam_ssh_agent_auth
+version=0.10.3
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+#create_wrksrc=yes
+build_style=gnu-configure
+#configure_args="--prefix=/usr"
+make_build_args="LD=gcc"
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends="libressl-devel pam-devel perl"
+depends=""
+short_desc="PAM module providing authentication through a ssh agent"
+maintainer="Iskander Zemmouri <iskander.zemmouri@mailbox.org>"
+license="MIT"
+homepage="http://pamsshagentauth.sourceforge.net/"
+distfiles="${SOURCEFORGE_SITE}/pamsshagentauth/${pkgname}-${version}.tar.bz2"
+checksum=3c53d358d6eaed1b211239df017c27c6f9970995d14102ae67bae16d4f47a763
+
+do_install() {
+	vman pam_ssh_agent_auth.8
+	vmkdir /usr/lib/security
+	vcopy pam_ssh_agent_auth.so /usr/lib/security
+}

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

* Re: [PR PATCH] [Updated] New package: pam_ssh_agent_auth-0.10.3
  2020-04-04 21:25 [PR PATCH] New package: pam_ssh_agent_auth-0.10.3 zenfailure
@ 2020-04-04 23:51 ` zenfailure
  2020-04-05  0:11 ` zenfailure
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: zenfailure @ 2020-04-04 23:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zenfailure/void-packages master
https://github.com/void-linux/void-packages/pull/20656

New package: pam_ssh_agent_auth-0.10.3
None

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

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

From e91eff136b7516723baa5c003c2692b717117cf5 Mon Sep 17 00:00:00 2001
From: Iskander Zemmouri <iskander.zemmouri@mailbox.org>
Date: Sat, 4 Apr 2020 23:21:32 +0200
Subject: [PATCH] New package: pam_ssh_agent_auth-0.10.3

---
 srcpkgs/pam_ssh_agent_auth/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/pam_ssh_agent_auth/template

diff --git a/srcpkgs/pam_ssh_agent_auth/template b/srcpkgs/pam_ssh_agent_auth/template
new file mode 100644
index 00000000000..29923548d11
--- /dev/null
+++ b/srcpkgs/pam_ssh_agent_auth/template
@@ -0,0 +1,21 @@
+pkgname=pam_ssh_agent_auth
+version=0.10.3
+revision=1
+archs="i686 x86_64"
+build_style=gnu-configure
+make_build_args="LD=gcc"
+hostmakedepends=""
+makedepends="libressl-devel pam-devel perl"
+depends=""
+short_desc="PAM module providing authentication through a ssh agent"
+maintainer="Iskander Zemmouri <iskander.zemmouri@mailbox.org>"
+license="MIT"
+homepage="http://pamsshagentauth.sourceforge.net/"
+distfiles="${SOURCEFORGE_SITE}/pamsshagentauth/${pkgname}-${version}.tar.bz2"
+checksum=3c53d358d6eaed1b211239df017c27c6f9970995d14102ae67bae16d4f47a763
+
+do_install() {
+	vman pam_ssh_agent_auth.8
+	vmkdir /usr/lib/security
+	vcopy pam_ssh_agent_auth.so /usr/lib/security
+}

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

* Re: [PR PATCH] [Updated] New package: pam_ssh_agent_auth-0.10.3
  2020-04-04 21:25 [PR PATCH] New package: pam_ssh_agent_auth-0.10.3 zenfailure
  2020-04-04 23:51 ` [PR PATCH] [Updated] " zenfailure
@ 2020-04-05  0:11 ` zenfailure
  2020-04-06 20:24 ` Duncaen
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: zenfailure @ 2020-04-05  0:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zenfailure/void-packages master
https://github.com/void-linux/void-packages/pull/20656

New package: pam_ssh_agent_auth-0.10.3
None

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

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

From 98b68102fa82461b92bd3e143f7d271000c9166d Mon Sep 17 00:00:00 2001
From: Iskander Zemmouri <iskander.zemmouri@mailbox.org>
Date: Sat, 4 Apr 2020 23:21:32 +0200
Subject: [PATCH] New package: pam_ssh_agent_auth-0.10.3

---
 srcpkgs/pam_ssh_agent_auth/files/LICENSE | 22 ++++++++++++++++++++++
 srcpkgs/pam_ssh_agent_auth/template      | 21 +++++++++++++++++++++
 2 files changed, 43 insertions(+)
 create mode 100644 srcpkgs/pam_ssh_agent_auth/files/LICENSE
 create mode 100644 srcpkgs/pam_ssh_agent_auth/template

diff --git a/srcpkgs/pam_ssh_agent_auth/files/LICENSE b/srcpkgs/pam_ssh_agent_auth/files/LICENSE
new file mode 100644
index 00000000000..df0e7f4e864
--- /dev/null
+++ b/srcpkgs/pam_ssh_agent_auth/files/LICENSE
@@ -0,0 +1,22 @@
+MIT License
+
+Copyright (c) 2016
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
diff --git a/srcpkgs/pam_ssh_agent_auth/template b/srcpkgs/pam_ssh_agent_auth/template
new file mode 100644
index 00000000000..69eef66042b
--- /dev/null
+++ b/srcpkgs/pam_ssh_agent_auth/template
@@ -0,0 +1,21 @@
+# Template file for 'pam_ssh_agent_auth'
+pkgname=pam_ssh_agent_auth
+version=0.10.3
+revision=1
+archs="i686 x86_64"
+build_style=gnu-configure
+make_build_args="LD=gcc"
+makedepends="libressl-devel pam-devel perl"
+short_desc="PAM module providing authentication through a ssh agent"
+maintainer="Iskander Zemmouri <iskander.zemmouri@mailbox.org>"
+license="MIT"
+homepage="http://pamsshagentauth.sourceforge.net/"
+distfiles="${SOURCEFORGE_SITE}/pamsshagentauth/${pkgname}-${version}.tar.bz2"
+checksum=3c53d358d6eaed1b211239df017c27c6f9970995d14102ae67bae16d4f47a763
+
+do_install() {
+	vman pam_ssh_agent_auth.8
+	vmkdir /usr/lib/security
+	vcopy pam_ssh_agent_auth.so /usr/lib/security
+	vlicense ${FILESDIR}/LICENSE
+}

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

* Re: New package: pam_ssh_agent_auth-0.10.3
  2020-04-04 21:25 [PR PATCH] New package: pam_ssh_agent_auth-0.10.3 zenfailure
  2020-04-04 23:51 ` [PR PATCH] [Updated] " zenfailure
  2020-04-05  0:11 ` zenfailure
@ 2020-04-06 20:24 ` Duncaen
  2020-04-06 21:18 ` [PR PATCH] [Updated] " zenfailure
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Duncaen @ 2020-04-06 20:24 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/20656#issuecomment-610017607

Comment:
```diff
diff --git a/srcpkgs/pam_ssh_agent_auth/template b/srcpkgs/pam_ssh_agent_auth/template
index 69eef66042..786bd720c6 100644
--- a/srcpkgs/pam_ssh_agent_auth/template
+++ b/srcpkgs/pam_ssh_agent_auth/template
@@ -2,10 +2,9 @@
 pkgname=pam_ssh_agent_auth
 version=0.10.3
 revision=1
-archs="i686 x86_64"
 build_style=gnu-configure
-make_build_args="LD=gcc"
-makedepends="libressl-devel pam-devel perl"
+hostmakedepends="perl"
+makedepends="libressl-devel pam-devel"
 short_desc="PAM module providing authentication through a ssh agent"
 maintainer="Iskander Zemmouri <iskander.zemmouri@mailbox.org>"
 license="MIT"
@@ -13,6 +12,11 @@ homepage="http://pamsshagentauth.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/pamsshagentauth/${pkgname}-${version}.tar.bz2"
 checksum=3c53d358d6eaed1b211239df017c27c6f9970995d14102ae67bae16d4f47a763
 
+post_extract() {
+	vsed -e '/^AR=/d' -i Makefile.in -i openbsd-compat/Makefile.in
+	vsed -e 's/^LD=.*/LD=$(CC)/' -i Makefile.in
+}
+
 do_install() {
 	vman pam_ssh_agent_auth.8
 	vmkdir /usr/lib/security
```

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

* Re: [PR PATCH] [Updated] New package: pam_ssh_agent_auth-0.10.3
  2020-04-04 21:25 [PR PATCH] New package: pam_ssh_agent_auth-0.10.3 zenfailure
                   ` (2 preceding siblings ...)
  2020-04-06 20:24 ` Duncaen
@ 2020-04-06 21:18 ` zenfailure
  2020-04-06 23:18 ` zenfailure
  2020-04-18 21:42 ` [PR PATCH] [Merged]: " Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: zenfailure @ 2020-04-06 21:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zenfailure/void-packages master
https://github.com/void-linux/void-packages/pull/20656

New package: pam_ssh_agent_auth-0.10.3
None

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

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

From 34f587cc7e91121f1470452e9d8a5b73a225b28b Mon Sep 17 00:00:00 2001
From: Iskander Zemmouri <iskander.zemmouri@mailbox.org>
Date: Sat, 4 Apr 2020 23:21:32 +0200
Subject: [PATCH] New package: pam_ssh_agent_auth-0.10.3

---
 srcpkgs/pam_ssh_agent_auth/files/LICENSE | 22 +++++++++++++++++++++
 srcpkgs/pam_ssh_agent_auth/template      | 25 ++++++++++++++++++++++++
 2 files changed, 47 insertions(+)
 create mode 100644 srcpkgs/pam_ssh_agent_auth/files/LICENSE
 create mode 100644 srcpkgs/pam_ssh_agent_auth/template

diff --git a/srcpkgs/pam_ssh_agent_auth/files/LICENSE b/srcpkgs/pam_ssh_agent_auth/files/LICENSE
new file mode 100644
index 00000000000..df0e7f4e864
--- /dev/null
+++ b/srcpkgs/pam_ssh_agent_auth/files/LICENSE
@@ -0,0 +1,22 @@
+MIT License
+
+Copyright (c) 2016
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
diff --git a/srcpkgs/pam_ssh_agent_auth/template b/srcpkgs/pam_ssh_agent_auth/template
new file mode 100644
index 00000000000..786bd720c61
--- /dev/null
+++ b/srcpkgs/pam_ssh_agent_auth/template
@@ -0,0 +1,25 @@
+# Template file for 'pam_ssh_agent_auth'
+pkgname=pam_ssh_agent_auth
+version=0.10.3
+revision=1
+build_style=gnu-configure
+hostmakedepends="perl"
+makedepends="libressl-devel pam-devel"
+short_desc="PAM module providing authentication through a ssh agent"
+maintainer="Iskander Zemmouri <iskander.zemmouri@mailbox.org>"
+license="MIT"
+homepage="http://pamsshagentauth.sourceforge.net/"
+distfiles="${SOURCEFORGE_SITE}/pamsshagentauth/${pkgname}-${version}.tar.bz2"
+checksum=3c53d358d6eaed1b211239df017c27c6f9970995d14102ae67bae16d4f47a763
+
+post_extract() {
+	vsed -e '/^AR=/d' -i Makefile.in -i openbsd-compat/Makefile.in
+	vsed -e 's/^LD=.*/LD=$(CC)/' -i Makefile.in
+}
+
+do_install() {
+	vman pam_ssh_agent_auth.8
+	vmkdir /usr/lib/security
+	vcopy pam_ssh_agent_auth.so /usr/lib/security
+	vlicense ${FILESDIR}/LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: pam_ssh_agent_auth-0.10.3
  2020-04-04 21:25 [PR PATCH] New package: pam_ssh_agent_auth-0.10.3 zenfailure
                   ` (3 preceding siblings ...)
  2020-04-06 21:18 ` [PR PATCH] [Updated] " zenfailure
@ 2020-04-06 23:18 ` zenfailure
  2020-04-18 21:42 ` [PR PATCH] [Merged]: " Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: zenfailure @ 2020-04-06 23:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zenfailure/void-packages master
https://github.com/void-linux/void-packages/pull/20656

New package: pam_ssh_agent_auth-0.10.3
None

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

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

From dbe79b99cd11b2b289f40dbb1dd82ab234ca08b4 Mon Sep 17 00:00:00 2001
From: Iskander Zemmouri <iskander.zemmouri@mailbox.org>
Date: Sat, 4 Apr 2020 23:21:32 +0200
Subject: [PATCH] New package: pam_ssh_agent_auth-0.10.3

---
 srcpkgs/pam_ssh_agent_auth/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/pam_ssh_agent_auth/template

diff --git a/srcpkgs/pam_ssh_agent_auth/template b/srcpkgs/pam_ssh_agent_auth/template
new file mode 100644
index 00000000000..55ffe668768
--- /dev/null
+++ b/srcpkgs/pam_ssh_agent_auth/template
@@ -0,0 +1,28 @@
+# Template file for 'pam_ssh_agent_auth'
+pkgname=pam_ssh_agent_auth
+version=0.10.3
+revision=1
+build_style=gnu-configure
+hostmakedepends="perl"
+makedepends="libressl-devel pam-devel"
+short_desc="PAM module providing authentication through a ssh agent"
+maintainer="Iskander Zemmouri <iskander.zemmouri@mailbox.org>"
+license="MIT"
+homepage="http://pamsshagentauth.sourceforge.net/"
+distfiles="${SOURCEFORGE_SITE}/pamsshagentauth/${pkgname}-${version}.tar.bz2"
+checksum=3c53d358d6eaed1b211239df017c27c6f9970995d14102ae67bae16d4f47a763
+
+post_extract() {
+	vsed -e '/^AR=/d' -i Makefile.in -i openbsd-compat/Makefile.in
+	vsed -e 's/^LD=.*/LD=$(CC)/' -i Makefile.in
+}
+
+do_install() {
+	vman pam_ssh_agent_auth.8
+	vmkdir /usr/lib/security
+	vcopy pam_ssh_agent_auth.so /usr/lib/security
+}
+post_install() {
+	sed -n '1,28p' pam_ssh_agent_auth.c > LICENSE
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: pam_ssh_agent_auth-0.10.3
  2020-04-04 21:25 [PR PATCH] New package: pam_ssh_agent_auth-0.10.3 zenfailure
                   ` (4 preceding siblings ...)
  2020-04-06 23:18 ` zenfailure
@ 2020-04-18 21:42 ` Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: Duncaen @ 2020-04-18 21:42 UTC (permalink / raw)
  To: ml

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

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

New package: pam_ssh_agent_auth-0.10.3
https://github.com/void-linux/void-packages/pull/20656

Description:
None

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

end of thread, other threads:[~2020-04-18 21:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-04 21:25 [PR PATCH] New package: pam_ssh_agent_auth-0.10.3 zenfailure
2020-04-04 23:51 ` [PR PATCH] [Updated] " zenfailure
2020-04-05  0:11 ` zenfailure
2020-04-06 20:24 ` Duncaen
2020-04-06 21:18 ` [PR PATCH] [Updated] " zenfailure
2020-04-06 23:18 ` zenfailure
2020-04-18 21:42 ` [PR PATCH] [Merged]: " Duncaen

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