Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 2017 12:28:00 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436489 - in head/net/tinyldap: . files
Message-ID:  <201703191228.v2JCS0PW014733@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sun Mar 19 12:28:00 2017
New Revision: 436489
URL: https://svnweb.freebsd.org/changeset/ports/436489

Log:
  - update to 20170319

Deleted:
  head/net/tinyldap/files/patch-auth.c
  head/net/tinyldap/files/patch-md5password.c
Modified:
  head/net/tinyldap/Makefile
  head/net/tinyldap/distinfo
  head/net/tinyldap/files/patch-Makefile
  head/net/tinyldap/files/patch-ldif.h

Modified: head/net/tinyldap/Makefile
==============================================================================
--- head/net/tinyldap/Makefile	Sun Mar 19 12:08:08 2017	(r436488)
+++ head/net/tinyldap/Makefile	Sun Mar 19 12:28:00 2017	(r436489)
@@ -2,7 +2,6 @@
 
 PORTNAME=	tinyldap
 PORTVERSION=	0.0.${SNAPSHOT}
-PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	ftp://ftp.dinoex.de/pub/tinyldap/
 DISTNAME=	${PORTNAME}-${SNAPSHOT}
@@ -10,12 +9,12 @@ DISTNAME=	${PORTNAME}-${SNAPSHOT}
 MAINTAINER=	dinoex@FreeBSD.org
 COMMENT=	Small LDAP implementation
 
-BUILD_DEPENDS+=	${LOCALBASE}/lib/libowfat.a:${LIBOWFAT_PORT}
-
 LICENSE=	GPLv2
 
-SNAPSHOT=	20091122
-USES=		tar:bzip2 gmake
+BUILD_DEPENDS+=	${LOCALBASE}/lib/libowfat.a:${LIBOWFAT_PORT}
+
+SNAPSHOT=	20170319
+USES=		tar:bzip2 gmake ssl
 WRKSRC=		${WRKDIR}/${PORTNAME}
 CFLAGS+=	-DATTRIBS=512
 SBINFILES=	acl addindex bindrequest dumpacls dumpidx idx2ldif parse \

Modified: head/net/tinyldap/distinfo
==============================================================================
--- head/net/tinyldap/distinfo	Sun Mar 19 12:08:08 2017	(r436488)
+++ head/net/tinyldap/distinfo	Sun Mar 19 12:28:00 2017	(r436489)
@@ -1,2 +1,3 @@
-SHA256 (tinyldap-20091122.tar.bz2) = a369db5678aa828e629dd98b546eb031adfffa641fd85bfe6d59c1c30851a996
-SIZE (tinyldap-20091122.tar.bz2) = 54088
+TIMESTAMP = 1489925452
+SHA256 (tinyldap-20170319.tar.bz2) = 99ab02728c4a8940d7e696cd46a26f6b4cda7df3c4ace2633b68356f893e2113
+SIZE (tinyldap-20170319.tar.bz2) = 74096

Modified: head/net/tinyldap/files/patch-Makefile
==============================================================================
--- head/net/tinyldap/files/patch-Makefile	Sun Mar 19 12:08:08 2017	(r436488)
+++ head/net/tinyldap/files/patch-Makefile	Sun Mar 19 12:28:00 2017	(r436489)
@@ -1,19 +1,22 @@
---- Makefile.orig	2008-04-25 13:09:33.000000000 +0200
-+++ Makefile	2009-11-22 22:24:42.000000000 +0100
-@@ -35,22 +35,26 @@
- 
- auth.a: auth.o
+--- Makefile.orig	2017-03-19 11:47:19 UTC
++++ Makefile
+@@ -43,20 +43,23 @@ tls_cipherprio.o fmt_tls_alert_pkt.o fmt
+ fmt_tls_handshake_certs_header.o fmt_tls_serverhellodone.o \
+ tls_accept.o tls_connect.o tls_doread.o tls_dowrite.o
  
 -DIET=/opt/diet/bin/diet -Os
--CC=gcc
 +DIET=
-+CC?=gcc
- CFLAGS=-pipe -I. -Wall -W -Wextra
+ CROSS=
+ #CROSS=i686-mingw32-
+-CC=$(CROSS)gcc
+-CFLAGS=-pipe -I. -Wall -W -Wextra
++CC?=$(CROSS)gcc
++CFLAGS?=-pipe -I. -Wall -W -Wextra
  ifneq ($(DEBUG),)
 -DIET=/opt/diet/bin/diet
--CFLAGS=-pipe -I. -Wall -W -g -fstack-protector
+-CFLAGS=-pipe -I. -Wall -W -Wextra -g -fstack-protector
 +DIET=
-+CFLAGS?=-pipe -I. -Wall -W -g -fstack-protector
++CFLAGS?=-pipe -I. -Wall -W -Wextra -g -fstack-protector
  endif
  ifeq ($(COVERAGE),1)
  DIET=
@@ -23,22 +26,16 @@
  
 +CFLAGS+=-I. -I${LOCALBASE}/include/libowfat -Os
 +LDFLAGS+=-L${LOCALBASE}/lib
-+LIBS+=-lmd
 +
  ifneq ($(DIET),)
  LIBS+=-llatin1
  else
--LIBS+=-lcrypto -lcrypt
-+LIBS+=-lcrypt
- endif
- 
- %.o: %.c
-@@ -79,7 +83,7 @@
+@@ -97,7 +100,7 @@ tinyldap_debug: tinyldap.c
  	$(DIET) $(CC) $(CFLAGS) -DSTANDALONE -DDEBUG -o $@ $^ $(LDFLAGS) -lowfat $(LIBS)
  
  acl: acl.c ldap.a asn1.a
 -	$(DIET) $(CC) $(CFLAGS) -o acl acl.c -I. ldap.a asn1.a -lowfat $(LIBS)
 +	$(DIET) $(CC) $(CFLAGS) -o acl acl.c -I. ldap.a asn1.a $(LDFLAGS) -lowfat $(LIBS)
  
- 
- .PHONY: clean tar
+ .PHONY: test
+ test: test/bind test/ebind

Modified: head/net/tinyldap/files/patch-ldif.h
==============================================================================
--- head/net/tinyldap/files/patch-ldif.h	Sun Mar 19 12:08:08 2017	(r436488)
+++ head/net/tinyldap/files/patch-ldif.h	Sun Mar 19 12:28:00 2017	(r436489)
@@ -1,7 +1,7 @@
---- ldif.h.orig	2008-04-25 13:09:34.000000000 +0200
-+++ ldif.h	2008-04-25 21:36:30.000000000 +0200
-@@ -4,7 +4,9 @@
- #include <ldap.h>
+--- ldif.h.orig	2017-03-19 11:47:19 UTC
++++ ldif.h
+@@ -5,7 +5,9 @@
+ #include "ldap.h"
  
  /* how many attributes do we allow per record? */
 +#ifndef ATTRIBS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703191228.v2JCS0PW014733>