[security fix] chicken-4.11.0p0

2016-08-19 Thread Timo Myyrä
Hi, Here's an security fix for chicken 4.11.0 fixing CVE-2016-6830 and CVE-2016-6831. The patch is a bit large. While here I dropped the patched test file, its not really needed so we could drop it. Timo Index: Makefile.inc === RC

Re: UPDATE: games/eduke32

2016-08-19 Thread Anthony J. Bentley
Hi Ryan, Ryan Freeman writes: > On Wed, Aug 10, 2016 at 11:30:19PM -0700, Ryan Freeman wrote: > > Hey, > > > > Trying this one again, updates eduke32 to a much newer release, moving to > > SDL2 and seems to run very well still on current/amd64. Thanks; I've committed a modified version. > > > U

Re: [NEW] emulators/advancemame

2016-08-19 Thread Anthony J. Bentley
Frederic Cambus writes: > On Sun, Jun 05, 2016 at 10:29:38PM +0200, Frederic Cambus wrote: > > On Sun, Jun 05, 2016 at 05:10:23AM -0600, Anthony J. Bentley wrote: > > > > > Works fine for me on amd64; building on i386 right now. > > > > > > Please figure out what in the build is causing just .o n

Re: go fixes

2016-08-19 Thread Dmitrij D. Czarkoff
Hi! Stuart Henderson wrote: >> Now with go 1.7 in ports it's time to update go libraries. The diff >> below changes lang/go port and module so that go libraries have runtime >> dependency on lang/go, so that they get rebuilt once lang/go is >> updated. > >I think this makes sense, the only other

Brave

2016-08-19 Thread Jordon
I was kind of surprised to see that there was no port for the Brave web browser so I figured this would be a chance to take a stab at making a port. The first thing I discovered about Brave is that it requires nodejs 6.1 or greater and OpenBSD only has a port of the 4.x branch. Ok, lets start t

Update borgbackup to 1.0.7

2016-08-19 Thread Björn Ketelaars
Please find enclosed a diff for updating sysutils/borgbackup to 1.0.7. This version fixes a security issue with remote repository access. Full changelog can be found at https://github.com/borgbackup/borg/blob/1.0-maint/docs/changes.rst Comments/OK? -- Björn Ketelaars GPG key: 0x4F0E5F21 diff

Re: sysclean and puppet - /var/puppetlabs directory

2016-08-19 Thread Sebastien Marie
On Fri, Aug 19, 2016 at 02:27:54PM +0100, Raf Czlonka wrote: > Hi all, > > Not sure which of the packages is "at fault" here but running > 'sysclean -s' (the default), reports '/var/puppetlabs' as an obsolete > directory. sysclean reports the directory because the PLIST of sysutils/ruby-puppet/4

Re: go fixes

2016-08-19 Thread Joel Sing
On Friday 19 August 2016 01:19:22 Dmitrij D. Czarkoff wrote: > Hi! > > Now with go 1.7 in ports it's time to update go libraries. The diff below > changes lang/go port and module so that go libraries have runtime dependency > on lang/go, so that they get rebuilt once lang/go is updated. Ports >

Re: fortran.port.mk diff

2016-08-19 Thread Alexandr Shadchin
On Fri, Aug 19, 2016 at 01:31:46PM +0200, David Coppa wrote: > On Fri, 19 Aug 2016, David Coppa wrote: > > > For the lang/gfortran removal... > > > > OK? > > No way... Here's a working one: > May be also cleanup gcc 2.95 ? -- Alexandr Shadchin Index: fortran.port.mk

sysclean and puppet - /var/puppetlabs directory

2016-08-19 Thread Raf Czlonka
Hi all, Not sure which of the packages is "at fault" here but running 'sysclean -s' (the default), reports '/var/puppetlabs' as an obsolete directory. puppet package is at 4.5.3 version if that makes any difference. Regards, Raf

Re: fortran.port.mk diff

2016-08-19 Thread David Coppa
On Fri, 19 Aug 2016, David Coppa wrote: > For the lang/gfortran removal... > > OK? No way... Here's a working one: Index: infrastructure/mk/fortran.port.mk === RCS file: /cvs/ports/infrastructure/mk/fortran.port.mk,v retrieving rev

Re: PATCH: mail/trojita wxneeded

