From 403f3aaece553c13575193b4f3e227af1710265d Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 28 Apr 2021 11:43:04 +0100 Subject: [PATCH] enable plaintext password storage (#1951484) Resolves: rhbz#1951484 --- subversion.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/subversion.spec b/subversion.spec index 54a6ca3..84f22fb 100644 --- a/subversion.spec +++ b/subversion.spec @@ -56,7 +56,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.14.1 -Release: 2%{?dist} +Release: 2.1%{?dist} License: ASL 2.0 URL: https://subversion.apache.org/ Source0: https://downloads.apache.org/subversion/subversion-%{version}.tar.bz2 @@ -278,6 +278,7 @@ export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path} %configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \ --disable-debug \ + --enable-plaintext-password-storage \ --with-swig --with-serf=%{_prefix} \ --with-ruby-sitedir=%{ruby_vendorarchdir} \ --with-ruby-test-verbose=verbose \ @@ -573,6 +574,9 @@ make check-javahl %endif %changelog +* Wed Apr 28 2021 Joe Orton - 1.14.1-2.1 +- enable plaintext password storage (#1951484) + * Fri Apr 16 2021 Mohan Boddu - 1.14.1-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937