public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan-Frode Myklebust <janfrode@tanso.net>
To: git-commits@fedoraproject.org
Subject: [rpms/trafficserver] trafficserver-9.2.14-1: Update to 4.2.1 (RC1)
Date: Wed, 15 Jul 2026 17:20:49 GMT	[thread overview]
Message-ID: <178413604977.1.9879256883985202920.rpms-trafficserver-3a861d34643e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/trafficserver
Branch : trafficserver-9.2.14-1
Commit : 3a861d34643e65ad94654935f0d56e400f9076a3
Author : Jan-Frode Myklebust <janfrode@tanso.net>
Date   : 2014-04-26T00:31:59+02:00
Stats  : +17/-3 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/trafficserver/c/3a861d34643e65ad94654935f0d56e400f9076a3?branch=trafficserver-9.2.14-1

Log:
Update to 4.2.1 (RC1)

---
diff --git a/.gitignore b/.gitignore
index 1a03ed9..994de2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,7 @@
 /trafficserver-4.0.2.tar.bz2.asc
 /trafficserver-4.1.2.tar.bz2
 /trafficserver-4.1.2.tar.bz2.asc
+/trafficserver-4.2.0.tar.bz2
+/trafficserver-4.2.0.tar.bz2.asc
+/trafficserver-4.2.1.tar.bz2
+/trafficserver-4.2.1.tar.bz2.asc

diff --git a/sources b/sources
index 5490a57..9273ef8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-cc9a4dfa88fe63f59de106602c06c9c4  trafficserver-4.1.2.tar.bz2
-28797b160da3eba749e422de3ef19b06  trafficserver-4.1.2.tar.bz2.asc
+18f7d56650cba260c8cce3bf4abfa56c  trafficserver-4.2.1.tar.bz2
+15fcd107ea9321b01905ebf0d9bb6c65  trafficserver-4.2.1.tar.bz2.asc

diff --git a/trafficserver.keyring b/trafficserver.keyring
index 8c265a0..339f15b 100644
Binary files a/trafficserver.keyring and b/trafficserver.keyring differ

diff --git a/trafficserver.spec b/trafficserver.spec
index 7ae9866..0bb5251 100644
--- a/trafficserver.spec
+++ b/trafficserver.spec
@@ -2,7 +2,7 @@
 %define _hardened_build 1
 Summary:	Fast, scalable and extensible HTTP/1.1 compliant caching proxy server
 Name:		trafficserver
-Version:	4.1.2
+Version:	4.2.1
 Release:	0%{?dist}
 License:	ASL 2.0
 Group:		System Environment/Daemons
@@ -101,6 +101,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/trafficserver/libtsmgmt.a
 rm -f $RPM_BUILD_ROOT/%{_libdir}/trafficserver/libtsutil.a
 
 # Don't include libtool archives:
+rm -f $RPM_BUILD_ROOT/%{_libdir}/trafficserver/libtsmgmtshare.la
 rm -f $RPM_BUILD_ROOT/%{_libdir}/trafficserver/libtsmgmt.la
 rm -f $RPM_BUILD_ROOT/%{_libdir}/trafficserver/libtsutil.la
 rm -f $RPM_BUILD_ROOT/%{_libdir}/trafficserver/libatscpp11api.la
@@ -124,6 +125,8 @@ perl -pi -e 's/^CONFIG.*proxy.config.ssl.server.cert.path.*$/CONFIG proxy.config
 perl -pi -e 's/^CONFIG.*proxy.config.ssl.server.private_key.path.*$/CONFIG proxy.config.ssl.server.private_key.path STRING \/etc\/pki\/tls\/private\//' \
 	$RPM_BUILD_ROOT/etc/trafficserver/records.config
 
+mkdir -p $RPM_BUILD_ROOT/var/run/trafficserver
+
 # The clean section  is only needed for EPEL and Fedora < 13
 # http://fedoraproject.org/wiki/PackagingGuidelines#.25clean
 %clean
@@ -140,6 +143,7 @@ rm -rf $RPM_BUILD_ROOT
 %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) %{_datadir}/perl5/Apache/TS.pm.in
 %attr(0644,root,root) %{_datadir}/perl5/Apache/TS.pm
 %attr(0644,root,root) %{_datadir}/perl5/Apache/TS/*
 %config(noreplace) /etc/trafficserver/*
@@ -215,6 +219,12 @@ header files, and Apache httpd style module build system.
 %attr(0644,root,root) %{_libdir}/trafficserver/*.so
 
 %changelog
+* Sat Apr 26 2014 Jan-Frode Myklebust <janfrode@tanso.net> - 4.2.1-0
+- Update to 4.2.1-RC1
+
+* Thu Apr 10 2014 Jan-Frode Myklebust <janfrode@tanso.net> - 4.2.0-0
+- Update to 4.2.0
+
 * Tue Dec 17 2013 Jan-Frode Myklebust <janfrode@tanso.net> - 4.1.2-0
 - Bump to final. No change from rc0.
 - What's new: https://cwiki.apache.org/confluence/display/TS/What%27s+new+in+v4.1.x

                 reply	other threads:[~2026-07-15 17:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178413604977.1.9879256883985202920.rpms-trafficserver-3a861d34643e@fedoraproject.org \
    --to=janfrode@tanso.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox