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:           Sun Apr 30 18:17:39 UTC 2023

Modified Files:
        pkgsrc/www/siege: Makefile distinfo

Log Message:
Updated www/siege to version 4.1.6.

Upstream change from 4.1.5 to 4.1.6 :
In print mode (siege -p) which is great for debugging web applications, siege
wouldn’t return persisted cookies. This release fixes that problem. We also
added more detail to socket errors. If a requested hostname can’t be resolved,
siege will print the hostname so you know exactly what to fix.

Upstream changes (from 4.0.7 to 4.1.5) :
 * src/browser.c          Corrected deferred
 * src/version.           Version increment 4.1.5
 * utils/Makefile.am      Added manifier to the distro
 * src/browser.c          Made all threads cancel deferred
 * src/ftp.c              Catch 421: server accepts but doesn't handle
 * src/timer.c            Added a second to account for spool up
 * src/version.c          Version increment: 4.1.4
 * src/memory.c           Added xstrncpy, xstrncat
 * src/memory.h           Added xstrncpy, xstrncat
 * src/cookies.c          Implemented new x* functions
 * src/ssl.c              Silenced compiler warning
 * src/main.c             Added xstrncpy to silence warnings
 * src/version.c          Version increment: 4.1.3
 * doc/siege.pod          Fixed a typo in the man page
 * src/parser.c           Refined match for META redirect
 * src/browser.c          Fixed typos
 * src/date.c             Fixed typos
 * src/url.c              Fixed typos
 * utils/siege2csv.in     Fixed typos
 * src/main.c             Silenced statistics output on -g/--get
 * src/cookies.c          Improved domain matching, added my.get
 * src/ssl.c              Silenced a compiler warning
 * src/version.c          Version increment: 4.1.2
 * src/browser.c          Added HTTP response 201 handler
 * src/response.c         Added Content-Location handler
 * src/response.h         Added CONTENT_LOCATION value
 * src/http.c             Added Content-Location parser
 * src/cfg.c              Added an escape handler for $ in URLs
 * src/eval.c             Added function escape(str) to remove '\'
 * src/ssl.c              Put ERR_remove_state inside ssl version
 * src/url.c              Added fix for null path checking
 * src/util.c             Fixed np_phtread_usleep for Solaris
 * src/version.c          Version increment: 4.1.1
 * src/url.c              Removed leading / from ftp paths
 * src/browser.c          fixed: "--reps=once"
 * src/main.c             fixed: "--reps=once"
 * src/init.c             Fixed password parsing # can be in pwd
 * src/auth.c             Prettified credentials output for siege -C
 * src/version.c          Version increment: 4.1.0
 * src/cookie.c           Added NULL checks for getters
 * version.c              Version increment: 4.0.9
 * src/main.c             Prettified json
 * src/hash.c             Added explicit include of sys/types.h
 * src/version.c          Version increment: 4.0.8; Copyright 2021
 * src/parser.c           Added handling for null pointer detection


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/siege/Makefile
cvs rdiff -u -r1.7 -r1.8 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.10 pkgsrc/www/siege/Makefile:1.11
--- pkgsrc/www/siege/Makefile:1.10      Mon Oct  5 20:15:01 2020
+++ pkgsrc/www/siege/Makefile   Sun Apr 30 18:17:39 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2020/10/05 20:15:01 nils Exp $
+# $NetBSD: Makefile,v 1.11 2023/04/30 18:17:39 nils Exp $
 #
 
-DISTNAME=              siege-4.0.7
+DISTNAME=              siege-4.1.6
 CATEGORIES=            www
 MASTER_SITES=          http://download.joedog.org/siege/
 

Index: pkgsrc/www/siege/distinfo
diff -u pkgsrc/www/siege/distinfo:1.7 pkgsrc/www/siege/distinfo:1.8
--- pkgsrc/www/siege/distinfo:1.7       Tue Oct 26 11:31:07 2021
+++ pkgsrc/www/siege/distinfo   Sun Apr 30 18:17:39 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:31:07 nia Exp $
+$NetBSD: distinfo,v 1.8 2023/04/30 18:17:39 nils Exp $
 
-BLAKE2s (siege-4.0.7.tar.gz) = 5a1a22e129c3757dca1b7f6852e3da4a00399d074d69fe4e275bdc4bee4ac2b5
-SHA512 (siege-4.0.7.tar.gz) = 2dcccc50a2d8cd0d6c18efe776b871b999f6918c078898845fec34bb2b1b8ec03e0b95792dd963aaefb054e4f4e27f604ed95c0de5f8a34cbf738f66a2307abc
-Size (siege-4.0.7.tar.gz) = 525654 bytes
+BLAKE2s (siege-4.1.6.tar.gz) = 6e392874863ff175d99ab987358fa210e3b317e43ef708b63f78bcd7d7e249cd
+SHA512 (siege-4.1.6.tar.gz) = cc674c9dc33aac35988708cd73b5061343cb1939e8a10b4dc50ceab42e65647b58557b6f3b48a03f5c992109bcac233425bf363e1f899135cfd9333d2517cfb2
+Size (siege-4.1.6.tar.gz) = 527103 bytes
 SHA1 (patch-src_init.c) = 88ee2383af55c71a647ef778b728d967a6199fb2



Home | Main Index | Thread Index | Old Index