Changelog for
trafficserver-3.2.5-4.fc19.x86_64.rpm :
Fri Oct 11 14:00:00 2013 Ralf Corsépius
- 3.2.5-4
- Add BR: systemd for systemd.macros (RHBZ #1018080).
Sun Aug 25 14:00:00 2013 Jan-Frode Myklebust - 3.2.5-3
- bz#994224 Use rpm
CFLAGS=\"${CFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic}\" ; export CFLAGS ;
CXXFLAGS=\"${CXXFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic}\" ; export CXXFLAGS ;
FFLAGS=\"${FFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I/usr/lib64/gfortran/modules}\" ; export FFLAGS ;
FCFLAGS=\"${FCFLAGS:--O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -I/usr/lib64/gfortran/modules}\" ; export FCFLAGS ;
LDFLAGS=\"${LDFLAGS:--Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld}\"; export LDFLAGS;
for i in $(find . -name config.guess -o -name config.sub) ; do
[ -f /usr/lib/rpm/redhat/$(basename $i) ] && /usr/bin/rm -f $i && /usr/bin/cp -fv /usr/lib/rpm/redhat/$(basename $i) $i ;
done ;
./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu \\
--program-prefix= \\
--disable-dependency-tracking \\
--prefix=/usr \\
--exec-prefix=/usr \\
--bindir=/usr/bin \\
--sbindir=/usr/sbin \\
--sysconfdir=/etc \\
--datadir=/usr/share \\
--includedir=/usr/include \\
--libdir=/usr/lib64 \\
--libexecdir=/usr/libexec \\
--localstatedir=/var \\
--sharedstatedir=/var/lib \\
--mandir=/usr/share/man \\
--infodir=/usr/share/info macro, instead of calling configure
directly.
Fri Aug 9 14:00:00 2013 Jan-Frode Myklebust - 3.2.5-2
- bz#994224 Pass RPM_OPT_FLAGS as environment variables to configure,
instead of overriding on make commandline. Thanks Dimitry Andric!
Thu Aug 1 14:00:00 2013 Jan-Frode Myklebust - 3.2.5-1
- Update to v3.2.5 which fixes the following bugs:
[TS-1923] Fix memory issue caused by resolve_logfield_string()
[TS-1918] SSL hangs after origin handshake.
[TS-1483] Manager uses hardcoded FD limit causing restarts forever on traffic_server.
[TS-1784] Fix FreeBSD block calculation (both RAW and directory)
[TS-1905] TS hangs (dead lock) on HTTPS POST/PROPFIND requests.
[TS-1785, TS-1904] Fixes to make it build with gcc-4.8.x.
[TS-1903] Remove JEMALLOC_P use, it seems to have been deprecated.
[TS-1902] Remove iconv as dependency.
[TS-1900] Detect and link libhwloc on Ubuntu.
[TS-1470] Fix cache sizes > 16TB (part 2 - Don\'t reset the cache after restart)
Mon Jun 3 14:00:00 2013 Jan-Frode Myklebust - 3.2.4-3
- Harden build with PIE flags, ref bz#955127.
Sat Jan 19 13:00:00 2013 Jan-Frode Myklebust - 3.2.4-1
- Update to 3.2.4 release candiate
Fri Jan 4 13:00:00 2013 Jan-Frode Myklebust - 3.2.3-1
- Update to v3.2.3. Remove patches no longer needed.
Fri Aug 24 14:00:00 2012 Václav Pavlín - 3.2.0-6
- Scriptlets replaced with new systemd macros (#851462)
Thu Aug 16 14:00:00 2012 Jan-Frode Myklebust - 3.2.0-5
- Add patch for TS-1392, to fix problem with SNI fallback.
Sun Jul 22 14:00:00 2012 Fedora Release Engineering - 3.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Mon Jun 25 14:00:00 2012 Jan-Frode Myklebust - 3.2.0-2
- Remove duplicate man-pages.
Sat Jun 23 14:00:00 2012 Jan-Frode Myklebust - 3.2.0-1
- Update to v3.2.0
Sun Jun 10 14:00:00 2012 Jan-Frode Myklebust - 3.0.5-1
- Remove trafficserver-gcc47.patch since it\'s fixed upstream, TS-1116.
- Join trafficserver-condrestart.patch into trafficserver-init_scripts.patch,
and clean out not needed junk.
Fri Apr 13 14:00:00 2012 Jan-Frode Myklebust - 3.0.4-5
- Add hardened build.
Wed Apr 11 14:00:00 2012 - 3.0.4-4
- Add patch for gcc-4.7 build issues.
Mon Apr 9 14:00:00 2012 Dan Horák - 3.0.4-3
- switch to ExclusiveArch
Fri Mar 23 13:00:00 2012 - 3.0.4-2
- Create /var/run/trafficserver using tmpfiles.d on f15+.
Thu Mar 22 13:00:00 2012 - 3.0.4-1
- Update to new upstream release, v3.0.4.
- remove trafficserver-cluster_interface_linux.patch since this was fixed upstream, TS-845.
Thu Mar 22 13:00:00 2012 - 3.0.3-6
- Remove pidfile from systemd service file. This is a type=simple
service, so pidfile shouldn\'t be needed.
Wed Mar 21 13:00:00 2012 - 3.0.3-5
- Add systemd support.
- Drop init.d-script on systemd-systems.
Sun Mar 18 13:00:00 2012 - 3.0.3-3
- change default proxy.config.proxy_name to FIXME.example.com instead of the
name of the buildhost
- configure proxy.config.ssl.server.cert.path and
proxy.config.ssl.server.private_key.path to point to the standard /etc/pki/
locations.
Tue Mar 13 13:00:00 2012 - 3.0.3-2
- exclude ppc/ppc64 since build there fails, TS-1131.
Sat Mar 10 13:00:00 2012 - 3.0.3-1
- Removed mixed use of spaces and tabs in specfile.
Mon Feb 13 13:00:00 2012 - 3.0.3-0
- Update to v3.0.3
Thu Dec 8 13:00:00 2011 - 3.0.2-0
- Update to v3.0.2
- Fix conderestart in initscript, TS-885.
Tue Jul 19 14:00:00 2011 - 3.0.1-0
- Update to v3.0.1
- Remove uninstall-hook from trafficserver_make_install.patch, removed in v3.0.1.
Thu Jun 30 14:00:00 2011 - 3.0.0-6
- Note FIXME\'s on top.
- Remove .la and static libs.
- mktemp\'d buildroot.
- include license
Mon Jun 27 14:00:00 2011 - 3.0.0-5
- Rename patches to start with trafficserver-.
- Remove odd version macro.
- Clean up mixed-use-of-spaces-and-tabs.
Thu Jun 23 14:00:00 2011 - 3.0.0-4
- Use dedicated user/group ats/ats.
- Restart on upgrades.
Thu Jun 16 14:00:00 2011 - 3.0.0-3
- update man pages, sugest from Jan-Frode Myklebust
- patch records.config to fix the crashing with cluster iface is noexist
- cleanup spec file
Wed Jun 15 14:00:00 2011 - 3.0.0-2
- bump to version 3.0.0 stable release
- cleanup the spec file and patches
Tue May 24 14:00:00 2011 - 2.1.8-2
- fix tcl linking
Thu May 5 14:00:00 2011 - 2.1.8-1
- bump to 2.1.8
- comment out wccp
Fri Apr 1 14:00:00 2011 - 2.1.7-3
- enable wccp and fixed compile warning
- never depends on sqlite and db4, add libz and xz-libs
- fix libary permission, do post ldconfig updates
Sun Mar 27 14:00:00 2011 - 2.1.7-2
- patch traffic_shell fix
Tue Mar 22 13:00:00 2011 - 2.1.7-1
- bump to v2.1.7
- fix centos5 building
- drop duplicated patches
Sat Mar 19 13:00:00 2011 - 2.1.6-2
- fix gcc 4.6 building
- split into -devel package for devel libs
- fix init scripts for rpmlint requirement
- fix install scripts to build in mock, without root privileges
Tue Mar 1 13:00:00 2011 - 2.1.6-1
- bump to 2.1.6 unstable
- replace config layout name as Fedora
Thu Nov 18 13:00:00 2010 - 2.1.4
- initial release for public
- original spec file is from neomanonthewayAATTgmail.com