pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc subversion-base: add option for plaintext password sto...
details: https://anonhg.NetBSD.org/pkgsrc/rev/039463ceaa08
branches: trunk
changeset: 414558:039463ceaa08
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Mar 30 11:44:10 2020 +0000
description:
subversion-base: add option for plaintext password storage, default off.
Requested by Thomas Orgis.
diffstat:
devel/subversion-base/options.mk | 8 ++++++--
mk/defaults/options.description | 5 +++--
2 files changed, 9 insertions(+), 4 deletions(-)
diffs (54 lines):
diff -r cd159b145bf7 -r 039463ceaa08 devel/subversion-base/options.mk
--- a/devel/subversion-base/options.mk Mon Mar 30 11:31:25 2020 +0000
+++ b/devel/subversion-base/options.mk Mon Mar 30 11:44:10 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.14 2014/08/13 09:08:55 adam Exp $
+# $NetBSD: options.mk,v 1.15 2020/03/30 11:44:10 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.subversion
-PKG_SUPPORTED_OPTIONS= serf sasl
+PKG_SUPPORTED_OPTIONS= serf sasl subversion-plaintext-storage
PKG_SUGGESTED_OPTIONS+= serf
# Note that this file is included as part of several packages.
@@ -25,3 +25,7 @@
.else
CONFIGURE_ARGS+= --without-sasl
.endif
+
+.if !empty(PKG_OPTIONS:Msubversion-plaintext-storage)
+CONFIGURE_ARGS+= --enable-plaintext-password-storage
+.endif
diff -r cd159b145bf7 -r 039463ceaa08 mk/defaults/options.description
--- a/mk/defaults/options.description Mon Mar 30 11:31:25 2020 +0000
+++ b/mk/defaults/options.description Mon Mar 30 11:44:10 2020 +0000
@@ -730,9 +730,9 @@
spamassassin-test-prefork Enable spamd prefork test (kills processes containing "spam child").
spandsp Enable spandsp support.
speex Enable speex support.
-spice Enable Spice-Space support.
spf Enable Sender Policy Framework support.
sphinx Enable Sphinx full-text search.
+spice Enable Spice-Space support.
sqlite Enable SQLite support.
sqlite3 Enable SQLite3 support.
squid-arp-acl Enable use of ARP ACL lists (ether address).
@@ -767,6 +767,7 @@
storage-sqlite Use SQLite for the jabberd2 message store.
streamtuner-local Enable local metadata support.
streamtuner-xiph Enable the Xiph plugin.
+subversion-plaintext-storage Enable cleartest password storage.
suexec Enable suEXEC support in Apache web server.
suhosin Enable suhosin security enhancements for PHP.
sun-jre-jce Use unlimited strength cryptography extension.
@@ -852,9 +853,9 @@
wide-curses Enable wide curses support.
winbind Enable name-service switch daemon support using Windows Servers.
wiredtiger Enable WiredTiger support.
-wolfssl Enable wolfSSL support.
wmf Enable WMF support.
wnn4 Use wnn for Kana-to-Kanji conversion.
+wolfssl Enable wolfSSL support.
wxwidgets Enable wxWidgets support.
x11 Enable X11 support.
x264 Enable x264 support.
Home |
Main Index |
Thread Index |
Old Index