automatic version update by autodist [release 1.228_1-1mamba;Sun Mar 16 2025]
This commit is contained in:
@@ -3,3 +3,4 @@
|
||||
A simple Unix utility which reads and writes data across network connections using TCP or UDP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities.
|
||||
This package contains the OpenBSD rewrite of netcat, including support for IPv6, proxies, and Unix sockets.
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d_ -f1)
|
||||
%define pkgver %(echo %version | tr _ -)
|
||||
Name: netcat-openbsd
|
||||
Version: 1.226_1
|
||||
Version: 1.228_1
|
||||
Release: 1mamba
|
||||
Summary: A simple Unix utility which reads and writes data across network connections using TCP or UDP protocol
|
||||
Group: Applications/Networking
|
||||
@@ -21,7 +21,6 @@ BuildRequires: libbsd-devel
|
||||
A simple Unix utility which reads and writes data across network connections using TCP or UDP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities.
|
||||
This package contains the OpenBSD rewrite of netcat, including support for IPv6, proxies, and Unix sockets.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{majver} -a1
|
||||
@@ -47,6 +46,9 @@ install -D -m0644 nc.1 %{buildroot}%{_mandir}/man1/nc.1
|
||||
%doc debian/copyright
|
||||
|
||||
%changelog
|
||||
* Sun Mar 16 2025 Automatic Build System <autodist@openmamba.org> 1.228_1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 12 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.226_1-1mamba
|
||||
- update to 1.226_1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user