public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/trafficserver] trafficserver-9.2.14-1: Bump to 4.0.2 release candidate.
@ 2026-07-15 17:20 Jan-Frode Myklebust
0 siblings, 0 replies; only message in thread
From: Jan-Frode Myklebust @ 2026-07-15 17:20 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/trafficserver
Branch : trafficserver-9.2.14-1
Commit : d2b08473cabe0bfc8daf8a22c037369c883f01be
Author : Jan-Frode Myklebust <janfrode@tanso.net>
Date : 2013-10-10T20:20:32+02:00
Stats : +22/-16 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/trafficserver/c/d2b08473cabe0bfc8daf8a22c037369c883f01be?branch=trafficserver-9.2.14-1
Log:
Bump to 4.0.2 release candidate.
---
diff --git a/.gitignore b/.gitignore
index 9ffa592..2f3d0ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,5 @@
/trafficserver-3.2.4.tar.bz2
/trafficserver-3.2.5.tar.bz2
/trafficserver-4.0.1.tar.bz2
+/trafficserver-4.0.2.tar.bz2
+/trafficserver-4.0.2.tar.bz2.asc
diff --git a/sources b/sources
index 7c86aa1..072b77f 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-9f68a20f0c1ae81c4ab41d6fc8810b35 trafficserver-4.0.1.tar.bz2
+687f6fd727e9e81ec021a183bdc7cb25 trafficserver-4.0.2.tar.bz2
+fcd7543e65edaeaf2b98597cb3ed456f trafficserver-4.0.2.tar.bz2.asc
diff --git a/trafficserver.spec b/trafficserver.spec
index 4839c27..fb57b07 100644
--- a/trafficserver.spec
+++ b/trafficserver.spec
@@ -2,8 +2,8 @@
%define _hardened_build 1
Summary: Fast, scalable and extensible HTTP/1.1 compliant caching proxy server
Name: trafficserver
-Version: 4.0.1
-Release: 2%{?dist}
+Version: 4.0.2
+Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
Source0: http://www.apache.org/dist/%{name}/%{name}-%{version}.tar.bz2
@@ -105,10 +105,6 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/trafficserver/plugins/cacheurl.la
rm -f $RPM_BUILD_ROOT/%{_libdir}/trafficserver/plugins/gzip.la
rm -f $RPM_BUILD_ROOT/%{_libdir}/trafficserver/plugins/libloader.la
-# FIXME: what's this?
-rm -f $RPM_BUILD_ROOT/%{_libdir}/perl5/auto/Apache/TS/.packlist
-rm -f $RPM_BUILD_ROOT/%{_libdir}/perl5/perllocal.pod
-
#
perl -pi -e 's/^CONFIG.*proxy.config.proxy_name STRING.*$/CONFIG proxy.config.proxy_name STRING FIXME.example.com/' \
@@ -126,16 +122,13 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, ats, ats, -)
%doc README CHANGES NOTICE README.fedora LICENSE
-%attr(0644, root, root) /usr/share/man/man1/*
-%attr(0644,root,root) /usr/share/man/man3/*
-%attr(0755,root,root) /usr/bin/traffic*
-%attr(0755,root,root) /usr/bin/tspush
+%attr(0644,root,root) %{_mandir}/man1/*
+%attr(0755,root,root) %{_bindir}/traffic*
+%attr(0755,root,root) %{_bindir}/tspush
%attr(0755,root,root) %dir %{_libdir}/trafficserver
%attr(0755,root,root) %dir %{_libdir}/trafficserver/plugins
%attr(0755,root,root) %{_libdir}/trafficserver/*.so.*
%attr(0755,root,root) %{_libdir}/trafficserver/plugins/*.so
-%attr(0644,root,root) /usr/share/perl5/Apache/TS.pm
-%attr(0644,root,root) /usr/share/perl5/Apache/TS/*
%config(noreplace) /etc/trafficserver/*
%if %{?fedora}0 > 140 || %{?rhel}0 > 60
%attr(0644, root, root) /lib/systemd/system/trafficserver.service
@@ -201,14 +194,24 @@ header files, and Apache httpd style module build system.
%files devel
%defattr(-,root,root,-)
-%attr(0755,root,root) /usr/bin/tsxs
-%attr(0755,root,root) %dir /usr/include/ts
-%attr(0644,root,root) /usr/include/ts/*
+%attr(0755,root,root) %{_bindir}/tsxs
+%attr(0755,root,root) %dir %{_includedir}/ts
+%attr(0644,root,root) %{_includedir}/ts/*
%attr(0755,root,root) %dir %{_libdir}/trafficserver
%attr(0755,root,root) %dir %{_libdir}/trafficserver/plugins
%attr(0644,root,root) %{_libdir}/trafficserver/*.so
%changelog
+* Thu Oct 10 2013 Jan-Frode Myklebust <janfrode@tanso.net> - 4.0.2-1
+- Update to 4.0.2, which fixes the following bugs:
+
+ [TS-2144] - traffic_server crashes when clearing cache
+ [TS-2173] - cache total hit/miss stats broken in version 4.0.1
+ [TS-2174] - traffic_shell/traffic_line miss some stats value
+ [TS-2191] - when http_info enabled, the http_sm may be deleted but a event associated it not cancelled.
+ [TS-2207] - Centos5 out of tree perl build fails
+ [TS-2217] - remove the option to turn off body factory - setting it to 0 will result in empty responses
+
* Tue Sep 3 2013 Jan-Frode Myklebust <janfrode@tanso.net> - 4.0.1-1
- Update to 4.0.1. What's new in v4.0.0:
https://cwiki.apache.org/confluence/display/TS/What%27s+new+in+v4.0.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-15 17:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 17:20 [rpms/trafficserver] trafficserver-9.2.14-1: Bump to 4.0.2 release candidate Jan-Frode Myklebust
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox