siege 4.1.3-1 source package in Ubuntu

Changelog

siege (4.1.3-1) unstable; urgency=medium

  [ Josue Abarca ]
  * New upstream version 4.1.3
  * debian/watch
    - Point to the official github repository.
    - Remove filemangle in favor of lintian's suggestion
      'prefer-uscan-symlink'.
  * debian/rules remove autogenerated file in clean target.
  * Update standards version to 4.6.2, no changes needed.
  * Fix lintian warning: hardening-no-fortify-functions
    - include_env_cppflags.diff added to preserve CPPFLAGS during the
      build, e.g. hardening flags.

  [ Debian Janitor ]
  * Use secure URI in Homepage field.
  * Update standards version to 4.5.1, no changes needed.
  * Bump debhelper from old 10 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Name (from
    ./configure), Repository-Browse.

  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends: Drop versioned constraint on libssl-dev.

 -- Josue Abarca <email address hidden>  Sat, 11 May 2024 13:03:38 +0200

Upload details

Uploaded by:
Josue Abarca
Uploaded to:
Sid
Original maintainer:
Josue Abarca
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main web

Downloads

File Size SHA-256 Checksum
siege_4.1.3-1.dsc 1.8 KiB 5eb5ac0a5f9fca355789a162f1cececbce5d5b861697492f1ed88424c614ace5
siege_4.1.3.orig.tar.gz 528.5 KiB 2250bca8fca539f1a4e4cbe5ba89afd32c4739b2fbc60c7ca6168d9a782f790a
siege_4.1.3-1.debian.tar.xz 9.3 KiB 815ae4c8c7e29e0e31725190b0638caed5a7cd8fe98f5996948f977a3ed1112c

No changes file available.

Binary packages built by this source

siege: HTTP regression testing and benchmarking utility

 Siege is an regression test and benchmark utility. It can stress test a single
 URL with a user defined number of simulated users, or it can read many URLs
 into memory and stress them simultaneously. The program reports the total
 number of hits recorded, bytes transferred, response time, concurrency, and
 return status. Siege supports HTTP/1.0 and 1.1 protocols, the GET and POST
 directives, cookies, transaction logging, and basic authentication. Its
 features are configurable on a per user basis.
 .
 Note: this package contains siege with HTTPS support turned on, thus it
 obsoletes siege-ssl package now.

siege-dbgsym: debug symbols for siege