public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/httping] rawhide: Update to 4.4.0
Date: Thu, 02 Jul 2026 02:01:31 GMT [thread overview]
Message-ID: <178295769109.1.846954737022217068.rpms-httping-333176430dac@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/httping
Branch : rawhide
Commit : 333176430daca1a557ecd0609921f120858c26f9
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-05-03T18:56:56-04:00
Stats : +36/-12 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/httping/c/333176430daca1a557ecd0609921f120858c26f9?branch=rawhide
Log:
Update to 4.4.0
---
diff --git a/.gitignore b/.gitignore
index e3161c5..b9bef72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ httping-1.4.1.tgz
/httping-4.1.0.tar.gz
/7f76370729c594180348f94feb4216fd14e12abd.patch
/9524733e67454518ee1075a47f3c21166543e620.patch
+/httping-4.4.0.tar.gz
diff --git a/httping.spec b/httping.spec
index 9d05292..642979f 100644
--- a/httping.spec
+++ b/httping.spec
@@ -1,15 +1,13 @@
-%global debug_package %{nil}
-
Name: httping
-Version: 3.6
-Release: 4%{?dist}
+Version: 4.4.0
+Release: 1%{?dist}
Summary: Ping alike tool for http requests
License: GPL-1.0-or-later AND OpenSSL
URL: https://github.com/folkertvanheusden/HTTPing/
Source0: https://github.com/folkertvanheusden/HTTPing/archive/v%{version}/%{name}-%{version}.tar.gz
-Patch0: 9524733e67454518ee1075a47f3c21166543e620.patch
-Patch1: 7f76370729c594180348f94feb4216fd14e12abd.patch
+# https://github.com/folkertvanheusden/HTTPing/pull/77
+Patch0: openssl-no-engine.patch
BuildRequires: cmake
BuildRequires: gcc
@@ -17,7 +15,7 @@ BuildRequires: make
BuildRequires: gettext
BuildRequires: ncurses-devel
BuildRequires: openssl-devel
-BuildRequires: openssl-devel-engine
+BuildRequires: pkgconfig(fftw3)
%description
Httping is like 'ping' but for HTTP requests. Give it an URL, and it will
@@ -29,20 +27,24 @@ also takes time.
%autosetup -n HTTPing-%{version} -p1
%build
-%cmake -DUSE_TUI=1 -DCMAKE_INSTALL_PREFIX=/usr
+%cmake -DUSE_TUI=ON -DUSE_FFTW3=ON -DUSE_SSL=ON -DUSE_GETTEXT=ON
%cmake_build
%install
%cmake_install
rm -rf %{buildroot}/%{_docdir}
+%find_lang %{name}
-%files
+%files -f %{name}.lang
%doc README.md plot-json.py
%license LICENSE
%{_bindir}/httping
%{_mandir}/httping.1
%changelog
+* Sun May 03 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 4.4.0-1
+- Update to 4.4.0
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
diff --git a/openssl-no-engine.patch b/openssl-no-engine.patch
new file mode 100644
index 0000000..29ec5c9
--- /dev/null
+++ b/openssl-no-engine.patch
@@ -0,0 +1,23 @@
+From 417e1480106a128eb71464331d3fe6c41f399dcd Mon Sep 17 00:00:00 2001
+From: Yaakov Selkowitz <yselkowi@redhat.com>
+Date: Sun, 3 May 2026 17:51:53 -0400
+Subject: [PATCH] Remove openssl/engine.h inclusion
+
+The last reference to ENGINE was removed in
+commit 835efac181f0ed3998c2302042d35c231c3b9260.
+---
+ mssl.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/mssl.c b/mssl.c
+index 2f25a77..842621f 100644
+--- a/mssl.c
++++ b/mssl.c
+@@ -11,7 +11,6 @@
+ #include <sys/socket.h>
+ #include <openssl/bio.h>
+ #include <openssl/conf.h>
+-#include <openssl/engine.h>
+ #include <openssl/err.h>
+ #include <openssl/evp.h>
+ #include <openssl/md5.h>
diff --git a/sources b/sources
index e5d2d36..e0d65ea 100644
--- a/sources
+++ b/sources
@@ -1,3 +1 @@
-SHA512 (httping-3.6.tar.gz) = 8838df9ae54acc3412df03f489403da397beca89da7a6994744b7551bcee7cf93c8bbc8f04a187fdce22d9e257ef9a8dc8dfc9d0c54066e2ef05f85f5da6e2ae
-SHA512 (7f76370729c594180348f94feb4216fd14e12abd.patch) = 0256fbaa0f4abf21bc6c47580c0f59fea6a6b591c313699ddce4f8621a307e5f1bb66f4e78572fa8241dc1e516a191684ccc0eed5877c10a516b717c553ed90d
-SHA512 (9524733e67454518ee1075a47f3c21166543e620.patch) = c0831b998554fd6594021616170e084b86d4837063e7a8d13f9947a9614b9fba9845caef813a748065046cb581e444e10ebeba83cfa997f9770cf38b2b5ccdad
+SHA512 (httping-4.4.0.tar.gz) = 739b376e27e3997a461de46e12d0eb7b2a5c65873f1b00d73c75fb0d03de7816bcb996b890a052556386a2b5439cd63d15e5b1f09eedb6e1bdb2ac87f405d7ef
reply other threads:[~2026-07-02 2:01 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=178295769109.1.846954737022217068.rpms-httping-333176430dac@fedoraproject.org \
--to=yselkowi@redhat.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