]> git.pld-linux.org Git - packages/siege.git/commitdiff
up to 2.73, verbose files auto/th/siege-2.73-1
authorElan Ruusamäe <glen@delfi.ee>
Mon, 11 Feb 2013 11:48:31 +0000 (13:48 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 11 Feb 2013 11:48:31 +0000 (13:48 +0200)
format-security.patch [deleted file]
siege.spec

diff --git a/format-security.patch b/format-security.patch
deleted file mode 100644 (file)
index 48298f3..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- siege-2.72/src/init.c~     2012-02-10 15:52:02.000000000 +0200
-+++ siege-2.72/src/init.c      2013-01-29 11:51:56.781782568 +0200
-@@ -48,7 +48,7 @@
-    * use default of ~/.siegerc */
-   if(strcmp(my.rc, "") == 0){
-     if((e = getenv("SIEGERC")) != NULL){
--      snprintf(my.rc, sizeof(my.rc), e);
-+      snprintf(my.rc, sizeof(my.rc), "%s", e); // TODO: maybe strncpy instead if it puts \0 at the end as well
-     } else {
-       snprintf(my.rc, sizeof(my.rc), "%s/.siegerc", getenv("HOME"));
-       if (stat(my.rc, &buf) < 0 && errno == ENOENT) {
index d658e59f802bf49c77cf885163c57c78f810593b..f6f55314bde5c72288b5d273e5c7899d6a80f228 100644 (file)
@@ -1,16 +1,15 @@
 Summary:       An HTTP regression testing/benchmarking utility
 Summary(pl.UTF-8):     Narzędzie do testowania serwerów HTTP
 Name:          siege
-Version:       2.72
+Version:       2.73
 Release:       1
 License:       GPL v2
 Group:         Networking/Utilities
 Source0:       http://www.joedog.org/pub/siege/%{name}-%{version}.tar.gz
-# Source0-md5: 6bd0b1dca6b95717e23a6bade9a0a1f4
+# Source0-md5: d695fe63496e3d0bd3074058132f9c96
 Patch0:                %{name}-DESTDIR.patch
 Patch1:                %{name}-am_fixes.patch
 Patch2:                %{name}-config.patch
-Patch3:                format-security.patch
 URL:           http://www.joedog.org/index/siege-home
 BuildRequires: autoconf
 BuildRequires: automake
@@ -43,7 +42,6 @@ użytkownika.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 rm -f missing
@@ -68,8 +66,15 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README README.https AUTHORS KNOWNBUGS NEWS ChangeLog
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
-%{_mandir}/man5/*
-%{_mandir}/man7/*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/siegerc
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/urls.txt
+%attr(755,root,root) %{_bindir}/bombardment
+%attr(755,root,root) %{_bindir}/siege
+%attr(755,root,root) %{_bindir}/siege.config
+%attr(755,root,root) %{_bindir}/siege2csv.pl
+%{_mandir}/man1/bombardment.1*
+%{_mandir}/man1/siege.1*
+%{_mandir}/man1/siege.config.1*
+%{_mandir}/man1/siege2csv.1*
+%{_mandir}/man5/urls_txt.5*
+%{_mandir}/man7/layingsiege.7*
This page took 0.072881 seconds and 4 git commands to generate.