Index: Makefile
===================================================================
RCS file: /cvs/ports/net/samba/Makefile,v
retrieving revision 1.215.2.2
diff -u -p -u -p -r1.215.2.2 Makefile
--- Makefile	4 May 2016 19:38:24 -0000	1.215.2.2
+++ Makefile	23 Jun 2016 23:15:16 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.215.2.2 2016/05/04 19:38:24 jca Exp $
 
 SHARED_ONLY =		Yes
-VERSION =		4.3.9
+VERSION =		4.3.10
 DISTNAME =		samba-${VERSION}
 
 COMMENT-main =		SMB and CIFS client and server for UNIX
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/samba/distinfo,v
retrieving revision 1.45.2.2
diff -u -p -u -p -r1.45.2.2 distinfo
--- distinfo	4 May 2016 19:38:24 -0000	1.45.2.2
+++ distinfo	23 Jun 2016 23:15:16 -0000
@@ -1,2 +1,2 @@
-SHA256 (samba-4.3.9.tar.gz) = HyLGGn8kxTV6nvTRCDOizRYfQPPbA7y+WG1806VhOfM=
-SIZE (samba-4.3.9.tar.gz) = 20570849
+SHA256 (samba-4.3.10.tar.gz) = 8VNHpebMDTpl9cMjNuEuVL3BjdHrhvnr+BBkvVIfHyM=
+SIZE (samba-4.3.10.tar.gz) = 20572441
Index: patches/patch-source3_client_smbspool_krb5_wrapper_c
===================================================================
RCS file: patches/patch-source3_client_smbspool_krb5_wrapper_c
diff -N patches/patch-source3_client_smbspool_krb5_wrapper_c
--- patches/patch-source3_client_smbspool_krb5_wrapper_c	17 Apr 2016 17:12:16 -0000	1.1.2.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,16 +0,0 @@
-$OpenBSD: patch-source3_client_smbspool_krb5_wrapper_c,v 1.1.2.1 2016/04/17 17:12:16 jca Exp $
-
-Workaround lack of clearenv(3).
-
---- source3/client/smbspool_krb5_wrapper.c.orig	Sun Apr 10 20:20:07 2016
-+++ source3/client/smbspool_krb5_wrapper.c	Sun Apr 10 20:41:51 2016
-@@ -195,7 +195,8 @@ int main(int argc, char *argv[])
- 	 * Make sure we do not have LD_PRELOAD or other security relevant
- 	 * environment variables set.
- 	 */
--	clearenv();
-+	extern char **environ;
-+	environ = NULL;
- 
- 	CUPS_SMB_DEBUG("Setting KRB5CCNAME to '%s'", gen_cc);
- 	setenv("KRB5CCNAME", gen_cc, 1);
