public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/proxytunnel] rawhide: Update to 1.13.0
Date: Sun, 16 Aug 2026 01:10:29 GMT	[thread overview]
Message-ID: <178684262936.1.6528549013821384623.rpms-proxytunnel-8be7a9d452dc@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/proxytunnel
            Branch : rawhide
            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=rawhide

            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

                 reply	other threads:[~2026-08-16  1:10 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=178684262936.1.6528549013821384623.rpms-proxytunnel-8be7a9d452dc@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --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