CVS: cvs.openbsd.org: ports

2016-03-24 Thread Lawrence Teo
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2016/03/24 19:15:43

Modified files:
security   : Makefile 

Log message:
+ssdeep



CVS: cvs.openbsd.org: ports

2016-03-24 Thread Lawrence Teo
CVSROOT:/cvs
Module name:ports
Changes by: l...@cvs.openbsd.org2016/03/24 19:11:40

Log message:
import security/ssdeep

ssdeep is a fuzzy hashing program and library that is useful for finding
almost identical files.

From pkg/DESCR:
"ssdeep is a program for computing context triggered piecewise hashes 
(CTPH).
Also called fuzzy hashes, CTPH can match inputs that have homologies.  Such
inputs have sequences of identical bytes in the same order, although bytes
in between these sequences may be different in both content and length.

The package also includes a fuzzy hashing API, which is documented in the
README file."

ok mmcc@ zhuk@

Status:

Vendor Tag: lteo
Release Tags:   lteo_20160324

N ports/security/ssdeep/Makefile
N ports/security/ssdeep/distinfo
N ports/security/ssdeep/pkg/PLIST
N ports/security/ssdeep/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2016-03-24 Thread Giovanni Bechis
CVSROOT:/cvs
Module name:ports
Changes by: giova...@cvs.openbsd.org2016/03/24 15:56:38

Modified files:
devel/p5-DateTime-Format-MySQL: Makefile distinfo 

Log message:
minor bugfix update to 0.06



Re: CVS: cvs.openbsd.org: ports

2016-03-24 Thread Matthias Kilian
On Thu, Mar 24, 2016 at 02:32:57PM -0600, Matthias Kilian wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   k...@cvs.openbsd.org2016/03/24 14:32:57
> 
> Modified files:
>   lang/ghc   : Makefile distinfo 
> 
> Log message:
> New bootstrappers.

That was a brilliant waste of time. I think my system was still
pre-libc.so.85.0 :-(

(Building the bootstrapper takes 45 minutes, testing wether the normal
ghc ports builds with it and still works takes another 90 minutes, which
sums up to 270 minutes doing it for 2 archs)

Ciao,
Kili



CVS: cvs.openbsd.org: ports

2016-03-24 Thread Giovanni Bechis
CVSROOT:/cvs
Module name:ports
Changes by: giova...@cvs.openbsd.org2016/03/24 15:10:29

Modified files:
net/p5-Net-Whois-Raw: Makefile distinfo 

Log message:
Update to 2.93
fixes .ru tld
add new tlds



Re: CVS: cvs.openbsd.org: ports

2016-03-24 Thread Vadim Zhukov
2016-03-24 23:55 GMT+03:00 Giovanni Bechis :
> On Thu, Mar 24, 2016 at 02:53:34PM -0600, Vadim Zhukov wrote:
>> CVSROOT:  /cvs
>> Module name:  ports
>> Changes by:   z...@cvs.openbsd.org2016/03/24 14:53:34
>>
>> Modified files:
>>   net/nmap   : Makefile distinfo
>>
>> Log message:
>> Minor update to 7.11 from maintainer David Carlier, thanks!
>>
>> okay jca@
>
> you beat me, I was going to commit it as well.

You take even ones, I take odd ones, okay? :)



Re: CVS: cvs.openbsd.org: ports

2016-03-24 Thread Giovanni Bechis
On Thu, Mar 24, 2016 at 02:53:34PM -0600, Vadim Zhukov wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   z...@cvs.openbsd.org2016/03/24 14:53:34
> 
> Modified files:
>   net/nmap   : Makefile distinfo 
> 
> Log message:
> Minor update to 7.11 from maintainer David Carlier, thanks!
> 
> okay jca@
> 
you beat me, I was going to commit it as well.
 Cheers
  Giovanni



CVS: cvs.openbsd.org: ports

2016-03-24 Thread Vadim Zhukov
CVSROOT:/cvs
Module name:ports
Changes by: z...@cvs.openbsd.org2016/03/24 14:53:34

Modified files:
net/nmap   : Makefile distinfo 

Log message:
Minor update to 7.11 from maintainer David Carlier, thanks!

okay jca@



CVS: cvs.openbsd.org: ports

