[openvas-libraries] Upgrade to 4.0.7

rebus rebus at fedoraproject.org
Sun Apr 8 18:34:06 UTC 2012


commit dd8f6f6c77b5fe4cc85897c4071f2bc608c94667
Author: Michal Ambroz <rebus at seznam.cz>
Date:   Sun Apr 8 20:33:42 2012 +0200

    Upgrade to 4.0.7

 .gitignore             |    1 +
 openvas-libraries.spec |   37 +++++++++++++++++++++++--------------
 sources                |    2 +-
 3 files changed, 25 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f5e96c5..19bccbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /openvas-libraries-4.0.4.tar.gz
 /openvas-libraries-4.0.5.tar.gz
 /openvas-libraries-4.0.6.tar.gz
+/openvas-libraries-4.0.7.tar.gz
diff --git a/openvas-libraries.spec b/openvas-libraries.spec
index ba16227..7291013 100644
--- a/openvas-libraries.spec
+++ b/openvas-libraries.spec
@@ -3,9 +3,10 @@ Summary:	Support libraries for Open Vulnerability Assessment (OpenVAS) Scanner
 URL:		http://www.openvas.org
 License:	LGPLv2
 Group:		System Environment/Libraries
-Version:	4.0.6
-Release:	4%{?dist}
-Source0:	http://wald.intevation.org/frs/download.php/979/%{name}-%{version}.tar.gz
+Version:	4.0.7
+Release:	1%{?dist}
+Source0:	http://wald.intevation.org/frs/download.php/1053/%{name}-%{version}.tar.gz
+Source1:	https://svn.wald.intevation.org/svn/openvas/trunk/tools/openvas-check-setup
 
 #Reported as bug 1942	Fix compile time errors - variable 'xxx' set but not used
 #http://wald.intevation.org/tracker/index.php?func=detail&aid=1942&group_id=29&atid=220
@@ -59,13 +60,13 @@ Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 
 %description devel
-Development libraries and headers for use with  %{name}.
+Development libraries and headers for use with %{name}.
 
 
 %package doc
-Summary:        Documentation for %{name}
-Group:          Documentation
-Requires:       %{name} = %{version}-%{release}
+Summary:	Documentation for %{name}
+Group:		Documentation
+Requires:	%{name} = %{version}-%{release}
 
 %description doc
 This package contains documentation for %{name}.
@@ -85,14 +86,14 @@ This package contains documentation for %{name}.
 #patch4 -p 1 -b .key.patch
 
 
-#Fix FSF address in source files
-OLDADDR="675 Mass Ave, Cambridge, MA 02139, USA"
-NEWADDR="51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
-LIST=`grep -lre "$OLDADDR" *| grep -E '.c$|.h$|.y$|COPYING'`
-echo "$LIST" | xargs sed -i -e "s/$OLDADDR/$NEWADDR/" 
+#Fix FSF address in source files - FIXED in 4.0.7
+#OLDADDR="675 Mass Ave, Cambridge, MA 02139, USA"
+#NEWADDR="51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
+#LIST=`grep -lre "$OLDADDR" *| grep -E '.c$|.h$|.y$|COPYING'`
+#echo "$LIST" | xargs sed -i -e "s/$OLDADDR/$NEWADDR/" 
 
-OLDADDR="59 Temple Place - Suite 330, Boston, MA 02111-1307, USA"
-sed -i -e "s/$OLDADDR/$NEWADDR/" nasl/smb_crypt.c nasl/smb_crypt.h
+#OLDADDR="59 Temple Place - Suite 330, Boston, MA 02111-1307, USA"
+#sed -i -e "s/$OLDADDR/$NEWADDR/" nasl/smb_crypt.c nasl/smb_crypt.h
 
 #Fix codepage of the Changelog
 iconv -f LATIN1 -t UTF8 < ChangeLog > ChangeLog1
@@ -117,6 +118,9 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';'
 # Currently I don't know for what is this used so I removing it
 rm -f %{buildroot}/%{_datadir}/openvas/openvas-lsc-rpm-creator.sh
 
+#Install openvas-check-setup
+install -m 755 %{SOURCE1} %{buildroot}%{_bindir}/
+
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -129,6 +133,7 @@ rm -rf %{buildroot}
 %dir %{_datadir}/openvas
 %dir %{_sysconfdir}/openvas
 %{_bindir}/openvas-nasl
+%{_bindir}/openvas-check-setup
 %{_mandir}/man1/openvas-nasl.1.*
 %{_libdir}/libopenvas_base.so.*
 %{_libdir}/libopenvas_hg.so.*
@@ -158,6 +163,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Mar 26 2012 Michal Ambroz <rebus at, seznam.cz> - 4.0.7-1
+- adding openvas-check-setup based on suggestion of Reindl Harald
+- bump to version 4.0.7
+
 * Tue Jan 24 2012 Michal Ambroz <rebus at, seznam.cz> - 4.0.6-4
 - separate documentation package, build with ldap support
 
diff --git a/sources b/sources
index f4de4c5..cac2949 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dca19bec84c33fcdae03586cde60774f  openvas-libraries-4.0.6.tar.gz
+1d8ec6bb9c811ac644523452b566df4e  openvas-libraries-4.0.7.tar.gz


More information about the scm-commits mailing list