Update to 3.1.12.

See http://netatalk.sourceforge.net/3.1/ReleaseNotes3.1.12.html for the
changes in this release.
This commit is contained in:
Joe Marcus Clarke 2018-12-31 18:26:55 +00:00
parent 3e6427cf10
commit 3560039a54
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488813
3 changed files with 4 additions and 16 deletions

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= netatalk
PORTVERSION= 3.1.11
PORTREVISION= 2
PORTVERSION= 3.1.12
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= SF

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1489842207
SHA256 (netatalk-3.1.11.tar.bz2) = 3434472ba96d3bbe3b024274438daad83b784ced720f7662a4c1d0a1078799a6
SIZE (netatalk-3.1.11.tar.bz2) = 1812227
TIMESTAMP = 1546280402
SHA256 (netatalk-3.1.12.tar.bz2) = 1560f83a3da41be97e0b70a96e2402159b8ddc631d38538360b14784beada5d1
SIZE (netatalk-3.1.12.tar.bz2) = 1918312

View file

@ -1,11 +0,0 @@
--- etc/uams/openssl_compat.h.orig 2016-06-06 11:21:51 UTC
+++ etc/uams/openssl_compat.h
@@ -11,7 +11,7 @@
#ifndef OPENSSL_COMPAT_H
#define OPENSSL_COMPAT_H
-#if OPENSSL_VERSION_NUMBER < 0x10100000L
+#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L)
inline static int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g)
{
/* If the fields p and g in d are NULL, the corresponding input