pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar 30 11:44:10 UTC 2020

Modified Files:
        pkgsrc/devel/subversion-base: options.mk
        pkgsrc/mk/defaults: options.description

Log Message:
subversion-base: add option for plaintext password storage, default off.

Requested by Thomas Orgis.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/subversion-base/options.mk
cvs rdiff -u -r1.616 -r1.617 pkgsrc/mk/defaults/options.description

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/subversion-base/options.mk
diff -u pkgsrc/devel/subversion-base/options.mk:1.14 pkgsrc/devel/subversion-base/options.mk:1.15
--- pkgsrc/devel/subversion-base/options.mk:1.14        Wed Aug 13 09:08:55 2014
+++ pkgsrc/devel/subversion-base/options.mk     Mon Mar 30 11:44:10 2020
@@ -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 @@ CONFIGURE_ARGS+=      --with-sasl=${BUILDLINK
 .else
 CONFIGURE_ARGS+=       --without-sasl
 .endif
+
+.if !empty(PKG_OPTIONS:Msubversion-plaintext-storage)
+CONFIGURE_ARGS+=       --enable-plaintext-password-storage
+.endif

Index: pkgsrc/mk/defaults/options.description
diff -u pkgsrc/mk/defaults/options.description:1.616 pkgsrc/mk/defaults/options.description:1.617
--- pkgsrc/mk/defaults/options.description:1.616        Sun Mar 29 05:23:54 2020
+++ pkgsrc/mk/defaults/options.description      Mon Mar 30 11:44:10 2020
@@ -730,9 +730,9 @@ spamassassin-test-bayes-sql Enable tests
 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-pgsql               Use PostgreSQL for the ja
 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 @@ webvmail            Install CGI script for voicema
 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