Ian Mcwilliam <i.mcwill...@westernsydney.edu.au> writes:

> ping

ditto

6.0 is approaching, I'd prefer not to do a version jump on the -stable
branch, and I'm not in position to test this right now.

Diff below again, for convenience.

> Ian McWilliam
>
> ________________________________________
> From: owner-po...@openbsd.org [owner-po...@openbsd.org] on behalf of Ian 
> Mcwilliam [i.mcwill...@westernsydney.edu.au]
> Sent: Thursday, 23 June 2016 9:44 AM
> To: ports@openbsd.org
> Subject: Update Samba 4.4.4
>
> Here's an update for Samba 4.4.4. Seems to be a bug fix update no CVE's seen.
>
> https://www.samba.org/samba/history/samba-4.4.4.html
>
> Tests welcome.
>
> Ian McWilliam
>

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/samba/Makefile,v
retrieving revision 1.225
diff -u -p -u -p -r1.225 Makefile
--- Makefile    15 May 2016 01:10:07 -0000      1.225
+++ Makefile    22 Jun 2016 04:17:51 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.225 2016/05/15 01:10:07 jca Exp $
 
-VERSION =              4.4.3
+VERSION =              4.4.4
 DISTNAME =             samba-${VERSION}
 
 COMMENT-main =         SMB and CIFS client and server for UNIX
@@ -15,7 +15,6 @@ PKGNAME-tevent =      tevent-${TEVENT_V}
 PKGNAME-util =         samba-util-${VERSION}
 PKGNAME-docs =         samba-docs-${VERSION}
 
-REVISION-main =                0
 REVISION-ldb =         0
 REVISION-tevent =      0
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/samba/distinfo,v
retrieving revision 1.51
diff -u -p -u -p -r1.51 distinfo
--- distinfo    6 May 2016 11:34:42 -0000       1.51
+++ distinfo    22 Jun 2016 04:17:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (samba-4.4.3.tar.gz) = Ax5q2m0V3q5oUIRe7UFJevMiB/tnnWxsdPGazJnUN7o=
-SIZE (samba-4.4.3.tar.gz) = 20705861
+SHA256 (samba-4.4.4.tar.gz) = Ji+e2rvRwBEoGbUGNxhYjCKw7kwaL2SPefIz/fuiXIs=
+SIZE (samba-4.4.4.tar.gz) = 20711340
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        25 Apr 2016 
15:01:29 -0000      1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,16 +0,0 @@
-$OpenBSD: patch-source3_client_smbspool_krb5_wrapper_c,v 1.2 2016/04/25 
15:01:29 jca Exp $
-
-Workaround lack of clearenv(3).
-
---- source3/client/smbspool_krb5_wrapper.c.orig        Mon Apr 25 10:31:47 2016
-+++ source3/client/smbspool_krb5_wrapper.c     Mon Apr 25 16:55:21 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 = calloc(1, sizeof(*environ));
- 
-       CUPS_SMB_DEBUG("Setting KRB5CCNAME to '%s'", gen_cc);
-       setenv("KRB5CCNAME", gen_cc, 1);


-- 
jca | PGP: 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to