2016-08-19 Thread David Coppa
On Fri, Aug 19, 2016 at 12:09 PM, Stuart Henderson wrote: > On 2016/08/19 12:01, David Coppa wrote: >> On Fri, 19 Aug 2016, Stuart Henderson wrote: >> >> > On 2016/08/18 22:00, Caspar Schutijser wrote: >> > > Hi, >> > > >> > > trojita violates W^X at runtime. USE_WXNEEDED=Yes does not work in this

Re: PATCH: mail/trojita wxneeded

2016-08-19 Thread Stuart Henderson
On 2016/08/19 12:01, David Coppa wrote: > On Fri, 19 Aug 2016, Stuart Henderson wrote: > > > On 2016/08/18 22:00, Caspar Schutijser wrote: > > > Hi, > > > > > > trojita violates W^X at runtime. USE_WXNEEDED=Yes does not work in this > > > case so I patched CMakeLists.txt. > > > > Unless adding U

Re: PATCH: mail/trojita wxneeded

2016-08-19 Thread David Coppa
On Fri, 19 Aug 2016, Stuart Henderson wrote: > On 2016/08/18 22:00, Caspar Schutijser wrote: > > Hi, > > > > trojita violates W^X at runtime. USE_WXNEEDED=Yes does not work in this > > case so I patched CMakeLists.txt. > > Unless adding USE_WXNEEDED actually breaks things, I thing we should add

Re: go fixes

2016-08-19 Thread Stuart Henderson
On 2016/08/19 01:19, Dmitrij D. Czarkoff wrote: > Hi! > > Now with go 1.7 in ports it's time to update go libraries. The diff below > changes lang/go port and module so that go libraries have runtime dependency > on > lang/go, so that they get rebuilt once lang/go is updated. I think this makes

UPDATE: sysutils/ansible-2.1.1.0

2016-08-19 Thread Frank Groeneveld
Attached patch updates Ansible to 2.1.1.0 to fix an important bug: using the cron modules user argument might result in the root users crontab being cleared, see the following bugreport. https://github.com/ansible/ansible-modules-core/issues/3344 Thanks. Frank Index: Makefile

Re: PATCH: mail/trojita wxneeded

2016-08-19 Thread Stuart Henderson
On 2016/08/18 22:00, Caspar Schutijser wrote: > Hi, > > trojita violates W^X at runtime. USE_WXNEEDED=Yes does not work in this > case so I patched CMakeLists.txt. Unless adding USE_WXNEEDED actually breaks things, I thing we should add it anyway for documentation purposes. I'll test that and com

Re: NEW: devel/gitlab-ci-multi-runner

2016-08-19 Thread Frank Groeneveld
On Tue, Aug 16, 2016 at 09:04:00AM +0200, Frank Groeneveld wrote: > Got some feedback off-list. I've incorporated these fixes (missing >, > added homepage, license on seperate line). Any other comments? Ping? Thanks. Frank gitlab-ci-multi-runner-1.4.1.tar.gz Description: application/tar-gz

Re: PATCH: www/phantomjs wxneeded

2016-08-19 Thread Stuart Henderson
On 2016/08/19 11:42, Francisco de Borja Lopez Rio wrote: > phantomjs comes with its own bundled webkit, so I guess yes. Yep, correct. Committed.

Re: PATCH: www/phantomjs wxneeded

2016-08-19 Thread Francisco de Borja Lopez Rio
On Fri, Aug 19, 2016 at 09:50:14AM +0100, Antoine Jacoutot wrote: > On August 18, 2016 10:08:18 PM GMT+01:00, Caspar Schutijser > wrote: > >Hi, > > > >I don't really use this piece of software but I happened to remember > >that it uses webkit. Simply invoking phantomjs would result in a crash. >

fortran.port.mk diff

2016-08-19 Thread David Coppa
For the lang/gfortran removal... OK? Index: infrastructure/mk/fortran.port.mk === RCS file: /cvs/ports/infrastructure/mk/fortran.port.mk,v retrieving revision 1.12 diff -u -p -r1.12 fortran.port.mk --- infrastructure/mk/fortran.port

Re: PATCH: www/phantomjs wxneeded

2016-08-19 Thread Antoine Jacoutot
On August 18, 2016 10:08:18 PM GMT+01:00, Caspar Schutijser wrote: >Hi, > >I don't really use this piece of software but I happened to remember >that it uses webkit. Simply invoking phantomjs would result in a crash. >Not anymore with the patch below. > >Thanks, >Caspar Schutijser > > >Index: Mak