Re: git: b10e091f6f2d - main - security/knock: update to 0.8
- In reply to: Robert Clausecker : "git: b10e091f6f2d - main - security/knock: update to 0.8"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Aug 2023 16:04:14 UTC
On 09/08/23 10:04, Robert Clausecker wrote: > The branch main has been updated by fuz: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=b10e091f6f2df5d65453e060d8e82a9a8d603e33 > > commit b10e091f6f2df5d65453e060d8e82a9a8d603e33 > Author: Michelangelo De Simone <michelangelo@sempliva.com> > AuthorDate: 2023-07-23 06:26:39 +0000 > Commit: Robert Clausecker <fuz@FreeBSD.org> > CommitDate: 2023-08-09 13:01:18 +0000 > > security/knock: update to 0.8 > > - chase to new home > > Changelog: https://github.com/jvinet/knock/blob/master/ChangeLog > > PR: 267232 > Approved by: sbz (maintainer timeout) > --- > security/knock/Makefile | 8 +- > security/knock/distinfo | 5 +- > security/knock/files/patch-Makefile.in | 31 +- > security/knock/files/patch-config.h.in | 89 ----- > security/knock/files/patch-doc__knock.1.in | 15 - > security/knock/files/patch-doc__knockd.1.in | 58 ---- > security/knock/files/patch-knockd.conf | 7 +- > security/knock/files/patch-src__knock.c | 132 ------- > security/knock/files/patch-src__knockd.c | 520 ---------------------------- > security/knock/files/patch-src_knock.c | 11 + > security/knock/files/patch-src_knockd.c | 20 ++ > 11 files changed, 52 insertions(+), 844 deletions(-) > > diff --git a/security/knock/Makefile b/security/knock/Makefile > index 51999a0fc6f5..2d149ead0e9a 100644 > --- a/security/knock/Makefile > +++ b/security/knock/Makefile > @@ -1,14 +1,12 @@ > PORTNAME= knock > -PORTVERSION= 0.5 > -PORTREVISION= 1 > -PORTEPOCH= 1 Hi Robert! This change removed PORTEPOCH and made version to go backwards. -- Renato Botelho