Github messages for voidlinux
 help / color / mirror / Atom feed
From: the-maldridge <the-maldridge@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: NetAuth-ldap-0.1.0
Date: Mon, 24 Aug 2020 06:44:37 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24451@inbox.vuxu.org> (raw)

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

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

https://github.com/the-maldridge/void-packages naldap
https://github.com/void-linux/void-packages/pull/24451

New package: NetAuth-ldap-0.1.0


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

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

From d9e8f89d68631332949fd424d114b8821c8de0b5 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Sun, 23 Aug 2020 21:19:53 -0700
Subject: [PATCH] New package: NetAuth-ldap-0.1.0

---
 srcpkgs/NetAuth-ldap/INSTALL                  | 12 ++++++++++++
 .../NetAuth-ldap/files/netauth-ldap/log/run   |  4 ++++
 srcpkgs/NetAuth-ldap/files/netauth-ldap/run   |  5 +++++
 srcpkgs/NetAuth-ldap/template                 | 19 +++++++++++++++++++
 4 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/NetAuth-ldap/INSTALL
 create mode 100644 srcpkgs/NetAuth-ldap/files/netauth-ldap/log/run
 create mode 100644 srcpkgs/NetAuth-ldap/files/netauth-ldap/run
 create mode 100644 srcpkgs/NetAuth-ldap/template

diff --git a/srcpkgs/NetAuth-ldap/INSTALL b/srcpkgs/NetAuth-ldap/INSTALL
new file mode 100644
index 00000000000..c0502cee147
--- /dev/null
+++ b/srcpkgs/NetAuth-ldap/INSTALL
@@ -0,0 +1,12 @@
+case "${ACTION}" in
+post)
+	# Set CAP_NET_BIND_SERVICE capability or exit gracefully if we cannot set the capability
+	# due to invalid permissions (fakeroot install).
+	set +e
+	setcap 'cap_net_bind_service=+ep' /usr/bin/ldap
+	if [ $? -ne 0 ]; then
+		echo "ERROR: failed to set cap_net_bind_service capability on ldap."
+		exit 0
+	fi
+	;;
+esac
diff --git a/srcpkgs/NetAuth-ldap/files/netauth-ldap/log/run b/srcpkgs/NetAuth-ldap/files/netauth-ldap/log/run
new file mode 100644
index 00000000000..29dc909b4d8
--- /dev/null
+++ b/srcpkgs/NetAuth-ldap/files/netauth-ldap/log/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+exec 2>&1
+exec vlogger -t netauth-ldap
diff --git a/srcpkgs/NetAuth-ldap/files/netauth-ldap/run b/srcpkgs/NetAuth-ldap/files/netauth-ldap/run
new file mode 100644
index 00000000000..465f4e54904
--- /dev/null
+++ b/srcpkgs/NetAuth-ldap/files/netauth-ldap/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+[ -r ./conf ] && . ./conf
+
+exec chpst -u _netauth_ldap:_netauth_ldap ldap 2>&1
diff --git a/srcpkgs/NetAuth-ldap/template b/srcpkgs/NetAuth-ldap/template
new file mode 100644
index 00000000000..f58913e37a3
--- /dev/null
+++ b/srcpkgs/NetAuth-ldap/template
@@ -0,0 +1,19 @@
+# Template file for 'NetAuth-ldap'
+pkgname=NetAuth-ldap
+version=0.1.0rc1
+revision=1
+wrksrc=ldap-$version
+build_style=go
+go_import_path=github.com/netauth/ldap
+go_ldflags="-X github.com/netauth/ldap/internal/buildinfo.Version=${version}"
+hostmakedepends="git"
+short_desc="LDAP Proxy for NetAuth"
+maintainer="Michael Aldridge <maldridge@VoidLinux.org>"
+license="MIT"
+homepage="https://www.netauth.org/ecosystem/ldap"
+distfiles="https://github.com/netauth/ldap/archive/v$version.tar.gz"
+checksum=4e5c51ed6e95ab0ea47b55b65f714bc1640abebd00d66e8599b5105392c0dd9b
+
+post_install() {
+	vlicense LICENSE.md
+}

             reply	other threads:[~2020-08-24  4:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-24  4:44 the-maldridge [this message]
2020-08-24  5:02 ` [PR REVIEW] " nilium
2020-08-24  5:03 ` the-maldridge
2020-08-24  8:54 ` the-maldridge
2020-08-26  3:34 ` [PR PATCH] [Updated] " the-maldridge
2020-10-02  2:08 ` the-maldridge
2020-10-02  4:50 ` [PR PATCH] [Closed]: " the-maldridge

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-24451@inbox.vuxu.org \
    --to=the-maldridge@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).