Add libffi W^X patch to gcc/4.9

2016-05-28 Thread Stuart Henderson
Same libffi patch as applied to the port. With this I can now build (and run) pdftk without tripping W^X violations. OK? Index: Makefile === RCS file: /cvs/ports/lang/gcc/4.9/Makefile,v retrieving revision 1.30 diff -u -p -r1.30

Re: nano 2.5.3 (amd64) crashes

2016-05-28 Thread Christian Weisgerber
David Coppa: > There's also a shorter patch here: > > https://trac.macports.org/export/147973/trunk/dports/editors/nano/files/PR-51201-use-after-free.patch That is problematic because dirname() is allowed to modify the string passed to it, even if our implementation doesn't. I'll just add the

svnserve rc.d script

2016-05-28 Thread Joerg Jung
Hi, please find below a diff which adds a svnserve rc.d script and _svnserve user to devel/subversion. Comments, OKs? Regards, Jörg ps: devel/git could use a similar rc script and user for "git daemon" Index: infrastructure/db/user.list

Re: nano 2.5.3 (amd64) crashes

2016-05-28 Thread David Coppa
On Sat, May 28, 2016 at 4:14 PM, Jeremie Courreges-Anglas wrote: > > cc'ing maintainer > > Scott Vanderbilt writes: > >> On 5/28/2016 6:05 AM, Jeremie Courreges-Anglas wrote: >>> Scott Vanderbilt writes: >>> I just upgraded amd64

Re: Version Bump Request for uGet Download Manager

2016-05-28 Thread Stuart Henderson
On 2016/05/28 11:20, Michael Tunnell wrote: > I'm not sure if this is the proper method for making these requests so I > apologize if it's not. > > I'd like to request that uGet be version bump from 2.0.4 to the latest > version of 2.0.8, released on 16 May, 2016. Ports diff below, but I don't

Re: UPDATE: cad/klogic (Trimming KDE 3)

2016-05-28 Thread Rafael Sadowski
*ping* Don't be scared, everything is better than kde/libs3 ports saved on distfiles.nl ;) Best regards, Rafael On Wed May 04, 2016 at 07:36:09AM +0200, Rafael Sadowski wrote: > Hi ports@, > > after Vadim Zhukov's "Things going to stay for now" - trimming KDE 3 > list I looked in klogic. Here

Re: Add libffi W^X patch to gcc/4.9

2016-05-28 Thread Jeremie Courreges-Anglas
Stuart Henderson writes: > Same libffi patch as applied to the port. With this I can now > build (and run) pdftk without tripping W^X violations. > > OK? ok with me -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: Add libffi W^X patch to gcc/4.9

2016-05-28 Thread Pascal Stumpf
On Sat, 28 May 2016 15:11:15 +0100, Stuart Henderson wrote: > On 2016/05/28 16:02, Jeremie Courreges-Anglas wrote: > > Stuart Henderson writes: > > > > > Same libffi patch as applied to the port. With this I can now > > > build (and run) pdftk without tripping W^X

Re: nano 2.5.3 (amd64) crashes

2016-05-28 Thread Jeremie Courreges-Anglas
cc'ing maintainer Scott Vanderbilt writes: > On 5/28/2016 6:05 AM, Jeremie Courreges-Anglas wrote: >> Scott Vanderbilt writes: >> >>> I just upgraded amd64 snapshots (20 April to 26 May), and refreshed my >>> ports. nano is now dumping core on launch

Re: thunderbird: Unhandleable OOM, W^X violation

2016-05-28 Thread Dutch Ingraham
On Sat, May 28, 2016 at 10:42:26AM -0300, Gleydson Soares wrote: > > Hi Peter, > > Did you have your /usr/local partition mounted with > wxallowed flag? > > By default (on OpenBSD -current) [1], It doesn't allow W^X violation. > > [1] http://marc.info/?l=openbsd-cvs=146437839601863=2 > > //

Re: Add libffi W^X patch to gcc/4.9

2016-05-28 Thread Stuart Henderson
On 2016/05/28 16:02, Jeremie Courreges-Anglas wrote: > Stuart Henderson writes: > > > Same libffi patch as applied to the port. With this I can now > > build (and run) pdftk without tripping W^X violations. > > > > OK? > > ok with me Thanks. OK with you Pascal?

Re: thunderbird: Unhandleable OOM, W^X violation

2016-05-28 Thread Peter N. M. Hansteen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, On 05/28/16 15:42, Gleydson Soares wrote: > Did you have your /usr/local partition mounted with wxallowed > flag? > > By default (on OpenBSD -current) [1], It doesn't allow W^X > violation. > > [1]

