pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/siege



Module Name:    pkgsrc
Committed By:   nils
Date:           Mon Oct  5 20:15:01 UTC 2020

Modified Files:
        pkgsrc/www/siege: Makefile distinfo

Log Message:
Updated www/siege to version 4.0.7.

Upstream changes (from 4.0.4) :
* src/cookie.c           Fixed an issue with expires
* src/cookies.c          Fixed an issue with persistence
* src/version.c          Version increment: 4.0.7
* src/init.c             Minor bug fix
* src/auth.c             Fixed initialization error
* src/version.c          Version increment: 4.0.6
* src/creds.c            Fixed an initialization problem
* src/cookies.c          Fixed locking issue
* src/url.c              Fixed an initialization problem
* src/init.c             Fixed an initialization problem
* src/memory.c           Formatting change
* src/version.c          Version increment: 4.0.5
* src/main.c             Added -j/--json-output
* src/init.c             Added -j/--json-output - force quiet mode
* src/setup.h            Added variable for json output
* doc/siegerc.in         Added documentation to the config file
* src/url.c              Adding DELETE and OPTIONS support.
* src/browser.c          Adding DELETE and OPTIONS support.
* src/http.c             Correct capitalization for Content-Type & Content-Length
* src/response.c         Handle case of incorrect server response header
* README.md              Make readme's title nice
* src/page.c             Remove needless memset(2)
* src/cookies.c          Bug fix - prevent segfault when getenv(HOME) is null
* src/load.c             Bug fix - allow content-type override at cmd line
* src/version.c          Version increment: 4.0.4r3
* src/url.c              Skipped URL escaping for the host and port
* src/version.c          Version increment: 4.0.4r2
* src/sock.c             Added support for IPv6
* src/url.c              Added support for parsing IPv6 addresses
* src/version.c          Version increment: 4.0.4r1


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/siege/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/siege/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/siege/Makefile
diff -u pkgsrc/www/siege/Makefile:1.9 pkgsrc/www/siege/Makefile:1.10
--- pkgsrc/www/siege/Makefile:1.9       Sat May  2 14:16:06 2020
+++ pkgsrc/www/siege/Makefile   Mon Oct  5 20:15:01 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2020/05/02 14:16:06 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2020/10/05 20:15:01 nils Exp $
 #
 
-DISTNAME=              siege-4.0.4
-PKGREVISION=           1
+DISTNAME=              siege-4.0.7
 CATEGORIES=            www
 MASTER_SITES=          http://download.joedog.org/siege/
 

Index: pkgsrc/www/siege/distinfo
diff -u pkgsrc/www/siege/distinfo:1.4 pkgsrc/www/siege/distinfo:1.5
--- pkgsrc/www/siege/distinfo:1.4       Sun Aug 18 20:32:59 2019
+++ pkgsrc/www/siege/distinfo   Mon Oct  5 20:15:01 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2019/08/18 20:32:59 nils Exp $
+$NetBSD: distinfo,v 1.5 2020/10/05 20:15:01 nils Exp $
 
-SHA1 (siege-4.0.4.tar.gz) = 489bcc89799146631898612c8a39030b98cfe310
-RMD160 (siege-4.0.4.tar.gz) = 41b07d04f96e4f92c7aa66351467b07ca7cef1fd
-SHA512 (siege-4.0.4.tar.gz) = a8361ac0e2514626d794e7e4a345b178462409a1f3b53a9318adf171b511c408508acdb07652ad38f34021ac4a614dc5e6d2ea3c6a4ffd261ceef36d3226e573
-Size (siege-4.0.4.tar.gz) = 523102 bytes
+SHA1 (siege-4.0.7.tar.gz) = 23e0c31a719af893bab4b9a38d5bc7f1929fd73a
+RMD160 (siege-4.0.7.tar.gz) = c9d3d41a97ffb483907442aca9a58436e3706feb
+SHA512 (siege-4.0.7.tar.gz) = 2dcccc50a2d8cd0d6c18efe776b871b999f6918c078898845fec34bb2b1b8ec03e0b95792dd963aaefb054e4f4e27f604ed95c0de5f8a34cbf738f66a2307abc
+Size (siege-4.0.7.tar.gz) = 525654 bytes
 SHA1 (patch-src_init.c) = 88ee2383af55c71a647ef778b728d967a6199fb2



Home | Main Index | Thread Index | Old Index