Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] apache: split htpassword
Date: Fri, 31 Jan 2020 16:02:15 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18689@inbox.vuxu.org> (raw)

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

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

https://github.com/teldra/void-packages apache-spilt-htpasswd
https://github.com/void-linux/void-packages/pull/18689

apache: split htpassword
no need to have full apache installed

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-apache-spilt-htpasswd-18689.patch --]
[-- Type: text/x-diff, Size: 1366 bytes --]

From a0a3a55f4c73cd0454981563cb693e75fec7a815 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 11 Dec 2019 00:40:37 +0100
Subject: [PATCH] apache: split htpassword

no need to have full apache installed
---
 srcpkgs/apache-htpasswd | 1 +
 srcpkgs/apache/template | 8 ++++++++
 2 files changed, 9 insertions(+)
 create mode 120000 srcpkgs/apache-htpasswd

diff --git a/srcpkgs/apache-htpasswd b/srcpkgs/apache-htpasswd
new file mode 120000
index 00000000000..f7b7ca9dbdc
--- /dev/null
+++ b/srcpkgs/apache-htpasswd
@@ -0,0 +1 @@
+apache
\ No newline at end of file
diff --git a/srcpkgs/apache/template b/srcpkgs/apache/template
index fc72d60d6ba..05b9315e0d4 100644
--- a/srcpkgs/apache/template
+++ b/srcpkgs/apache/template
@@ -31,6 +31,7 @@ conf_files="
 hostmakedepends="pkg-config perl apr-util-devel"
 makedepends="zlib-devel libuuid-devel pcre-devel nghttp2-devel
  libressl-devel db-devel gdbm-devel expat-devel libldap-devel apr-util-devel"
+depends="apache-htpasswd"
 short_desc="Apache http server"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
@@ -129,6 +130,13 @@ post_install() {
 	vsv apache
 }
 
+apache-htpasswd_package() {
+	short_desc+=" - htpasswd"
+	pkg_install() {
+		vmove usr/bin/htpasswd
+	}
+}
+
 apache-devel_package() {
 	depends="apr-devel apr-util-devel perl"
 	short_desc+=" - development files"

             reply	other threads:[~2020-01-31 15:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-31 15:02 voidlinux-github [this message]
2020-01-31 17:19 ` [PR PATCH] [Merged]: " voidlinux-github
2020-02-04 16:19 ` 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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18689@inbox.vuxu.org \
    --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).