security/tinc-devel: Update to 1.1pre18
This commit is contained in:
parent
d02c3a98a6
commit
68e89421c9
@ -1,6 +1,5 @@
|
||||
PORTNAME= tinc
|
||||
PORTVERSION= 1.1pre17
|
||||
PORTREVISION= 6
|
||||
PORTVERSION= 1.1pre18
|
||||
CATEGORIES= security net-vpn
|
||||
MASTER_SITES= https://www.tinc-vpn.org/packages/ \
|
||||
http://www.tinc-vpn.org/packages/
|
||||
@ -21,6 +20,7 @@ CONFIGURE_ARGS= --localstatedir=/var --with-curses=/usr
|
||||
USE_RC_SUBR= tincd
|
||||
INFO= tinc
|
||||
PLIST_FILES= sbin/tincd sbin/tinc \
|
||||
share/bash-completion/completions/tinc \
|
||||
man/man8/tinc-gui.8.gz man/man5/tinc.conf.5.gz \
|
||||
man/man8/tinc.8.gz man/man8/tincd.8.gz
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1539117466
|
||||
SHA256 (tinc-1.1pre17.tar.gz) = 61b9c9f9f396768551f39216edcc41918c65909ffd9af071feb3b5f9f9ac1c27
|
||||
SIZE (tinc-1.1pre17.tar.gz) = 927313
|
||||
TIMESTAMP = 1625165075
|
||||
SHA256 (tinc-1.1pre18.tar.gz) = 2757ddc62cf64b411f569db2fa85c25ec846c0db110023f6befb33691f078986
|
||||
SIZE (tinc-1.1pre18.tar.gz) = 732111
|
||||
|
@ -1,35 +0,0 @@
|
||||
--- configure.orig 2019-04-27 11:57:13 UTC
|
||||
+++ configure
|
||||
@@ -6192,8 +6192,8 @@ else
|
||||
CFLAGS="$CFLAGS -Wall -Werror"
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
-void *test(void) __attribute__ ((__malloc__));
|
||||
- void *test(void) { return (void *)0; }
|
||||
+void *test(void *x) __attribute__ ((__malloc__));
|
||||
+ void *test(void *x) { return (void *)0; }
|
||||
|
||||
_ACEOF
|
||||
if ac_fn_c_try_compile "$LINENO"; then :
|
||||
@@ -6226,8 +6226,8 @@ else
|
||||
CFLAGS="$CFLAGS -Wall -Werror"
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
-void *test(void) __attribute__ ((__nonnull__));
|
||||
- void *test(void) { return (void *)0; }
|
||||
+void *test(void *x) __attribute__ ((__nonnull__));
|
||||
+ void *test(void *x) { return (void *)0; }
|
||||
|
||||
_ACEOF
|
||||
if ac_fn_c_try_compile "$LINENO"; then :
|
||||
@@ -6260,8 +6260,8 @@ else
|
||||
CFLAGS="$CFLAGS -Wall -Werror"
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
-void *test(void) __attribute__ ((__warn_unused_result__));
|
||||
- void *test(void) { return (void *)0; }
|
||||
+void *test(void *x) __attribute__ ((__warn_unused_result__));
|
||||
+ void *test(void *x) { return (void *)0; }
|
||||
|
||||
_ACEOF
|
||||
if ac_fn_c_try_compile "$LINENO"; then :
|
Loading…
Reference in New Issue
Block a user