Running as a file server Still Works For Me(tm)...

Apr  9 15:31:08 ianm-openbsd smbd[84744]: [2019/04/09 15:31:08.911995,  0] 
../lib/util/become_daemon.c:136(daemon_ready)
Apr  9 15:31:08 ianm-openbsd smbd[84744]:   daemon_ready: daemon 'smbd' 
finished starting up and ready to serve connections
Apr  9 15:31:09 ianm-openbsd nmbd[90687]: [2019/04/09 15:31:09.425776,  0] 
../lib/util/become_daemon.c:136(daemon_ready)
Apr  9 15:31:09 ianm-openbsd nmbd[90687]:   daemon_ready: daemon 'nmbd' 
finished starting up and ready to serve connections

Apr  9 15:31:42 ianm-openbsd nmbd[90687]:   Samba name server IANM-OPENBSD is 
now a local master browser for workgroup IANM-TEST on subnet 172.16.28.120
Apr  9 15:31:42 ianm-openbsd nmbd[90687]:
Apr  9 15:31:42 ianm-openbsd nmbd[90687]:   *****

[2019/04/09 15:35:23.160475,  3] 
../source3/smbd/password.c:144(register_homes_share)
  Adding homes service for user 'ianm' using home directory: '/usr/home/ianm'
[2019/04/09 15:35:23.160666,  3] ../source3/param/loadparm.c:1568(lp_add_home)
  adding home's share [ianm] for user 'ianm' at '/usr/home/ianm'

Ian McWilliam

________________________________
From: owner-po...@openbsd.org <owner-po...@openbsd.org> on behalf of Jeremie 
Courreges-Anglas <j...@wxcvbn.org>
Sent: Monday, 8 April 2019 6:57 PM
To: ports
Cc: Ian McWilliam; Christian Weisgerber; Stuart Henderson
Subject: [SECURITY] samba-4.8.11


Hi,

samba-4.8.11 has just been released:

  https://www.samba.org/samba/history/samba-4.8.11.html

samba might be crippled right now, I'd prefer to put this in right now
for 6.5 (and backport the update to 6.4).

ok?


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/samba/Makefile,v
retrieving revision 1.269
diff -u -p -r1.269 Makefile
--- Makefile    10 Mar 2019 18:08:05 -0000      1.269
+++ Makefile    8 Apr 2019 08:55:22 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.269 2019/03/10 18:08:05 jca Exp $

-VERSION =              4.8.9
+VERSION =              4.8.11
 DISTNAME =              samba-${VERSION}

 COMMENT-main =          SMB and CIFS client and server for UNIX
@@ -17,11 +17,10 @@ PKGNAME-docs =              samba-docs-${VERSION}

 PKG_ARCH-docs =         *

-LDB_V =                        1.3.6
+LDB_V =                        1.3.8
 TEVENT_V =              0.9.36

-REVISION-ldb =         6
-REVISION-tevent =      5
+REVISION-tevent =      6

 SHARED_LIBS =           asn1-samba4             0.0 \
                         com_err-samba4          0.0 \
@@ -48,12 +47,12 @@ SHARED_LIBS =               asn1-samba4             0.0 \
                         samba-credentials       0.2 \
                         samba-errors            1.0 \
                         samba-hostconfig        4.0 \
-                       samba-passdb            2.0 \
+                       samba-passdb            2.1 \
                         samba-policy            0.0 \
                         samba-util              3.2 \
                         samdb                   0.1 \
                         smbclient               4.2 \
-                       smbconf                 5.0 \
+                       smbconf                 5.1 \
                         smbldap                 0.1 \
                         tevent                  0.4 \
                         tevent-util             1.0 \
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/samba/distinfo,v
retrieving revision 1.74
diff -u -p -r1.74 distinfo
--- distinfo    10 Mar 2019 18:08:05 -0000      1.74
+++ distinfo    8 Apr 2019 08:55:22 -0000
@@ -1,2 +1,2 @@
-SHA256 (samba-4.8.9.tar.gz) = rSrPa+1DbBJTFKBU8FiTCOtmSsPZbPsC0F5lSkTgnIA=
-SIZE (samba-4.8.9.tar.gz) = 17750151
+SHA256 (samba-4.8.11.tar.gz) = 0pSo10VdfSUte6/JxHSFXqbg6+VZw7q80wOlwk5YcQo=
+SIZE (samba-4.8.11.tar.gz) = 17761896
Index: patches/patch-source3_wscript
===================================================================
RCS file: /cvs/ports/net/samba/patches/patch-source3_wscript,v
retrieving revision 1.7
diff -u -p -r1.7 patch-source3_wscript
--- patches/patch-source3_wscript       11 Jun 2018 11:59:51 -0000      1.7
+++ patches/patch-source3_wscript       8 Apr 2019 08:55:22 -0000
@@ -15,7 +15,7 @@ Index: source3/wscript
          conf.ADD_LDFLAGS("-Wl,--export-dynamic", testflags=True)

      # We crash without vfs_default
-@@ -1531,6 +1531,7 @@ main() {
+@@ -1534,6 +1534,7 @@ main() {

      conf.CHECK_CODE('void seekdir(DIR *d, long loc) { return; }',
                      'SEEKDIR_RETURNS_VOID',


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

Reply via email to