public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/proxytunnel] f45: Update to 1.13.0
@ 2026-08-16 1:11 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-16 1:11 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/proxytunnel
Branch : f45
Commit : 8be7a9d452dc9ca133936d954462e93565efbbc4
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-08-06T17:01:18-03:00
Stats : +17/-11 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/proxytunnel/c/8be7a9d452dc9ca133936d954462e93565efbbc4?branch=f45
Log:
Update to 1.13.0
Resolves: rhbz#2504423 - proxytunnel: FTBFS in Fedora rawhide/f45
---
diff --git a/.gitignore b/.gitignore
index 433e61d..a311109 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-/proxytunnel-1.9.0.tgz
-/1.9.1.tar.gz
-/proxytunnel-1.10.20200907.tar.gz
+/proxytunnel-*.tar.gz
diff --git a/proxytunnel.rpmlintrc b/proxytunnel.rpmlintrc
index 17af2e7..7ef66a8 100644
--- a/proxytunnel.rpmlintrc
+++ b/proxytunnel.rpmlintrc
@@ -1,2 +1,2 @@
from Config import *
-addFilter("spelling-error %description -l en_US std(in|out) -> ")
+addFilter("spelling-error.* (stdin|stdout)")
diff --git a/proxytunnel.spec b/proxytunnel.spec
index 7cfe032..e7143f2 100644
--- a/proxytunnel.spec
+++ b/proxytunnel.spec
@@ -1,12 +1,16 @@
+%global forgeurl https://github.com/proxytunnel/proxytunnel
+Version: 1.13.0
+%global tag v%{version}
+%forgemeta
+
Name: proxytunnel
-Version: 1.10.20200907
Release: %autorelease
Summary: Tool to tunnel a connection through an standard HTTP(S) proxy
-# Automatically converted from old format: GPLv2+ and BSD and MIT - review is highly recommended.
-License: GPL-2.0-or-later AND LicenseRef-Callaway-BSD AND LicenseRef-Callaway-MIT
-URL: https://github.com/proxytunnel/proxytunnel
-Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
+# The main code is GPL-2.0-or-later, with OpenSSH parts under BSD-3-Clause and Todd C. Miller's parts under ISC.
+License: GPL-2.0-or-later AND BSD-3-Clause AND ISC
+URL: %{forgeurl}
+Source0: %{forgesource}
BuildRequires: asciidoc
BuildRequires: coreutils
@@ -28,7 +32,7 @@ Proxytunnel can currently do the following:
and then tunneling these connections to a specified destination.
%prep
-%autosetup
+%forgeautosetup
# Fix permissions
chmod -c 644 CHANGES
# Convert docs to UTF-8
@@ -44,6 +48,10 @@ done
%install
%make_install prefix=%{_prefix} DESTDIR=%{buildroot}
+%check
+# Upstream does not have a test suite, but we can verify the binary executes
+%{buildroot}%{_bindir}/proxytunnel -V
+
%files
%doc CHANGES CREDITS KNOWN_ISSUES README.md TODO
%license LICENSE.txt
diff --git a/sources b/sources
index 8209b06..0712e7b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (proxytunnel-1.10.20200907.tar.gz) = f04570e87a0fda024661135b6598f87f1d7407c368fe3453300a655fefedb66ade96a742223de08b500ba9fc1fdc2e6519005ea38529ceaa3c1815f5012fca84
+SHA512 (proxytunnel-1.13.0.tar.gz) = 5f186fb3c7162000cad853e7851f13830514f04f539c7ddaf9e021faf5d064da0fead8a9367eed69d6923c65d65aa957acb0a053f89453692076d49f91f72e1d
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-16 1:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-16 1:11 [rpms/proxytunnel] f45: Update to 1.13.0 Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox