Path to this page:
Subject: CVS commit: pkgsrc/www/siege
From: Nils Ratusznik
Date: 2023-04-30 20:17:39
Message id: 20230430181739.BDC46FA87@cvs.NetBSD.org
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
Files: