Re: [OpenBSD] sic pledge patch

2016-08-13 Thread Joerg Jung
On Fri, Aug 12, 2016 at 11:40:12PM +0200, Jeremie Courreges-Anglas wrote: > "Ali H. Fardan" writes: > > > On 2016-08-12 23:03, j...@wxcvbn.org wrote: > >> If you want to do contributions to the ports tree, remember that many > >> ports have a maintainer. This maintainer should

Re: [OpenBSD] sic pledge patch

2016-08-13 Thread Joerg Jung
On Fri, Aug 12, 2016 at 10:03:46PM +0200, Jeremie Courreges-Anglas wrote: > > If you want to do contributions to the ports tree, remember that many > ports have a maintainer. This maintainer should either be contacted > first or Cc'ed when sending a patch to ports. > > Comments and patch

Re: Haskell wxneeded

2016-08-13 Thread Karel Gardas
On Sat, Aug 13, 2016 at 10:47 PM, Matthias Kilian wrote: > Hi Karel, > > On Sat, Aug 13, 2016 at 06:56:39PM +0200, Karel Gardas wrote: >> > $ ./inplace/bin/ghc-stage2 --interactive >> > GHCi, version 8.1.20160812: http://www.haskell.org/ghc/ :? for help >> > Prelude> 1+1

CVS: cvs.openbsd.org: ports

2016-08-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/08/13 15:08:07 Added files: net/ocserv/patches: patch-tests_data_test1_passwd Removed files: net/ocserv/patches: patch-tests_common_sh Log message: fix patch breakage, spotted by naddy

Re: Haskell wxneeded

2016-08-13 Thread Matthias Kilian
Hi Karel, On Sat, Aug 13, 2016 at 06:56:39PM +0200, Karel Gardas wrote: > > $ ./inplace/bin/ghc-stage2 --interactive > > GHCi, version 8.1.20160812: http://www.haskell.org/ghc/ :? for help > > Prelude> 1+1 > > 2 > > Prelude> :q > > Leaving GHCi. > > $ > > > > I'll try to propagate those fixes to

CVS: cvs.openbsd.org: ports

2016-08-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/08/13 13:22:05 Modified files: productivity/ledger: Makefile distinfo productivity/ledger/pkg: DESCR PLIST Added files: productivity/ledger/patches: patch-doc_CMakeLists_txt

CVS: cvs.openbsd.org: ports

2016-08-13 Thread Christian Weisgerber
CVSROOT:/cvs Module name:ports Changes by: na...@cvs.openbsd.org 2016/08/13 13:10:21 Modified files: devel/xulrunner/24: Makefile Added files: devel/xulrunner/24/patches: patch-js_xpconnect_shell_Makefile_in

CVS: cvs.openbsd.org: ports

2016-08-13 Thread Matthias Kilian
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2016/08/13 12:54:58 Modified files: lang/ghc : Makefile Log message: Remove unused CONF_GCC_LD_OPTS_STAGE* from CONFIGURE_ENV.

Re: Haskell wxneeded

2016-08-13 Thread Karel Gardas
> With two small fixes GHC HEAD's GHCi runs with enforced wxneeded on > wxallowed fs: > > $ ./inplace/bin/ghc-stage2 --interactive > GHCi, version 8.1.20160812: http://www.haskell.org/ghc/ :? for help > Prelude> 1+1 > 2 > Prelude> :q > Leaving GHCi. > $ > > I'll try to propagate those fixes to

Re: thunderbird segfault: mmap W^X violation

2016-08-13 Thread Peter N. M. Hansteen
On 08/07/16 13:43, Peter N. M. Hansteen wrote: >> Synopsis:Running post-6.0 amd64 snapshots, thunderbird segfaults at >> startup With the 2016-08-13 snapshot and fresh packages, thunderbird works again. Thanks! -- Peter N. M. Hansteen, member of the first RFC 1149 implementation team

CVS: cvs.openbsd.org: ports

2016-08-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/08/13 09:18:58 Modified files: net/mosquitto : Makefile distinfo net/mosquitto/patches: patch-CMakeLists_txt patch-lib_CMakeLists_txt

CVS: cvs.openbsd.org: ports

2016-08-13 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2016/08/13 09:05:57 Removed files: mail/z-push/patches: patch-backend_zarafa_listfolders_php patch-index_php Log message: remove obsolete patches

CVS: cvs.openbsd.org: ports

