Browse Source

upgrading package: apache-sasl 1.1 -> 1.2

master
parent
commit
6476d1c846
  1. 8
      apache-sasl/apache-sasl.patch
  2. 4
      apache-sasl/apache-sasl.spec

8
apache-sasl/apache-sasl.patch

@ -1,11 +1,11 @@
Index: configure
--- configure.orig 2008-04-04 22:19:20 +0200
+++ configure 2009-01-19 15:46:42 +0100
@@ -19665,7 +19665,7 @@
--- configure.orig 2011-01-28 06:55:29.000000000 +0100
+++ configure 2011-01-29 11:10:23.000000000 +0100
@@ -10696,7 +10696,7 @@
ap_httpd="`$APXS -q SBINDIR`/`$APXS -q TARGET`"
- ap_httpd_version="`$ap_httpd -v | grep 'version' | sed -e 's!.*/\([[:digit:].]*\).*$!\1!'`"
- ap_httpd_version="`$ap_httpd -v | grep 'version' | sed -e 's![^/]*/\([[:digit:].]*\).*$!\1!'`"
+ ap_httpd_version="`$ap_httpd -v | grep 'version' | sed -e 's!.*/\([0-9.][0-9.]*\).*$!\1!'`"
if test "x" != "x"

4
apache-sasl/apache-sasl.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: EVAL
Group: Web
License: Apache
Version: 1.1
Release: 20090919
Version: 1.2
Release: 20110129
# list of sources
Source0: http://switch.dl.sourceforge.net/mod-authn-sasl/mod_authn_sasl-%{version}.tar.bz2

Loading…
Cancel
Save