Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2023 13:04:14 -0300
From:      Renato Botelho <garga@FreeBSD.org>
To:        Robert Clausecker <fuz@FreeBSD.org>, ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: b10e091f6f2d - main - security/knock: update to 0.8
Message-ID:  <7478037e-7484-4d47-8600-bf6451575e2e@FreeBSD.org>
In-Reply-To: <202308091304.379D4hEJ090435@gitrepo.freebsd.org>
References:  <202308091304.379D4hEJ090435@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7478037e-7484-4d47-8600-bf6451575e2e>