-
500aa11...
by
Stefan Fritsch
on 2017-08-08
-
Import patches-unapplied version 2.4.27-4 to debian/experimental
Imported using git-ubuntu import.
Changelog parent: f7ef7e92d24d60f681df739f05081350a628d775
New changelog entries:
* Use 'invoke-rc.d' instead of init script in logrotate script.
Closes: #857607
* Make the apache-htcacheclean init script actually look into
/etc/default/apache-htcacheclean for its config. LP: #1691495
* mime.conf: Guard AddOutputFilter INCLUDES with proper <IfModule>.
LP: #1675184
* Use 'service' instead of init script in monit example config.
* Bump Standards-Version to 4.0.1. Other changes:
- change package priorities from extra to optional
* Use libprotocol-http2-perl in autopkgtest.
* Update test suite to svn r1804214.
* Various tweaks to the test suite autopkgtest to avoid having to skip
any test.
* Also remove -DBUILD_DATETIME and -fdebug-prefix-map from config_vars.mk
to avoid them being used by apxs.
* deflate.conf: Remove mention of MSIE6
-
f7ef7e9...
by
Stefan Fritsch
on 2017-07-16
-
Import patches-unapplied version 2.4.27-3 to debian/experimental
Imported using git-ubuntu import.
Changelog parent: ee067d5fe3b294b6a1bf001de49d876e8cf21999
New changelog entries:
* Switch to openssl 1.1. Again closes: #851094
* Add versioned breaks for gridsite, libapache2-mod-dacs because of
openssl transition.
* Provide new apache2-api-20120211-openssl1.1 virtual package and make
dh_apache2 generate a dependency on it if there is a build-dep on
apache2-ssl-dev.
* Switch back to openssl 1.0 for now. The transition to 1.1 needs more
work and should go into experimental, first. Reopens: #851094
-
ee067d5...
by
Stefan Fritsch
on 2017-07-16
-
Import patches-unapplied version 2.4.27-1 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 88a61448d240fbc3a7b134767d9837bd10071bf6
New changelog entries:
[ New upstream release ]
* Fix CVE-2017-9788: mod_auth_digest: Uninitialized memory reflection
Closes: #868467
[ Stefan Fritsch ]
* Switch to openssl 1.1. Closes: #851094
-
88a6144...
by
Stefan Fritsch
on 2017-06-20
-
Import patches-unapplied version 2.4.25-4 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 7674960d2cfb46d6dd941e44384ea880155a8188
New changelog entries:
* Backport security fixes from 2.4.26:
* CVE-2017-3167: Authentication bypass with ap_get_basic_auth_pw()
* CVE-2017-3169: mod_ssl NULL pointer dereference
* CVE-2017-7668: Buffer overrun in ap_find_token()
* CVE-2017-7679: mod_mime buffer overread
* CVE-2017-7659: mod_http2 NULL pointer dereference
-
7674960...
by
Stefan Fritsch
on 2017-01-25
-
Import patches-unapplied version 2.4.25-3 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 5838443ffdd2e4fcade4168049811f0a89641fdb
New changelog entries:
* Fix detection of systemd to fix 'apache2ctl start' on sysv-init.
Closes: #852543
* Compile mod_bucketeer mod_case_filter mod_case_filter_in for benefit of
the test suite, but don't add *.load files because they don't have any
real-world use.
* Include the upstream test suite and a corresponding autopkgtest. This
is quite a hack but it may help quite a bit with security updates,
especially if stretch gets LTS support, too.
-
5838443...
by
Stefan Fritsch
on 2017-01-14
-
Import patches-unapplied version 2.4.25-2 to debian/sid
Imported using git-ubuntu import.
Changelog parent: e3f3b995ccda824ea1f98974400a0e8b69631687
New changelog entries:
* Activate mod_reqtimeout in new installs and during updates from
before 2.4.25-2. It was wrongly not activated in new installs since
jessie. This made the default installation vulnerable to some DoS
attacks.
* Restart htcacheclean on updates and tighten dependency on apache2-utils
to ensure that apache2-utils cannot be upgraded without apache2.
Closes: #851122
* When running on systems with systemd, make 'apache2ctl start' invoke
systemctl instead. Otherwise systemd will think apache2 is not running
and ignore further commands like reload. Closes: #839227
* Avoid segfault in mpm_event if a signal is received too soon after start.
PR 60487
* Add test for some modules to be enabled.
* Remove mention of CVE-2016-5387 in 2.4.25-1 changelog. It was already
fixed in 2.4.23-2.
-
e3f3b99...
by
Stefan Fritsch
on 2016-12-21
-
Import patches-unapplied version 2.4.25-1 to debian/sid
Imported using git-ubuntu import.
Changelog parent: d0ab85635184f1f83ca54b0a0b3298a0b72ade50
New changelog entries:
[ New upstream release ]
* Security: CVE-2016-0736:
mod_session_crypto: Authenticate the session data/cookie with a MAC to
prevent deciphering or tampering with a padding oracle attack.
* Security: CVE-2016-2161:
mod_auth_digest: Prevent segfaults during client entry allocation when the
shared memory space is exhausted.
* Security: CVE-2016-5387:
Mitigate [f]cgi "httpoxy" issues.
* Security: CVE-2016-8740:
mod_http2: Mitigate DoS memory exhaustion via endless CONTINUATION frames.
Closes: #847124
* Security: CVE-2016-8743:
Enforce HTTP request grammar corresponding to RFC7230 for request lines
and request headers, to prevent response splitting and cache pollution by
malicious clients or downstream proxies.
* The stricter HTTP enforcement may cause compatibility problems with
non-conforming clients. Fine-tuning is possible with the new
HttpProtocolOptions directive.
* mpm_event: Fix "scoreboard full" errors. Closes: #834708 LP: #1466926
* mod_http2: Many fixes and support for early pushes using the new
H2PushResource directive.
[ Stefan Fritsch ]
* Switch to debhelper compatibility level 9.
-
d0ab856...
by
Stefan Fritsch
on 2016-11-19
-
Import patches-unapplied version 2.4.23-8 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 4e4d3675b4d968da9149885326d2a14d661aeef0
New changelog entries:
* Move the mod_ssl_openssl.h header and the dependency on libssl-dev to a
new package apache2-ssl-dev. Packages that interface with openssl
state from mod_ssl must build-depend on this new package.
This will help to disentangle the build-deps in the openssl transition.
Closes: #845033
-
4e4d367...
by
Stefan Fritsch
on 2016-11-13
-
Import patches-unapplied version 2.4.23-7 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 261fbaae28d1aed5754a63aaf03543a06238618f
New changelog entries:
* Make apache2-dev depend on openssl 1.0, too. Closes: #844160
* Move DefaultRuntimeDir and pid file for multi-instances to
/var/run/apache2-xxx. Thanks to Horst Platz for the debugging.
Closes: #838932 LP: #1627339
* Fix systemd unit naming for multi-instances.
* Tweak embedded .tar.gz some more to build reproducibly.
-
261fbaa...
by
Stefan Fritsch
on 2016-11-09
-
Import patches-unapplied version 2.4.23-6 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 93bf74a68a235f34f125fe6569c857952ea962f8
New changelog entries:
* One more tweak for reproducible build. Thanks to Daniel Shahaf for the
patch. Closes: #839977
* Avoid building with openssl 1.1 for now. See #828236