From cf792745d35c50fa03772586e5d08de47b676a31 Mon Sep 17 00:00:00 2001 From: zhihang Date: Tue, 24 Jun 2025 03:01:31 +0000 Subject: [PATCH] Correct URL --- hping.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hping.spec b/hping.spec index c5e0b56..d1330c6 100644 --- a/hping.spec +++ b/hping.spec @@ -1,9 +1,9 @@ Name: hping Version: 20200503 -Release: 4 +Release: 5 Summary: hping is a command-line oriented TCP/IP packet assembler/analyzer License: GPLv2 -URL: http://www.hping.org/ +URL: https://github.com/antirez/hping Source0: %{name}-%{version}.zip Patch0: hping-fix-netbpf-header.patch @@ -45,6 +45,9 @@ install -m0644 docs/hping3.8 %{buildroot}/%{_mandir}/man8 %{_mandir}/* %changelog +* Tue Jun 24 2025 zhihang - 20200503-5 +- correct URL + * Thu Sep 9 2021 Pengju Jiang - solve the problem of safe compilation strip -- Gitee