mongrel2 (1.12.2-3) unstable; urgency=medium * Fix build with gcc-10 (Closes: Bug#957560) -- Jan Niehusmann Thu, 23 Jul 2020 11:31:27 +0200 mongrel2 (1.12.2-2) unstable; urgency=medium * Fix crash when reading websocket packet after deliver task has stopped -- Jan Niehusmann Wed, 15 Jan 2020 20:29:16 +0100 mongrel2 (1.12.2-1) unstable; urgency=medium * Update to upstream release 1.12.2: Workaround to prevent crashes on large files Disable some compiler warnings -- Jan Niehusmann Tue, 23 Jul 2019 00:07:09 +0200 mongrel2 (1.12.0-2) unstable; urgency=medium * Build with authbind support * Set Standards-Version: 4.3.0 -- Jan Niehusmann Tue, 19 Feb 2019 09:21:39 +0100 mongrel2 (1.12.0-1) unstable; urgency=medium * Update to upstream release 1.12.0 -- Jan Niehusmann Fri, 06 Jul 2018 08:58:20 +0200 mongrel2 (1.11.0-8) unstable; urgency=medium * Point Vcs-* to salsa repository. * Fix lintian warning debian-rules-uses-unnecessary-dh-argument. * Fix lintian warning dep5-copyright-license-name-not-unique. -- Jan Niehusmann Fri, 11 May 2018 22:50:48 +0200 mongrel2 (1.11.0-7) unstable; urgency=medium * Add -shared flag when building shared libraries. Overrides -fPIE, fixing build errors with older versions of dpkg-dev (eg. on ubuntu). Hint found at https://lists.debian.org/debian-devel/2016/05/msg00302.html -- Jan Niehusmann Thu, 02 Mar 2017 16:49:48 +0100 mongrel2 (1.11.0-6) unstable; urgency=medium * Cherry-pick upstream patch. One can send HUP signals to mongrel2 to make it reopen the log files. Due to a bug, after receiving two such signals, mongrel2 stopped working. This bug is fixed by the patch. -- Jan Niehusmann Wed, 22 Feb 2017 12:14:48 +0100 mongrel2 (1.11.0-5) unstable; urgency=medium * Sort output of $(wildcard ...) in subdirectory Makefiles -- Jan Niehusmann Wed, 21 Dec 2016 17:54:59 +0100 mongrel2 (1.11.0-4) unstable; urgency=medium * Disable test_Unixy_chroot_fails on GNU/hurd -- Jan Niehusmann Wed, 21 Dec 2016 01:10:23 +0100 mongrel2 (1.11.0-3) unstable; urgency=medium * Sort output of $(wildcard ...) in Makefile to fix reproducible builds. (https://reproducible-builds.org/docs/stable-inputs/) * remove unused function Unixy_getcwd() uses non-portable PATH_MAX which is not available on hurd * provide alternative implementation of normalize_path not using PATH_MAX (should fix build on hurd) -- Jan Niehusmann Tue, 20 Dec 2016 21:19:07 +0100 mongrel2 (1.11.0-2) unstable; urgency=medium * Update Vcs-Browser URL * Enable hardening=+all flag * Set debhelper compat level to 10 * Override source-is-missing lintian warning * Set Standards-Version: 3.9.8 -- Jan Niehusmann Mon, 19 Dec 2016 17:12:57 +0100 mongrel2 (1.11.0-1) unstable; urgency=medium * Update to upstream release 1.11.0 -- Jan Niehusmann Thu, 11 Feb 2016 22:43:11 +0100 mongrel2 (1.10.0-3) unstable; urgency=medium * Port to mbedtls 2.x (patch by Justin Karneges) (Closes: Bug#808063) -- Jan Niehusmann Thu, 17 Dec 2015 12:35:03 +0100 mongrel2 (1.10.0-2) unstable; urgency=medium * Use "find -perm /xxx" instead of "find -perm +xxx" in debian/rules (Closes: Bug#803023) * Move dh_installexamples to override_dh_installexamples-arch (Closes: Bug#806079) -- Jan Niehusmann Tue, 24 Nov 2015 17:17:48 +0100 mongrel2 (1.10.0-1) unstable; urgency=low * Fix build log checks warnings * Update debian/watch * Upgrade to upstream version 1.10.0 * Revert upstream switch to mbedtls (new name of polarssl) -- Jan Niehusmann Sat, 24 Oct 2015 11:04:10 +0200 mongrel2 (1.9.2-1) unstable; urgency=low * Update to upstream release 1.9.2 * Update watch file (Closes: Bug#782508) * Build with -std=gnu89 to fix building on gcc-5 (Closes: Bug#778013) * Set standards-version to 3.9.6 (no changes) -- Jan Niehusmann Wed, 15 Apr 2015 00:13:23 +0200 mongrel2 (1.9.1-6) unstable; urgency=low * Update Vcs URL * remove runit-related files and logfiles when purging mongrel2-run * compile tests and examples using hardening flags -- Jan Niehusmann Mon, 28 Jul 2014 11:57:37 +0200 mongrel2 (1.9.1-5) unstable; urgency=low * Use glibc implementation of setcontext/getcontext. (Closes: Bug#754194) -- Jan Niehusmann Tue, 08 Jul 2014 21:10:07 +0200 mongrel2 (1.9.1-4) unstable; urgency=low * Fix build on kfreebsd. (Closes: Bug#754161) -- Jan Niehusmann Tue, 08 Jul 2014 11:41:41 +0200 mongrel2 (1.9.1-3) unstable; urgency=low * Fix build on big endian machines. (Closes: Bug#754156) -- Jan Niehusmann Tue, 08 Jul 2014 01:10:32 +0200 mongrel2 (1.9.1-2) unstable; urgency=low * Add package 'mongrel2-run' containing infrastructure to start mongrel2 as a server on boot, using runit -- Jan Niehusmann Mon, 16 Jun 2014 16:26:20 +0200 mongrel2 (1.9.1-1) experimental; urgency=low * Update to upstream release 1.9.1 * remove binary .swf files from source tarball * revert certificate workaround (fixed upstream) -- Jan Niehusmann Wed, 11 Jun 2014 15:26:26 +0200 mongrel2 (1.9.0-2) experimental; urgency=low * Build against libzmq3 (closes: Bug#740416) * Set standards-version to 3.9.5 (no changes) * Work around built failure due to expired certificate in test case (https://github.com/zedshaw/mongrel2/issues/205) by skipping that part of the test. -- Jan Niehusmann Sat, 01 Mar 2014 23:04:27 +0100 mongrel2 (1.9.0-1) experimental; urgency=low * Import latest changes from upstream git (tag 'v1.9.0') -- Jan Niehusmann Fri, 14 Feb 2014 15:24:48 +0100 mongrel2 (1.9.0~rc-20131012-1) experimental; urgency=low * Import latest changes from upstream git ('release/1.9.0' branch) -- Jan Niehusmann Sun, 24 Nov 2013 22:42:38 +0100 mongrel2 (1.8.1-devel-20130916-1) experimental; urgency=low * Import latest changes from upstream git (develop branch). -- Jan Niehusmann Wed, 18 Sep 2013 12:29:20 +0200 mongrel2 (1.8.1-devel-20130603-1) experimental; urgency=low * Initial release (Closes: #590629) -- Jan Niehusmann Mon, 03 Jun 2013 16:30:11 +0200