[medusa] Upgrade to version 2.1

rebus rebus at fedoraproject.org
Sun Apr 8 16:59:49 UTC 2012


commit 2f61ed9d36c33c9b11eac7c6d912c6159e766a2f
Author: Michal Ambroz <rebus at seznam.cz>
Date:   Sun Apr 8 18:58:48 2012 +0200

    Upgrade to version 2.1

 .gitignore                                       |    1 +
 medusa-2.0-Remove-stray-module-CC-argument.patch |   77 ----------------------
 medusa-2.0-configure.patch                       |   12 ----
 medusa.spec                                      |   32 +++++----
 sources                                          |    2 +-
 5 files changed, 19 insertions(+), 105 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e011a69..9517116 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 medusa-1.5.tar.gz
 /medusa-2.0.tar.gz
+/medusa-2.1.tar.gz
diff --git a/medusa.spec b/medusa.spec
index e156ba1..d6750f0 100644
--- a/medusa.spec
+++ b/medusa.spec
@@ -1,17 +1,17 @@
 %define _with_afpfs 1
 
-Summary: Parallel brute forcing password cracker
-Name: medusa
-Version: 2.0
-Release: 3%{?dist}
-License: GPLv2
-Group: Applications/System
-URL: http://www.foofus.net/jmk/medusa/medusa.html
-Source0: http://www.foofus.net/jmk/tools/%{name}-%{version}.tar.gz
-Patch1: medusa-2.0-configure.patch
-Patch2: medusa-2.0-Remove-stray-module-CC-argument.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: autoconf, automake, libtool, openssl-devel, apr-devel, ncpfs-devel, libssh2-devel, subversion-devel, postgresql-devel pcre-devel
+Summary:        Parallel brute forcing password cracker
+Name:           medusa
+Version:        2.1
+Release:        1%{?dist}
+License:        GPLv2
+Group:          Applications/System
+URL:            http://www.foofus.net/jmk/medusa/medusa.html
+Source0:        http://www.foofus.net/jmk/tools/%{name}-%{version}.tar.gz
+Patch1:         medusa-configure.patch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  autoconf, automake, libtool, openssl-devel, apr-devel, ncpfs-devel, libssh2-devel, subversion-devel, postgresql-devel pcre-devel
+
 %if %{_with_afpfs}
 BuildRequires: afpfs-ng-devel, libgcrypt-devel
 %define _afp_module yes
@@ -42,7 +42,6 @@ Some of the key features of Medusa are:
 %prep
 %setup -q
 %patch1 -p1 -b .configure
-%patch2 -p1 -b .module_argument
 
 %build
 aclocal
@@ -54,9 +53,9 @@ autoconf
 export CPPFLAGS="-Doff64_t=__off64_t %{optflags}" ; export CFLAGS="-Doff64_t=__off64_t %{optflags}"
 %{configure} \
 %ifarch x86_64
-	--with-default-mod-path=/usr/lib64/medusa/modules \
+        --with-default-mod-path=/usr/lib64/medusa/modules \
 %endif
-	--enable-module-afp=%{_afp_module}
+        --enable-module-afp=%{_afp_module}
 
 make %{?_smp_mflags}
 
@@ -76,6 +75,9 @@ rm -rf %{buildroot}
 %{_libdir}/medusa/*
 
 %changelog
+* Sun Apr 08 2012 Michal Ambroz <rebus AT seznam.cz> - 2.1-1
+- bump to version 2.1
+
 * Fri Feb 10 2012 Petr Pisar <ppisar at redhat.com> - 2.0-3
 - Rebuild against PCRE 8.30
 - Fix compilation with newer GCC
diff --git a/sources b/sources
index 4020205..bd5c904 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-75df63e1cd3b0d18fd2b017f12fc51d7  medusa-2.0.tar.gz
+5daaa632a7efcfe1203251d22943afc6  medusa-2.1.tar.gz


More information about the scm-commits mailing list