[mod_auth_mysql/f15] fix patch

Ján ONDREJ ondrejj at fedoraproject.org
Wed Jun 8 20:25:07 UTC 2011


commit db7bd8079ec7214662229cf0f6f61331061a83c2
Author: Jan ONDREJ (SAL) <ondrejj(at)salstar.sk>
Date:   Wed Jun 8 22:24:42 2011 +0200

    fix patch

 mod_auth_mysql.spec                          |    4 ++--
 mod_auth_mysql_make_scrambled_password.patch |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/mod_auth_mysql.spec b/mod_auth_mysql.spec
index 4bfbc39..58fbd59 100644
--- a/mod_auth_mysql.spec
+++ b/mod_auth_mysql.spec
@@ -1,7 +1,7 @@
 Summary: Basic authentication for the Apache web server using a MySQL database
 Name: mod_auth_mysql
 Version: 3.0.0
-Release: 16%{?dist}
+Release: 17%{?dist}
 Epoch: 1
 Group: System Environment/Daemons
 URL: http://modauthmysql.sourceforge.net/
@@ -55,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/*.conf
 
 %changelog
-* Wed Jun 08 2011 Ján ONDREJ (SAL) <ondrejj(at)salstar.sk> - 1:3.0.0-16
+* Wed Jun 08 2011 Ján ONDREJ (SAL) <ondrejj(at)salstar.sk> - 1:3.0.0-17
 - also fix make_scrambled_password_323
 
 * Wed Jun 08 2011 Ján ONDREJ (SAL) <ondrejj(at)salstar.sk> - 1:3.0.0-15
diff --git a/mod_auth_mysql_make_scrambled_password.patch b/mod_auth_mysql_make_scrambled_password.patch
index 0cd9cd3..f6c98e1 100644
--- a/mod_auth_mysql_make_scrambled_password.patch
+++ b/mod_auth_mysql_make_scrambled_password.patch
@@ -1,5 +1,5 @@
---- mod_auth_mysql.c.scrambled	2011-06-08 21:53:32.294239782 +0200
-+++ mod_auth_mysql.c	2011-06-08 22:13:37.757060039 +0200
+--- mod_auth_mysql-3.0.0/mod_auth_mysql.c.scrambled	2011-06-08 21:53:32.294239782 +0200
++++ mod_auth_mysql-3.0.0/mod_auth_mysql.c	2011-06-08 22:13:37.757060039 +0200
 @@ -808,12 +808,16 @@
  /* Checks scrambled passwords */
  static short pw_scrambled(POOL * pool, const char * real_pw, const char * sent_pw, const char * salt) {


More information about the scm-commits mailing list