Package: trafficserver Version: 6.0.0-2ah1~trusty1 Severity: important Tags: patch
Dear Maintainer, I am the maintainer of https://launchpad.net/~apache-helpdesk/+archive/ubuntu /trafficserver-ppa It's based on your package's git repository, but includes a number of fixes. One of them is to disable linux-aio, which helps counter severe crashes, which made trafficserver effectively unusable in production. Additionally, the dev team decided to disable it by default (perhaps even remove the code) in trafficserver 7.0.0: https://mail-archives.apache.org/mod_mbox/trafficserver- dev/201608.mbox/%3C607593C5-AC40-4963-8A79-1FA11CE16EE7%40apache.org%3E -- System Information: Debian Release: stretch/sid APT prefers xenial-updates APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 'xenial'), (100, 'xenial-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.4.0-36-generic (SMP w/4 CPU cores) Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages trafficserver depends on: ii adduser 3.113+nmu3ubuntu4 ii libc6 2.23-0ubuntu3 ii libcap2 1:2.24-12 ii libcurl3 7.47.0-1ubuntu2.1 ii libgcc1 1:6.0.1-0ubuntu1 ii libhwloc5 1.11.2-3 ii libncurses5 6.0+20160213-1ubuntu1 ii libpcre3 2:8.39-1+deb.sury.org~xenial+1 ii libssl1.0.0 1.0.2g-1ubuntu4.2 ii libstdc++6 5.4.0-6ubuntu1~16.04.2 ii libtcl8.6 8.6.5+dfsg-2 ii libtinfo5 6.0+20160213-1ubuntu1 ii libxml2 2.9.4-1+deb.sury.org~xenial+2 ii lsb-base 9.20160110ubuntu0.2 ii perl 5.22.1-9 ii zlib1g 1:1.2.8.dfsg-2ubuntu4 trafficserver recommends no packages. Versions of packages trafficserver suggests: ii trafficserver-experimental-plugins 6.0.0-2ah1~trusty1 -- Configuration Files: /etc/init.d/trafficserver changed [not included] /etc/trafficserver/remap.config changed [not included] /etc/trafficserver/ssl_multicert.config changed [not included] -- no debconf information
>From 5cd865812635f2889eefb93559c258c6c4be52b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Gali=C4=87?= <[email protected]> Date: Tue, 30 Aug 2016 20:10:49 +0200 Subject: [PATCH] remove --enable-linux-native-aio removing --enable-linux-native-aio leads to a more predictably stable build of trafficserver. It's also a safe precaution, since the option (if not the entire code-base) will be removed in trafficserver 7.0.0 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 3fbc0fb..b970a54 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ configure_flags = \ $(shell dpkg-buildflags --export=configure) ifeq ($(DEB_HOST_ARCH_OS),linux) - configure_flags += --enable-wccp --enable-linux-native-aio + configure_flags += --enable-wccp endif ifneq (,$(findstring $(DEB_BUILD_ARCH),arm64 mips mipsel mipsn32 mipsn32el mips64 mips64el ppc64el)) -- 2.9.3