2016-08-13 Thread David Coppa
CVSROOT:/cvs Module name:ports Changes by: dco...@cvs.openbsd.org 2016/08/13 09:01:13 Modified files: devel/cmake: Makefile Removed files: devel/cmake/patches: patch-Modules_FindPkgConfig_cmake Log message: Revert previous, it was causing breakage to some

CVS: cvs.openbsd.org: ports

2016-08-13 Thread Theo Buehler
CVSROOT:/cvs Module name:ports Changes by: t...@cvs.openbsd.org2016/08/13 08:00:00 Modified files: x11/slock : Makefile x11/slock/patches: patch-config_mk Added files: x11/slock/patches: patch-slock_c Log message: Make sure the password is

Re: x11/slock: clear passwords with explicit_bzero

2016-08-13 Thread Gleydson Soares
Theo Buehler writes: > > > A patch to change this has been applied to upstream slock (latest git), > > see: > > http://git.suckless.org/slock/commit/?id=a7afade1701a809f6a33b53525d59dd29b38d381 > > > > I have imported explicit_bzero.c from libressl-portable. > > Very cool,

Re: NEW: sysutils/bitrot

2016-08-13 Thread Stuart Henderson
On 2016/08/13 11:02, Jeremie Courreges-Anglas wrote: > Stuart Henderson writes: > > > On 2016/08/13 00:31, Jeremie Courreges-Anglas wrote: > >> Almost, the PLIST needs manual intervention after running ''make plist''. > > > > Tip for python things: after 'make fake', do

Re: x11/slock: clear passwords with explicit_bzero

2016-08-13 Thread Theo Buehler
> A patch to change this has been applied to upstream slock (latest git), > see: > http://git.suckless.org/slock/commit/?id=a7afade1701a809f6a33b53525d59dd29b38d381 > > I have imported explicit_bzero.c from libressl-portable. Very cool, thank you! Patch makes sense to me as it is. Is there a

Problem installing cfengine: bogus symlink bin/cf-agent

2016-08-13 Thread Turvamies IT Security Services
Hello! Running the CURRENT version of OpenBSD, installing cfengine fails both from ports and from binary packages. Googling has not produced solutions. We've removed the partial installation, compiled the package using ports tree etc. Any ideas, anyone? # pkg_add cfengine quirks-2.243

CVS: cvs.openbsd.org: ports

2016-08-13 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2016/08/13 04:03:25 Modified files: mail/zarafa: Makefile.inc Log message: missed from the previous commit, update to 7.2.4

Re: x11/slock: clear passwords with explicit_bzero

2016-08-13 Thread Hiltjo Posthuma
On Sat, Jul 30, 2016 at 06:07:57PM +0200, Theo Buehler wrote: > Currently, slock only clears the entered passwd buffer as part of > auth_userokay(3). If the user aborts the password entry with ESC or > clears the entered password with multiple backspaces, a cleartext > copy of the entered password

Re: Haskell wxneeded

2016-08-13 Thread Karel Gardas
On Sat, Aug 13, 2016 at 7:47 AM, Karel Gardas wrote: >>> Perhaps this is just intended behavior somehow as kernel complains on >>> console with: >>> >>> /home/karel/src/ghc-head-openbsd-wxneeded/inplace/lib/bin/ghc-stage2(94953): >>> W^X binary outside wxallowed mountpoint >>>

Re: NEW: sysutils/bitrot

2016-08-13 Thread Jeremie Courreges-Anglas
Stuart Henderson writes: > On 2016/08/13 00:31, Jeremie Courreges-Anglas wrote: >> Almost, the PLIST needs manual intervention after running ''make plist''. > > Tip for python things: after 'make fake', do 'make REVISION=99 plist" to avoid > the FULLPKGNAME bits in PLIST.

CVS: cvs.openbsd.org: ports

2016-08-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/08/13 02:51:21 Modified files: devel/ruby-deep_merge: Makefile distinfo devel/ruby-deep_merge/pkg: PLIST Log message: update to deep_merge-1.1.1

CVS: cvs.openbsd.org: ports

2016-08-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/08/13 02:49:54 Modified files: devel/spice-protocol: Makefile distinfo Log message: update to spice-protocol-0.12.12

CVS: cvs.openbsd.org: ports

2016-08-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/08/13 02:42:22 Modified files: devel/hub : Makefile sysutils/beats : Makefile.inc Log message: it's no longer needed to set GO15VENDOREXPERIMENT since we have go 1.6

CVS: cvs.openbsd.org: ports

2016-08-13 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/08/13 01:40:43 Modified files: devel/cargo: Makefile lang/rust : Makefile Log message: Sebastien drops MAINTAINERship for lack of time... any takers ? Thanks for your work on it !