Version Bump Request for uGet Download Manager

2016-05-28 Thread Michael Tunnell
I'm not sure if this is the proper method for making these requests so I apologize if it's not. I'd like to request that uGet be version bump from 2.0.4 to the latest version of 2.0.8, released on 16 May, 2016.

Re: thunderbird: Unhandleable OOM, W^X violation

2016-05-28 Thread Scott Vanderbilt
This may be related to a similar issue I had with the 26 May snapshot and the JDK port. The note about fstab on sorted me out. On 5/28/2016 6:22 AM, Peter N. M. Hansteen wrote: Hi, After upgrading to the latest amd64 snapshot and packages,

Re: nano 2.5.3 (amd64) crashes

2016-05-28 Thread Scott Vanderbilt
On 5/28/2016 6:05 AM, Jeremie Courreges-Anglas wrote: Scott Vanderbilt writes: I just upgraded amd64 snapshots (20 April to 26 May), and refreshed my ports. nano is now dumping core on launch with following error: nano(69373) in free(): error: bogus pointer (double

Re: thunderbird: Unhandleable OOM, W^X violation

2016-05-28 Thread Gleydson Soares
Hi Peter, Did you have your /usr/local partition mounted with wxallowed flag? By default (on OpenBSD -current) [1], It doesn't allow W^X violation. [1] http://marc.info/?l=openbsd-cvs=146437839601863=2 // gsoares Peter N. M. Hansteen writes: > Hi, > > After upgrading to

Re: Strip MongoDB binaries, and enable TLS

2016-05-28 Thread Stuart Henderson
On 2016/05/28 13:44, Andrew Aldridge wrote: > I should have noticed before now, but the MongoDB install target is not > stripping binaries, causing them to weigh in at around 500MB each. > > This patch manually invokes the $INSTALL_PROGRAM macro for each built > program rather than going through

Strip MongoDB binaries, and enable TLS

2016-05-28 Thread Andrew Aldridge
I should have noticed before now, but the MongoDB install target is not stripping binaries, causing them to weigh in at around 500MB each. This patch manually invokes the $INSTALL_PROGRAM macro for each built program rather than going through scons. This patch also turns on TLS/SSL support;

Re: Version Bump Request for uGet Download Manager

2016-05-28 Thread Juan Francisco Cantero Hurtado
On Sat, May 28, 2016 at 08:41:51PM +0100, Stuart Henderson wrote: > On 2016/05/28 11:20, Michael Tunnell wrote: > > I'm not sure if this is the proper method for making these requests so I > > apologize if it's not. > > > > I'd like to request that uGet be version bump from 2.0.4 to the latest >

Re: SAMBA crash of smbd(18370) signal 6

2016-05-28 Thread Jeremie Courreges-Anglas
johnw writes: > Hi, my samba server crash a lot, after upgrade from 4.1.x to 4.3/4.x > > (no problem before, running 4.1.x version) > > (my system is running amd64/current with samba package 4.4.3p0) > > I found some error message in "/var/log/samba/log.smbd" like this: > >

Re: nano 2.5.3 (amd64) crashes

2016-05-28 Thread Jeremie Courreges-Anglas
Scott Vanderbilt writes: > I just upgraded amd64 snapshots (20 April to 26 May), and refreshed my > ports. nano is now dumping core on launch with following error: > > nano(69373) in free(): error: bogus pointer (double free?) 0x440e168aca0 > Abort trap (core dumped) > >

thunderbird: Unhandleable OOM, W^X violation

2016-05-28 Thread Peter N. M. Hansteen
Hi, After upgrading to the latest amd64 snapshot and packages, thunderbird failed to start when I tried to invoke it from the xfce menu. Trying again from a shell produces [Sat May 28 15:08:07] peter@elke:~$ thunderbird & [1] 32335 [Sat May 28 15:14:00] peter@elke:~$ out of memory Assertion

CVS: cvs.openbsd.org: ports

2016-05-28 Thread Marc Espie
CVSROOT:/cvs Module name:ports Changes by: es...@cvs.openbsd.org 2016/05/28 02:42:23 Modified files: infrastructure/bin: proot Log message: protect preserved stuff better during the actual copy

CVS: cvs.openbsd.org: ports

2016-05-28 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/05/28 03:10:55 Modified files: geo/gdal : Makefile Log message: Bump to unbreak.

CVS: cvs.openbsd.org: ports

2016-05-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/05/28 15:16:04 Modified files: databases/mongodb: Makefile Log message: Use INSTALL_PROGRAM so that mongodb binaries are stripped as appropriate, and enable SSL support. From Andrew Aldridge plus

CVS: cvs.openbsd.org: ports

2016-05-28 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2016/05/28 15:16:43 Modified files: editors/nano : Makefile Added files: editors/nano/patches: patch-src_files_c Log message: Fix crash when invoking nano with absolute file name. From

CVS: cvs.openbsd.org: ports

2016-05-28 Thread Tim van der Molen
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2016/05/28 15:19:16 Modified files: audio/wavpack : Makefile Log message: Use the new wvtest program for regression testing; from sthen@

CVS: cvs.openbsd.org: ports

2016-05-28 Thread Jonathan Gray
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/05/28 19:35:34 Log message: Import U-Boot 2016.05 U-Boot is a firmware for embedded boards based on PowerPC, ARM, MIPS and several other processors, which can be installed in a boot ROM and

CVS: cvs.openbsd.org: ports

2016-05-28 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2016/05/28 10:37:10 Modified files: www/chromium : Makefile www/iridium: Makefile Log message: add more mojom prebuild targets

CVS: cvs.openbsd.org: ports

2016-05-28 Thread Joerg Jung
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/05/28 13:44:19 Modified files: x11/dstat : Makefile distinfo Log message: update to 0.4

CVS: cvs.openbsd.org: ports

2016-05-28 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2016/05/28 14:05:21 Modified files: net/curl : Makefile distinfo net/curl/pkg : PLIST Removed files: net/curl/patches: patch-lib_vtls_openssl_c Log message: maintenance update to

CVS: cvs.openbsd.org: ports

2016-05-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/05/28 07:59:51 Modified files: graphics/geeqie: Makefile distinfo graphics/geeqie/patches: patch-src_window_c graphics/geeqie/pkg: PLIST Log message: update to geeqie-1.3

CVS: cvs.openbsd.org: ports

2016-05-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/05/28 07:51:18 Modified files: infrastructure/templates: network.conf.template Log message: reorder MASTER_SITES_DEBIAN to put ftp.debian.org first, the previous alphabetic order resulted in a mirror

CVS: cvs.openbsd.org: ports

2016-05-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/05/28 07:47:14 Modified files: sysutils/moreutils: Makefile distinfo sysutils/moreutils/patches: patch-Makefile Log message: update to moreutils-0.59

CVS: cvs.openbsd.org: ports

2016-05-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/05/28 07:40:57 Modified files: devel/py-nose : Makefile Log message: remove USE_GROFF; minor formatting changes only

CVS: cvs.openbsd.org: ports

2016-05-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/05/28 08:26:46 Modified files: sysutils/freeipmi: Makefile distinfo Log message: update to freeipmi-1.5.2

CVS: cvs.openbsd.org: ports

2016-05-28 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2016/05/28 08:49:39 Modified files: www/iridium: Makefile distinfo www/iridium/patches: patch-ash_display_mirror_window_controller_cc

CVS: cvs.openbsd.org: ports

2016-05-28 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/05/28 10:06:14 Modified files: lang/gcc/4.9 : Makefile Added files: lang/gcc/4.9/patches: patch-libffi_src_closures_c Log message: Apply the libffi patch to avoid PROT_WRITE | PROT_EXEC

CVS: cvs.openbsd.org: ports

2016-05-28 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2016/05/28 20:02:13 Modified files: net/py-ftpdlib : Makefile distinfo net/py-ftpdlib/pkg: PLIST Log message: Update to ftpdlib 1.5.1.

CVS: cvs.openbsd.org: ports

2016-05-28 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2016/05/28 19:53:34 Modified files: archivers/lzip/lunzip: Makefile distinfo Log message: Update to lunzip 1.8.

CVS: cvs.openbsd.org: ports

2016-05-28 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2016/05/28 19:56:18 Modified files: www/uget : Makefile distinfo Log message: Update to uget 2.0.8. Remove the gettext module.

CVS: cvs.openbsd.org: ports

2016-05-28 Thread Jonathan Gray
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/05/28 20:42:19 Modified files: sysutils : Makefile Log message: +dtb +u-boot

CVS: cvs.openbsd.org: ports

2016-05-28 Thread Jonathan Gray
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/05/28 20:07:26 Log message: Add a port to build Device Tree Blobs (DTBs) for various ARM/MIPS/PowerPC boards. DTBs are binary representations of Flattened Device Trees (FDTs) that describe