Re: [SECURITY] samba-4.8.11

2019-04-08 Thread Ian McWilliam
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

Re: [SECURITY] samba-4.8.11

2019-04-08 Thread Ian McWilliam
Did you build with ports-gcc and fail the same way or did it not build at all? I was going to do some tests along this line but haven't had time. -if sys.platform != 'openbsd5': +if not sys.platform.startswith('openbsd'): conf.ADD_LDFLAGS("-Wl,--export-dynamic", testflags=True)

Nwe: devel/cxxtest

2019-04-08 Thread mtw
attached is a tarball for the cxxtest port CxxTest is a unit testing framework for C++ that is similar in spirit to JUnit, CppUnit, and xUnit. CxxTest is easy to use because it does not require precompiling a CxxTest testing library, it employs no advanced features of C++ (e.g. RTTI) and it

Re: update: sysutils/u-boot

2019-04-08 Thread Jonathan Gray
On Tue, Apr 09, 2019 at 02:16:38AM +0200, Krystian Lewandowski wrote: > Hello Jonathan, ports@, > this patch is similar to the one I sent a few months ago. > It adds: > 1. thermal sensor entries for sxitemp > 2. sid entries for sxisid (I sent patch to tech@ recently) > 3. sid ths calibration entry

update: sysutils/u-boot

2019-04-08 Thread Krystian Lewandowski
Hello Jonathan, ports@, this patch is similar to the one I sent a few months ago. It adds: 1. thermal sensor entries for sxitemp 2. sid entries for sxisid (I sent patch to tech@ recently) 3. sid ths calibration entry (updated sxitemp driver can use it) 4. a64 has chip-id added (sysctl hw.uuid)

CVS: cvs.openbsd.org: ports

2019-04-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/04/08 17:31:19 Modified files: lang/php/7.1 : Tag: OPENBSD_6_4 Makefile distinfo lang/php/7.1/patches: Tag: OPENBSD_6_4 patch-php_ini-development lang/php/7.2 : Tag: OPENBSD_6_4

CVS: cvs.openbsd.org: ports

2019-04-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/04/08 17:26:40 Modified files: www/apache-httpd: Tag: OPENBSD_6_4 Makefile Added files: www/apache-httpd/patches: Tag: OPENBSD_6_4

CVS: cvs.openbsd.org: ports

2019-04-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/04/08 17:25:23 Modified files: www/apache-httpd: Makefile Added files: www/apache-httpd/patches: patch-modules_filters_mod_reqtimeout_c Log message: backport Apache httpd fix affecting file

CVS: cvs.openbsd.org: ports

2019-04-08 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/04/08 17:24:11 Modified files: lang/php/7.1 : Makefile distinfo lang/php/7.1/patches: patch-php_ini-development lang/php/7.2 : Makefile distinfo lang/php/7.2/patches:

FIX: net/openvpn-auth-ldap after objc removal

2019-04-08 Thread Christian Weisgerber
Obviously, openvpn-auth-ldap was still picking up some obsolete objc base header files in configure: checking objc/objc.h usability... no checking objc/objc.h presence... no checking for objc/objc.h... no configure: error: Can't locate Objective C runtime headers *** Error 1 This fixes the

Re: [SECURITY] samba-4.8.11

2019-04-08 Thread Christian Weisgerber
Stuart Henderson: > > https://www.samba.org/samba/history/samba-4.8.11.html > > I think we want this for release if possible. I agree. > have you had chance to test on !clang? This must be confirmed. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: Documentation (pkg readme) improvement for mail/dovecot

2019-04-08 Thread Daniel Jakots
On Mon, 8 Apr 2019 20:51:28 +0200, Hiltjo Posthuma wrote: > Below is a patch Yep it's needed. Please cc the maintainer next time and a REVISION bump is needed as well. Probably for post-unlock though

Re: gmaps vs Firefox

2019-04-08 Thread Stuart Henderson
Oh sorry I read that add pkg_add not pkg_info... -- Sent from a phone, apologies for poor formatting. On 8 April 2019 20:10:07 Stuart Henderson wrote: Yes it does. -- Sent from a phone, apologies for poor formatting. On 8 April 2019 19:26:26 "Ted Unangst" wrote: Solene Rapenne wrote:

Re: gmaps vs Firefox

2019-04-08 Thread Stuart Henderson
Yes it does. -- Sent from a phone, apologies for poor formatting. On 8 April 2019 19:26:26 "Ted Unangst" wrote: Solene Rapenne wrote: Did you set MOZ_WEBRENDER=1 as stated in the pkg-readme file which comes with firefox? Semi regular reminder that pkg_info doesn't print this info or

Documentation (pkg readme) improvement for mail/dovecot

2019-04-08 Thread Hiltjo Posthuma
Hi, When installing dovecot with the default config, after generating the certificates and changing login.conf for dovecot according to pkg-readme, dovecot will show the following warning at startup: "Warning: fd limit (ulimit -n) is lower than required under max. load (512 < 1000), because of

Re: gmaps vs Firefox

2019-04-08 Thread Ted Unangst
Solene Rapenne wrote: > Did you set MOZ_WEBRENDER=1 as stated in the pkg-readme file which comes > with firefox? Semi regular reminder that pkg_info doesn't print this info or indicate it exists, nor does it appear to be mentioned in any man page of any tool that I've ever used.

Re: gmaps vs Firefox

2019-04-08 Thread Solene Rapenne
On Mon, Apr 08, 2019 at 10:22:01AM -0600, Austin Hook wrote: > Bcc: Anselm Hook > > Hi Andy, > >I have noticed that in recent months that Google Maps works less and > less well on Firefox/OpenBSD 6.4 Today I find that it virtually just > stalls entirely, especially when trying to move the

[ports-gcc-8] Unbreak x11/qt4

2019-04-08 Thread Charlene Wendling
Hi ports, It's already well-known - x11/qt4 won't build with gcc-8's C++14 default standard. The diff i'm proposing here mostly comes from Debian [1] [2], and simply consists to make gcc-8 pose as gcc-4. While here, i've moved HOMEPAGE to https and made portcheck(1) happy by removing

Re: [hppa] FIX: devel/libowfat

2019-04-08 Thread Gleydson Soares
Hi Brian, If it works for you on your hppa machine it should be OK on enabling it again, as you said after unlock. OK gsoares@ On Mon, Apr 08, 2019 at 12:35:14AM -0400, Brian Callahan wrote: > Hi ports -- > > Obviously for after unlock. devel/libowfat is marked BROKEN-hppa. But it > seems

Re: [SECURITY] samba-4.8.11

2019-04-08 Thread Stuart Henderson
On 2019/04/08 10:57, Jeremie Courreges-Anglas wrote: > > 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? I

[SECURITY] samba-4.8.11

2019-04-08 Thread Jeremie Courreges-Anglas
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

Re: UPDATE: devel/quilt 0.66

2019-04-08 Thread Jeremie Courreges-Anglas
On Wed, Apr 03 2019, "Kent R. Spillner" wrote: > On Tue, Apr 02, 2019 at 09:46:31PM -0400, Brian Callahan wrote: >> Couple things: >> 1. Patch applied with fuzz so re-run `make update-patches' >> 2. When I ran `make update-plist' the PLIST got updated. >> It added a 7z wrapper. So looks like