Files
ports/security/knock/files/patch-src_knock.c
T
Michelangelo De Simone b10e091f6f 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)
2023-08-09 15:01:18 +02:00

12 lines
236 B
C

--- src/knock.c.orig 2023-07-23 20:01:56 UTC
+++ src/knock.c
@@ -35,7 +35,7 @@
#include <getopt.h>
#include <fcntl.h>
-static char version[] = "0.8";
+static char version[] = "#VERSION#";
#define PROTO_TCP 1
#define PROTO_UDP 2