2016-03-24 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2016/03/24 14:32:57

Modified files:
lang/ghc   : Makefile distinfo 

Log message:
New bootstrappers.



CVS: cvs.openbsd.org: ports

2016-03-24 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2016/03/24 14:32:25

Modified files:
lang/ghc/files : Process.hsc 

Log message:
Switch the manpage link for pledge(2) to man.openbsd.org.



CVS: cvs.openbsd.org: ports

2016-03-24 Thread Ricardo Mestre
CVSROOT:/cvs
Module name:ports
Changes by: mes...@cvs.openbsd.org  2016/03/24 14:04:25

Modified files:
net/mcabber: Makefile 
net/mcabber/pkg: DESCR PLIST 
Added files:
net/mcabber/patches: patch-mcabber_main_c 

Log message:
This patch introduces pledge(2) to mcabber with the following promises:

rpath/wpath/cpath/fattr: it needs to read, write and create files and set the
correct attributes
inet/dns: network application needs both promises
tty: ncurses is used for the interface so it needs this
proc/exec: this is only needed if events are configured in the config files

In order to apply this we have disabled modules support since it would need to
load libraries dinamically and therefore prot_exec promise would be needed but
that is not a good strategy. This is mentioned in DESCR to reflect the change.

OK tim@ after his suggestions and also OK by the maintainer Markus Hennecke
since no users objected this change.



CVS: cvs.openbsd.org: ports

2016-03-24 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2016/03/24 08:57:34

Modified files:
net/p5-Socket6 : Makefile distinfo 

Log message:
update p5-Socket6 to 0.27



CVS: cvs.openbsd.org: ports

2016-03-24 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2016/03/24 07:21:45

Modified files:
devel/jsoncpp  : Makefile distinfo 
devel/jsoncpp/pkg: PLIST 
Added files:
devel/jsoncpp/patches: patch-include_json_config_h 
Removed files:
devel/jsoncpp/patches: patch-src_lib_json_json_reader_cpp 
   patch-src_lib_json_json_writer_cpp 
   patch-src_test_lib_json_main_cpp 

Log message:
Update to jsoncpp-1.7.1



CVS: cvs.openbsd.org: ports

2016-03-24 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2016/03/24 07:22:21

Modified files:
devel/cmake: cmake.port.mk 

Log message:
sync



CVS: cvs.openbsd.org: ports

2016-03-24 Thread Jonathan Gray
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2016/03/24 07:16:32

Modified files:
lang/gcc/4.9   : Makefile 
lang/gcc/4.9/patches: patch-gcc_config_arm_openbsd_h 

Log message:
Change the default gcc arm arch target from strongarm (armv4) to
arm9e (armv5te w/o xscale extensions).  We no longer support anything
less than armv5te and this allows some additional instructions.

-mthumb-interwork remains off by default.

Same change made to base gcc works here as well.

ok pascal@



CVS: cvs.openbsd.org: ports

2016-03-24 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2016/03/24 06:28:42

Modified files:
net/prosody: Makefile 
Added files:
net/prosody/patches: patch-prosody 

Log message:
Workaround for prosody / luasec-0.6 incompatibility.

Before that, prosody would fail to load luasec, resulting in no TLS
support available.  Diff cooked by Henrik Friedrichsen (maintainer),
ok gsoares@



CVS: cvs.openbsd.org: ports

2016-03-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/03/24 03:48:44

Modified files:
graphics/gphoto2: Makefile distinfo 
graphics/gphoto2/pkg: PLIST 

Log message:
Update to gphoto-2.5.10.



CVS: cvs.openbsd.org: ports

2016-03-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/03/24 03:48:17

Modified files:
graphics/libgphoto2: Makefile distinfo 
graphics/libgphoto2/patches: 
 
patch-libgphoto2_port_gphoto2_gphoto2-port-portability_h 
 patch-libgphoto2_port_usb_libusb_c 
graphics/libgphoto2/pkg: PLIST 

Log message:
Update to libgphoto-2.5.10.



CVS: cvs.openbsd.org: ports

2016-03-24 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/03/24 01:30:02

Modified files:
print/cups-filters: Makefile distinfo 
print/cups-filters/pkg: PLIST 

Log message:
Update to cups-filters-1.8.3.