Next | Query returned 19 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2019-08-18 22:32:59 by Nils Ratusznik | Files touched by this commit (4)
Log message:
Updated www/siege to version 4.0.4.

Pkgsrc changelog :
* Some files do not exist anymore, so they were removed from installation
* Fixed compilation issue about signals

Some of the upstream changes :
* an HTML parser : pages are now parsed for additional elements (images,
  js...) that are also requested ;
* improved memory management ;
* logging to a file is now disabled by default ;
* colored output can be disabled in the config file ;
* implement disable cache option.

Full changelog available here :
https://github.com/JoeDog/siege/blob/v4.0.4/ChangeLog
   2019-05-23 21:23:24 by Roland Illig | Files touched by this commit (242)
Log message:
all: replace SUBST_SED with the simpler SUBST_VARS

pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
   2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423)
Log message:
*: Move SUBST_STAGE from post-patch to pre-configure

Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
   2017-09-26 00:39:56 by Johnny C. Lam | Files touched by this commit (1)
Log message:
www/siege: Fix installation if ${PKG_SYSCONFBASE} != ${PREFIX}/etc.

The software Makefiles try to install example configuration files
directly into $(sysconfdir), which is set during the configure
stage to ${PKG_SYSCONFDIR} == ${PREFIX}/etc/siege.  However, pkgsrc
standards require that the example configuration files be installed
into ${PREFIX}/share/examples/siege ( ${EGDIR} ).

Pass sysconfdir=${EGDIR} to the bmake(1) process during the install
stage so that the Makefile recipe will install the example files
into the correct location.

Remove the "install" substitution class that was trying to do the
same thing but which fails if ${PKG_SYSCONFBASE} != ${PREFIX}/etc.

Bump the PKGREVISION due to changes in the installed files if the
package is built with default settings.  Fix discussed with nils@
in private correspondence.
   2017-08-14 17:24:58 by Johnny C. Lam | Files touched by this commit (1)
Log message:
www/siege: Remove files from PLIST that are were never installed.

The PLIST lists "siegerc" and "urls.txt" under two different
locations under ${PREFIX}/share/examples/siege, but stage-install
only installs them into one of those locations.  Remove the other
paths.
   2016-03-05 12:29:49 by Jonathan Perkin | Files touched by this commit (1813)
Log message:
Bump PKGREVISION for security/openssl ABI bump.
   2015-12-04 23:31:19 by Nils Ratusznik | Files touched by this commit (1)
Log message:
forgot SHA512 in distinfo
   2015-12-04 23:11:32 by Nils Ratusznik | Files touched by this commit (2)
Log message:
Updated www/siege to version 3.1.3.
Upstream Changelog :
* src/sock.c             Fixed typo in error message
* src/url.c              Fixed post bug with null termination
* doc/siegerc.in         Added limit and it's description in comments
* src/setup.h            Added my.limit to limit the thread count
* src/init.c             Parsing siegerc for limit
* src/main.c             Capped my.users at my.limit
   2015-11-27 17:20:31 by Nils Ratusznik | Files touched by this commit (5)
Log message:
Initial import of siege, version 3.1.2.

Siege is an http regression testing and benchmarking utility. It was
designed to let web developers measure the performance of their code
under duress, to see how it will stand up to load on the internet.

Siege supports basic authentication, cookies, HTTP and HTTPS protocols.
It allows the user hit a web server with a configurable number of
concurrent simulated users. Those users place the webserver "under siege."

Next | Query returned 19 messages, browsing 11 to 20 | previous