Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] apache: split htpassword
@ 2020-01-31 15:02 voidlinux-github
  2020-01-31 17:19 ` [PR PATCH] [Merged]: " voidlinux-github
  2020-02-04 16:19 ` voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-31 15:02 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Merged]: apache: split htpassword
  2020-01-31 15:02 [PR PATCH] apache: split htpassword voidlinux-github
@ 2020-01-31 17:19 ` voidlinux-github
  2020-02-04 16:19 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-31 17:19 UTC (permalink / raw)
  To: ml

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

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

apache: split htpassword
https://github.com/void-linux/void-packages/pull/18689

Description:
no need to have full apache installed

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

* Re: apache: split htpassword
  2020-01-31 15:02 [PR PATCH] apache: split htpassword voidlinux-github
  2020-01-31 17:19 ` [PR PATCH] [Merged]: " voidlinux-github
@ 2020-02-04 16:19 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-02-04 16:19 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/18689#issuecomment-581989863

Comment:
this needs a revision bump...

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

end of thread, other threads:[~2020-02-04 16:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-31 15:02 [PR PATCH] apache: split htpassword voidlinux-github
2020-01-31 17:19 ` [PR PATCH] [Merged]: " voidlinux-github
2020-02-04 16:19 ` 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).