Re: [UPDATE] sysutils/sleuthkit

2017-10-31 Thread nigel
On 10/31/17 15:47, Remi Pointel wrote:
> Hi,
> 
> this is the diff to update sleuthkit to latest release.
> 
> Ok?
> 
> Cheers,
> 
> Remi.
Did you base this on my update sent to ports@ below

Look like a no, naddy@ complained about the version 4.3.0
not using gnu CONFIGURE_STYLE, sthen@ suggested shared library 
version should be updated, and not sure without checking 4.5.0 
but I found sqlite3 was needed. Also dropped using cppunit.

diff -u -p -r1.21 Makefile
--- Makefile26 Jul 2017 22:45:30 -  1.21
+++ Makefile7 Sep 2017 21:13:24 -
@@ -2,11 +2,10 @@
 
 COMMENT=   forensic toolkit based on TCT
 
-DISTNAME=  sleuthkit-4.3.0
+DISTNAME=  sleuthkit-4.4.2
 CATEGORIES=sysutils security
-REVISION=  0
 
-SHARED_LIBS += tsk 0.0 # 14.0
+SHARED_LIBS += tsk 1.0 # 16.1
 
 HOMEPAGE=  http://www.sleuthkit.org/
 
@@ -18,17 +17,19 @@ PERMIT_PACKAGE_FTP= Yes
 
 MASTER_SITES = 
https://github.com/sleuthkit/sleuthkit/releases/download/${DISTNAME}/
 
-WANTLIB += c m pthread ${COMPILER_LIBCXX} z
+WANTLIB += c m pthread ${COMPILER_LIBCXX} sqlite3 z
 
-CONFIGURE_STYLE =  simple
+CONFIGURE_STYLE =  gnu
 
 CONFIGURE_ARGS +=  --mandir='${PREFIX}/man' \
--disable-java \
--without-afflib \
--without-libewf
 
-BUILD_DEPENDS= devel/cppunit
+CONFIGURE_ENV =ac_cv_path_CPPUNIT_CONFIG=no
+
 RUN_DEPENDS=   converters/p5-DateManip
+LIB_DEPENDS =  databases/sqlite3
 
 NO_TEST =  Yes
 



new devel/p5-Term-Table

2017-10-31 Thread Alexander Bluhm
Hi,

ok to import p5-Term-Table 0.012 ?

Comment:
format a header and rows into a table

Description:
This is used by some failing tests to provide diagnostics about
what has gone wrong.  This module is able to generic format rows
of data into tables.

bluhm


p5-Term-Table.tgz
Description: application/tar-gz


CVS: cvs.openbsd.org: ports

2017-10-31 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2017/10/31 16:14:17

Modified files:
devel  : Makefile 

Log message:
+p5-Sub-Info



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2017/10/31 16:08:32

Log message:
import p5-Sub-Info 0.002
OK sthen@ benoit@

Comment:
tool for inspecting subroutines

Description:
Tool to inspect subroutines.  It returns a hashref with information
about the sub.

Status:

Vendor Tag: bluhm
Release Tags:   bluhm_20171031

N ports/devel/p5-Sub-Info/Makefile
N ports/devel/p5-Sub-Info/distinfo
N ports/devel/p5-Sub-Info/pkg/PLIST
N ports/devel/p5-Sub-Info/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2017/10/31 15:38:28

Modified files:
sysutils/sleuthkit: Makefile distinfo 
sysutils/sleuthkit/pkg: PLIST 

Log message:
update sleuthkit to 4.5.0.
ok nigel@.



Re: [UPDATE] sysutils/sleuthkit

2017-10-31 Thread nigel
On 10/31/17 15:47, Remi Pointel wrote:
> Hi,
> 
> this is the diff to update sleuthkit to latest release.
> 
> Ok?
> 
> Cheers,
> 
> Remi.

ccpunit - just reminded myself, I removed as used for testing, and
Makefile has NO_TEST=yes, testing has to be done manually.

Thanks, and Ok



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2017/10/31 15:23:01

Modified files:
multimedia/kguitar: Makefile distinfo 
multimedia/kguitar/pkg: PLIST 
Added files:
multimedia/kguitar/patches: patch-kguitar_global_h 
patch-kguitar_shell_org_kde_kguitar_desktop 
Removed files:
multimedia/kguitar/patches: patch-Makefile_in patch-configure 
patch-kguitar_convertgp3_cpp 
patch-kguitar_convertgtp_cpp 

Log message:
Update kguitar to -20170809 (Github commit date)

- Switch to Github / https://github.com/pavelliavonau/kguitar
- Switch from KDE3/Qt3 to KF5/Qt5
- Reorder and cleanup Makefile

Feedback and ok pascal@ (maintainer)



Re: [UPDATE] sysutils/sleuthkit

2017-10-31 Thread Remi Pointel

On 10/31/17 18:35, ni...@openbsd.org wrote:

On 10/31/17 15:47, Remi Pointel wrote:

Hi,

this is the diff to update sleuthkit to latest release.

Ok?

Cheers,

Remi.

Did you base this on my update sent to ports@ below

Look like a no, naddy@ complained about the version 4.3.0
not using gnu CONFIGURE_STYLE, sthen@ suggested shared library
version should be updated, and not sure without checking 4.5.0
but I found sqlite3 was needed. Also dropped using cppunit.



Hi,

sorry I forgot it. Are you ok with this diff?

Cheers,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/sysutils/sleuthkit/Makefile,v
retrieving revision 1.21
diff -u -p -u -p -r1.21 Makefile
--- Makefile	26 Jul 2017 22:45:30 -	1.21
+++ Makefile	31 Oct 2017 19:59:10 -
@@ -2,11 +2,10 @@
 
 COMMENT=		forensic toolkit based on TCT
 
-DISTNAME=		sleuthkit-4.3.0
+DISTNAME=		sleuthkit-4.5.0
 CATEGORIES=		sysutils security
-REVISION=		0
 
-SHARED_LIBS +=		tsk	0.0 # 14.0
+SHARED_LIBS +=		tsk	1.0 # 17.0
 
 HOMEPAGE=		http://www.sleuthkit.org/
 
@@ -18,17 +17,18 @@ PERMIT_PACKAGE_FTP=	Yes
 
 MASTER_SITES =		https://github.com/sleuthkit/sleuthkit/releases/download/${DISTNAME}/
 
-WANTLIB += 		c m pthread ${COMPILER_LIBCXX} z
+WANTLIB += 		c m pthread ${COMPILER_LIBCXX} sqlite3 z
 
-CONFIGURE_STYLE =	simple
+CONFIGURE_STYLE =	gnu
 
 CONFIGURE_ARGS += 	--mandir='${PREFIX}/man' \
 			--disable-java \
 			--without-afflib \
 			--without-libewf
 
-BUILD_DEPENDS=		devel/cppunit
-RUN_DEPENDS=		converters/p5-DateManip
+CONFIGURE_ENV =		ac_cv_path_CPPUNIT_CONFIG=no
+RUN_DEPENDS =		converters/p5-DateManip
+LIB_DEPENDS =		databases/sqlite3
 
 NO_TEST =		Yes
 
Index: distinfo
===
RCS file: /cvs/ports/sysutils/sleuthkit/distinfo,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 distinfo
--- distinfo	10 Oct 2016 18:58:38 -	1.11
+++ distinfo	31 Oct 2017 19:59:10 -
@@ -1,2 +1,2 @@
-SHA256 (sleuthkit-4.3.0.tar.gz) = mJxpGD5Le+w3NGQlOIAs3KvjRqbcrTHN5F7ry5v8GR8=
-SIZE (sleuthkit-4.3.0.tar.gz) = 8539568
+SHA256 (sleuthkit-4.5.0.tar.gz) = 906xbnF1mAVqVmSuhC2KzSdqz8NA6Ou9h9CUgWfniaw=
+SIZE (sleuthkit-4.5.0.tar.gz) = 8611141
Index: pkg/PLIST
===
RCS file: /cvs/ports/sysutils/sleuthkit/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 PLIST
--- pkg/PLIST	10 Oct 2016 18:58:38 -	1.8
+++ pkg/PLIST	31 Oct 2017 19:59:10 -
@@ -33,10 +33,11 @@ bin/sorter
 @bin bin/tsk_gettimes
 @bin bin/tsk_loaddb
 @bin bin/tsk_recover
+@bin bin/usnjls
 include/tsk/
 include/tsk/auto/
-include/tsk/auto/sqlite3.h
 include/tsk/auto/tsk_auto.h
+include/tsk/auto/tsk_is_image_supported.h
 include/tsk/base/
 include/tsk/base/tsk_base.h
 include/tsk/base/tsk_os.h
@@ -94,6 +95,7 @@ lib/libtsk.la
 @man man/man1/tsk_gettimes.1
 @man man/man1/tsk_loaddb.1
 @man man/man1/tsk_recover.1
+@man man/man1/usnjls.1
 share/tsk/
 share/tsk/sorter/
 share/tsk/sorter/default.sort


correct PLIST for devel/py-future with Python 2

2017-10-31 Thread Remi Pointel

Hi,

I have a problem to use py-future in Python 2, it seems that not all 
files are installed.


Are you ok with this diff?

Cheers,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/devel/py-future/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 Makefile
--- Makefile	23 Oct 2017 13:36:23 -	1.1.1.1
+++ Makefile	31 Oct 2017 19:54:23 -
@@ -5,6 +5,7 @@ COMMENT =	compatibility layer between Py
 MODPY_EGG_VERSION =	0.16.0
 DISTNAME =	future-${MODPY_EGG_VERSION}
 PKGNAME =	py-${DISTNAME}
+REVISION =	0
 
 CATEGORIES =	devel
 HOMEPAGE =	http://python-future.org/
Index: pkg/PFRAG.no-python3
===
RCS file: pkg/PFRAG.no-python3
diff -N pkg/PFRAG.no-python3
--- /dev/null	1 Jan 1970 00:00:00 -
+++ pkg/PFRAG.no-python3	31 Oct 2017 19:54:23 -
@@ -0,0 +1,80 @@
+@comment $OpenBSD$
+lib/python${MODPY_VERSION}/site-packages/_dummy_thread/
+lib/python${MODPY_VERSION}/site-packages/_dummy_thread/__init__.py
+lib/python${MODPY_VERSION}/site-packages/_dummy_thread/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/_markupbase/
+lib/python${MODPY_VERSION}/site-packages/_markupbase/__init__.py
+lib/python${MODPY_VERSION}/site-packages/_markupbase/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/_thread/
+lib/python${MODPY_VERSION}/site-packages/_thread/__init__.py
+lib/python${MODPY_VERSION}/site-packages/_thread/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/builtins/
+lib/python${MODPY_VERSION}/site-packages/builtins/__init__.py
+lib/python${MODPY_VERSION}/site-packages/builtins/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/copyreg/
+lib/python${MODPY_VERSION}/site-packages/copyreg/__init__.py
+lib/python${MODPY_VERSION}/site-packages/copyreg/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/html/
+lib/python${MODPY_VERSION}/site-packages/html/__init__.py
+lib/python${MODPY_VERSION}/site-packages/html/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/html/entities.py
+lib/python${MODPY_VERSION}/site-packages/html/entities.pyc
+lib/python${MODPY_VERSION}/site-packages/html/parser.py
+lib/python${MODPY_VERSION}/site-packages/html/parser.pyc
+lib/python${MODPY_VERSION}/site-packages/http/
+lib/python${MODPY_VERSION}/site-packages/http/__init__.py
+lib/python${MODPY_VERSION}/site-packages/http/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/http/client.py
+lib/python${MODPY_VERSION}/site-packages/http/client.pyc
+lib/python${MODPY_VERSION}/site-packages/http/cookiejar.py
+lib/python${MODPY_VERSION}/site-packages/http/cookiejar.pyc
+lib/python${MODPY_VERSION}/site-packages/http/cookies.py
+lib/python${MODPY_VERSION}/site-packages/http/cookies.pyc
+lib/python${MODPY_VERSION}/site-packages/http/server.py
+lib/python${MODPY_VERSION}/site-packages/http/server.pyc
+lib/python${MODPY_VERSION}/site-packages/queue/
+lib/python${MODPY_VERSION}/site-packages/queue/__init__.py
+lib/python${MODPY_VERSION}/site-packages/queue/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/reprlib/
+lib/python${MODPY_VERSION}/site-packages/reprlib/__init__.py
+lib/python${MODPY_VERSION}/site-packages/reprlib/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/socketserver/
+lib/python${MODPY_VERSION}/site-packages/socketserver/__init__.py
+lib/python${MODPY_VERSION}/site-packages/socketserver/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/tkinter/
+lib/python${MODPY_VERSION}/site-packages/tkinter/__init__.py
+lib/python${MODPY_VERSION}/site-packages/tkinter/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/tkinter/colorchooser.py
+lib/python${MODPY_VERSION}/site-packages/tkinter/colorchooser.pyc
+lib/python${MODPY_VERSION}/site-packages/tkinter/commondialog.py
+lib/python${MODPY_VERSION}/site-packages/tkinter/commondialog.pyc
+lib/python${MODPY_VERSION}/site-packages/tkinter/constants.py
+lib/python${MODPY_VERSION}/site-packages/tkinter/constants.pyc
+lib/python${MODPY_VERSION}/site-packages/tkinter/dialog.py
+lib/python${MODPY_VERSION}/site-packages/tkinter/dialog.pyc
+lib/python${MODPY_VERSION}/site-packages/tkinter/dnd.py
+lib/python${MODPY_VERSION}/site-packages/tkinter/dnd.pyc
+lib/python${MODPY_VERSION}/site-packages/tkinter/filedialog.py
+lib/python${MODPY_VERSION}/site-packages/tkinter/filedialog.pyc
+lib/python${MODPY_VERSION}/site-packages/tkinter/font.py
+lib/python${MODPY_VERSION}/site-packages/tkinter/font.pyc
+lib/python${MODPY_VERSION}/site-packages/tkinter/messagebox.py
+lib/python${MODPY_VERSION}/site-packages/tkinter/messagebox.pyc
+lib/python${MODPY_VERSION}/site-packages/tkinter/scrolledtext.py
+lib/python${MODPY_VERSION}/site-packages/tkinter/scrolledtext.pyc
+lib/python${MODPY_VERSION}/site-packages/tkinter/simpledialog.py
+lib/python${MODPY_VERSION}/site-packages/tkinter/simpledialog.pyc
+lib/python${MODPY_VERSION}/site-packages/tkinter/tix.py
+lib/python${MODPY_VERSION}/site-packages/tkinter/tix.pyc

CVS: cvs.openbsd.org: ports

2017-10-31 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2017/10/31 13:50:00

Modified files:
security/sqlmap: Makefile distinfo 
security/sqlmap/pkg: PLIST 

Log message:
updte sqlmap to 1.1.10.
ok gonzalo@.



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 12:38:53

Modified files:
x11/gnome/getting-started-docs: Makefile distinfo 
x11/gnome/getting-started-docs/pkg: PLIST 

Log message:
Update to gnome-getting-started-docs-3.26.2.



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 12:31:35

Modified files:
x11/gnome/totem: Makefile 

Log message:
Regen WANTLIB to unbreak.



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 12:25:50

Modified files:
x11/gnome/user-docs: Makefile distinfo 
x11/gnome/user-docs/pkg: PLIST 

Log message:
Update to gnome-user-docs-3.26.2.



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 12:09:12

Modified files:
audio/rhythmbox: Makefile 
x11/gnome/gedit: Makefile 

Log message:
Sync WANTLIB to unbreak.



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2017/10/31 12:00:32

Modified files:
net/wget   : Makefile distinfo 
net/wget/patches: patch-doc_wget_texi 

Log message:
Update wget to 1.19.2.

This release includes fixes for CVE-2017-13089 and CVE-2017-13090.

Notable port change:

- Remove devel/gettext as MODULE

Input and ok sthen@



UPDATE: sysutils/riemann 0.2.13 => 0.2.14

2017-10-31 Thread Pavel Korovin
Dear all,

Please find an update for sysutils/riemann attached.

Changes: https://github.com/riemann/riemann/releases/tag/0.2.14

-- 
With best regards,
Pavel Korovin
Index: Makefile
===
RCS file: /cvs/ports/sysutils/riemann/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile27 May 2017 19:57:07 -  1.5
+++ Makefile31 Oct 2017 16:25:16 -
@@ -2,10 +2,9 @@
 
 COMMENT=   network event stream processing system
 
-V= 0.2.13
+V= 0.2.14
 DISTNAME=  riemann-${V}
 CATEGORIES=sysutils
-REVISION=  1
 
 HOMEPAGE=  http://riemann.io
 
Index: distinfo
===
RCS file: /cvs/ports/sysutils/riemann/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo30 Apr 2017 17:18:48 -  1.2
+++ distinfo31 Oct 2017 16:25:16 -
@@ -1,2 +1,2 @@
-SHA256 (riemann-0.2.13.tar.bz2) = pAG649k5su0V2xQ2eYtxZ1Mcv9bNuk321lnXYpay9A8=
-SIZE (riemann-0.2.13.tar.bz2) = 46453529
+SHA256 (riemann-0.2.14.tar.bz2) = Fl7nOtEPXRh9VZ2h24+Z4VG7qMO7HXdOtGXO0jR2+84=
+SIZE (riemann-0.2.14.tar.bz2) = 81960540


UPDATE: sysutils/rancid 3.6.2 => 3.7

2017-10-31 Thread Pavel Korovin
Dear all,

Please find an update for sysutils/rancid attached.

Changelog: http://www.shrubbery.net/rancid/CHANGES

-- 
With best regards,
Pavel Korovin
Index: Makefile
===
RCS file: /cvs/ports/sysutils/rancid/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile24 Apr 2017 11:52:05 -  1.20
+++ Makefile31 Oct 2017 16:24:15 -
@@ -2,7 +2,7 @@
 
 COMMENT =  Really Awesome New Cisco confIg Differ
 
-DISTNAME = rancid-3.6.2
+DISTNAME = rancid-3.7
 EPOCH =0
 CATEGORIES =   sysutils
 
Index: distinfo
===
RCS file: /cvs/ports/sysutils/rancid/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo24 Apr 2017 11:52:05 -  1.9
+++ distinfo31 Oct 2017 16:24:15 -
@@ -1,2 +1,2 @@
-SHA256 (rancid-3.6.2.tar.gz) = I3UYKcm6zdB/kFEicSZcDKwnnKLzashr6BXdIYMcJT0=
-SIZE (rancid-3.6.2.tar.gz) = 511207
+SHA256 (rancid-3.7.tar.gz) = nGvv/3jUnY0HV6K1e2z9/vVcrcvB+m++GrlCQzXVH3s=
+SIZE (rancid-3.7.tar.gz) = 503424
Index: pkg/PLIST
===
RCS file: /cvs/ports/sysutils/rancid/pkg/PLIST,v
retrieving revision 1.10
diff -u -p -r1.10 PLIST
--- pkg/PLIST   24 Apr 2017 11:52:05 -  1.10
+++ pkg/PLIST   31 Oct 2017 16:24:15 -
@@ -14,8 +14,8 @@ bin/brancid
 bin/brlogin
 bin/cat5rancid
 bin/clogin
-bin/complogin
 bin/control_rancid
+bin/csblogin
 bin/cssrancid
 bin/dllogin
 bin/elogin
@@ -39,6 +39,7 @@ bin/mrvlogin
 bin/mtlogin
 bin/mtrancid
 bin/nlogin
+bin/noklogin
 bin/nrancid
 bin/nslogin
 bin/nsrancid
@@ -72,10 +73,10 @@ lib/rancid/ciscowlc.pm
 lib/rancid/dell.pm
 lib/rancid/edgemax.pm
 lib/rancid/edgerouter.pm
-lib/rancid/eos.pm
 lib/rancid/exos.pm
 lib/rancid/foundry.pm
 lib/rancid/ios.pm
+lib/rancid/iossb.pm
 lib/rancid/iosshtech.pm
 lib/rancid/iosxr.pm
 lib/rancid/junos.pm
@@ -84,6 +85,7 @@ lib/rancid/nxos.pm
 lib/rancid/panos.pm
 lib/rancid/rancid.pm
 lib/rancid/rbt.pm
+lib/rancid/sros.pm
 lib/rancid/wavesvros.pm
 @man man/man1/agmrancid.1
 @man man/man1/alogin.1
@@ -97,8 +99,8 @@ lib/rancid/wavesvros.pm
 @man man/man1/brancid.1
 @man man/man1/cat5rancid.1
 @man man/man1/clogin.1
-@man man/man1/complogin.1
 @man man/man1/control_rancid.1
+@man man/man1/csblogin.1
 @man man/man1/cssrancid.1
 @man man/man1/dllogin.1
 @man man/man1/elogin.1
@@ -120,6 +122,7 @@ lib/rancid/wavesvros.pm
 @man man/man1/mtlogin.1
 @man man/man1/mtrancid.1
 @man man/man1/nlogin.1
+@man man/man1/noklogin.1
 @man man/man1/nrancid.1
 @man man/man1/nslogin.1
 @man man/man1/nsrancid.1


CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 11:29:40

Modified files:
textproc/gtranslator: Makefile 

Log message:
Regen WANTLIB to unbreak.



Re: UPDATE: net/wget -current,-stable (CVE-2017-13089, CVE-2017-13090)

2017-10-31 Thread Rafael Sadowski
On Tue Oct 31, 2017 at 12:03:22PM +, Stuart Henderson wrote:
> On 2017/10/31 12:20, Rafael Sadowski wrote:
> > Hi All,
> > 
> > Update Wget to the latest stable version 1.19.1. This version includes
> > the following CVE patches:
> > 
> > "Fix stack overflow in HTTP protocol handling (CVE-2017-13089)"
> > http://git.savannah.gnu.org/cgit/wget.git/commit/?id=d892291fb8ace4c3b734ea5125770989c215df3f
> > 
> > "Fix heap overflow in HTTP protocol handling (CVE-2017-13090)"
> > http://git.savannah.gnu.org/cgit/wget.git/commit/?id=ba6b44f6745b14dce414761a8e4b35d31b176bba
> > 
> > 1.19.1 provide only .tar.lz and tar.gz. Since we don't support *.lz, I
> > have decided to *.gz
> > 
> > Also please find attached a diff for -stable.
> > 
> > Ok? Feedback?
> > 
> > Best regards,
> > 
> > Rafael Sadowski
> > 
> > 
> > Index: Makefile
> > ===
> > RCS file: /cvs/ports/net/wget/Makefile,v
> > retrieving revision 1.72
> > diff -u -p -u -p -r1.72 Makefile
> > --- Makefile22 Feb 2017 02:49:25 -  1.72
> > +++ Makefile31 Oct 2017 10:54:50 -
> > @@ -2,7 +2,7 @@
> >  
> >  COMMENT =  retrieve files from the web via HTTP, HTTPS and FTP
> >  
> > -DISTNAME = wget-1.19.1
> > +DISTNAME = wget-1.19.2
> >  CATEGORIES =   net
> >  
> >  HOMEPAGE = https://www.gnu.org/software/wget/
> > @@ -17,7 +17,7 @@ LIB_DEPENDS = converters/libunistring \
> > net/libpsl
> >  
> >  MASTER_SITES = ${MASTER_SITE_GNU:=wget/}
> > -EXTRACT_SUFX = .tar.xz
> > +EXTRACT_SUFX = .tar.gz
> 
> .tar.gz is the default, so just remove EXTRACT_SUFX. (We do have support
> for .lz but at least for -stable it's easier for people if they don't
> have to install a weird compression tool :)
> 
> > -+++ doc/wget.texi  Sat Feb 11 16:46:13 2017
> > -@@ -191,14 +191,14 @@ gauge can be customized to your preferences.
> > - Most of the features are fully configurable, either through command line
> > - options, or via the initialization file @file{.wgetrc} (@pxref{Startup
> > - File}).  Wget allows you to define @dfn{global} startup files
> > --(@file{/usr/local/etc/wgetrc} by default) for site settings. You can also
> > -+(@file{${SYSCONFDIR}/wgetrc} by default) for site settings. You can also
> > - specify the location of a startup file with the --config option.
> > -  
> > - 
> > - @ignore
> > - @c man begin FILES
> > - @table @samp
> > --@item /usr/local/etc/wgetrc
> > -+@item ${SYSCONFDIR}/wgetrc
> > - Default location of the @dfn{global} startup file.
> > - 
> > - @item .wgetrc
> 
> That hunk of the patch needs merging by hand.
> 

Thanks for the notes. New diff below, plus I removed gettext as MODULE.


Index: Makefile
===
RCS file: /cvs/ports/net/wget/Makefile,v
retrieving revision 1.72
diff -u -p -u -p -r1.72 Makefile
--- Makefile22 Feb 2017 02:49:25 -  1.72
+++ Makefile31 Oct 2017 16:52:31 -
@@ -2,7 +2,7 @@
 
 COMMENT =  retrieve files from the web via HTTP, HTTPS and FTP
 
-DISTNAME = wget-1.19.1
+DISTNAME = wget-1.19.2
 CATEGORIES =   net
 
 HOMEPAGE = https://www.gnu.org/software/wget/
@@ -10,16 +10,17 @@ HOMEPAGE =  https://www.gnu.org/software/
 # GPLv3
 PERMIT_PACKAGE_CDROM = Yes
 
-WANTLIB =  c crypto idn2 pcre psl ssl unistring z
+WANTLIB += c crypto iconv idn2 intl pcre psl ssl unistring z
+
+BUILD_DEPENDS =devel/gettext-tools
+
 LIB_DEPENDS =  converters/libunistring \
+   devel/gettext \
devel/libidn2 \
devel/pcre \
net/libpsl
 
 MASTER_SITES = ${MASTER_SITE_GNU:=wget/}
-EXTRACT_SUFX = .tar.xz
-
-MODULES =  devel/gettext
 
 # some regression tests require python3
 MODULES += lang/python
Index: distinfo
===
RCS file: /cvs/ports/net/wget/distinfo,v
retrieving revision 1.19
diff -u -p -u -p -r1.19 distinfo
--- distinfo22 Feb 2017 02:49:25 -  1.19
+++ distinfo31 Oct 2017 16:52:31 -
@@ -1,2 +1,2 @@
-SHA256 (wget-1.19.1.tar.xz) = DJULlnGIEiKk04WwE8lgTpioAl0ZiFKd/KDpNhd0TNI=
-SIZE (wget-1.19.1.tar.xz) = 2111756
+SHA256 (wget-1.19.2.tar.gz) = T0pnO21GbvpQ+/unlr2EpGriTjcPpWLt5bIatTwRqSA=
+SIZE (wget-1.19.2.tar.gz) = 4349267
Index: patches/patch-doc_wget_texi
===
RCS file: /cvs/ports/net/wget/patches/patch-doc_wget_texi,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 patch-doc_wget_texi
--- patches/patch-doc_wget_texi 22 Feb 2017 02:49:25 -  1.12
+++ patches/patch-doc_wget_texi 31 Oct 2017 16:52:31 -
@@ -1,15 +1,17 @@
 $OpenBSD: patch-doc_wget_texi,v 1.12 2017/02/22 02:49:25 danj Exp $
 doc/wget.texi.orig Sat Feb 11 05:45:22 2017
-+++ doc/wget.texi  Sat Feb 11 16:46:13 

CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 10:39:45

Modified files:
x11/gnome/builder: Makefile 

Log message:
Regen WANTLIB to unbreak.



Re: UPDATE: multimedia/kguitar

2017-10-31 Thread Pascal Stumpf
On Tue, 24 Oct 2017 22:31:47 +0200, Rafael Sadowski wrote:
> On Thu Sep 14, 2017 at 09:42:14PM +0200, Rafael Sadowski wrote:
> > Hi all.
> > 
> > please find below a diff to update kguitar to the last commit on github.
> > Kguitar switch to Qt5. I request the github maintainer for a new release
> > tag.
> > 
> > Starts fast and everything looks very good on amd64.
> > 
> > Ok? Commenst?
> > 
> > Best regards,
> > 
> > Rafael Sadowski,
> > 
> > ... Where there's a will there's a way. ;-)
> > 
> 
> Please find below the final diff to update kguitar.
> 
> - remove EPOCH and add commit date as version number. (request by
>   maintainer)
> - fix LIB_DEPENDS
> - fix org.kde.kguitar.desktop
> 
> I hope that's all. Works fine on amd64 but I can't do anything with
> that.
> 
> Best Regards,
> 
> Rafael Sadowski

Works fine for me.  ok.

> Index: Makefile
> ===
> RCS file: /cvs/ports/multimedia/kguitar/Makefile,v
> retrieving revision 1.19
> diff -u -p -u -p -r1.19 Makefile
> --- Makefile  26 Jul 2017 22:45:27 -  1.19
> +++ Makefile  24 Oct 2017 20:24:37 -
> @@ -1,47 +1,57 @@
>  # $OpenBSD: Makefile,v 1.19 2017/07/26 22:45:27 sthen Exp $
>  
> -COMMENT =guitar tab editor
> +COMMENT =guitar tab editor
>  
> -DISTNAME =   kguitar-0.5.1
> -REVISION=11
> +GH_ACCOUNT = pavelliavonau
> +GH_PROJECT = kguitar
> +GH_COMMIT =  a7c73491ef236134de55cbdcfc9f8cafa2a76ae1
>  
> -CATEGORIES = multimedia kde
> +# commit date MMDD
> +DISTNAME =   ${GH_PROJECT}-20170809
>  
> -HOMEPAGE =   http://kguitar.sourceforge.net/
> +# override kf5
> +EXTRACT_SUFX =   .tar.gz
>  
> -MAINTAINER = Pascal Stumpf 
> +CATEGORIES = multimedia
>  
> -# GPLv2+; for MusicXML copyright see licenseMusicXML.html
> -PERMIT_PACKAGE_CDROM =   Yes
> -
> -WANTLIB =  ICE SM X11 Xext Xfixes Xrender Xt art_lgpl_2 c expat
> -WANTLIB += fontconfig freetype idn m png pthread ${COMPILER_LIBCXX} util
> -WANTLIB += xcb z fam pthread-stubs
> -WANTLIB += X11-xcb Xdamage Xxf86vm drm glapi xcb-dri2 xcb-glx  
> -WANTLIB += ${KDE}/DCOP ${KDE}/kdecore ${KDE}/kdefx ${KDE}/kdeprint
> -WANTLIB += ${KDE}/kdesu ${KDE}/kdeui ${KDE}/kio ${KDE}/kparts
> -WANTLIB += ${KDE}/kwalletclient
> -
> -MASTER_SITES =   ${MASTER_SITE_SOURCEFORGE:=kguitar/}
> -EXTRACT_SUFX =   .tar.bz2
> -
> -MODULES =devel/gettext \
> - x11/kde
> -LIB_DEPENDS =x11/kde/libs3
> -RUN_DEPENDS =x11/gtk+3,-guic
> -
> -CONFIGURE_STYLE =gnu
> -CONFIGURE_ARGS +=--disable-midisupport \
> - --with-qt-dir="${LOCALBASE}" \
> - --with-qt-libraries="${LOCALBASE}/lib/qt3" \
> - --with-qt-includes="${LOCALBASE}/include/X11/qt3" \
> - --with-extra-libs="${LOCALBASE}/lib" \
> - --with-extra-includes="${LOCALBASE}/include"
> +HOMEPAGE =   http://kguitar.sourceforge.net/
>  
> -CONFIGURE_ENV =  ${MODKDE_CONFIGURE_ENV}
> +MAINTAINER = KDE porting team 
>  
> -PORTHOME=${WRKDIR}
> +# GPLv2+; for MusicXML copyright see licenseMusicXML.html
> +PERMIT_PACKAGE_CDROM =   Yes
>  
> -NO_TEST =Yes
> +WANTLIB += ${COMPILER_LIBCXX} KF5Auth KF5Codecs KF5Completion
> +WANTLIB += KF5ConfigCore KF5ConfigGui KF5ConfigWidgets KF5CoreAddons
> +WANTLIB += KF5I18n KF5JobWidgets KF5KIOCore KF5KIOWidgets KF5Parts
> +WANTLIB += KF5Service KF5SonnetUi KF5TextWidgets KF5WidgetsAddons
> +WANTLIB += KF5XmlGui Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5PrintSupport
> +WANTLIB += Qt5Widgets Qt5Xml c m
> +
> +MODULES =devel/cmake \
> + devel/kf5
> +
> +RUN_DEPENDS +=   devel/desktop-file-utils \
> + devel/gettext \
> + x11/gtk+3,-guic
> +
> +# kdelibs4support includes kdex.dtd which is necessary to generate docs
> +BUILD_DEPENDS += devel/kf5/kdoctools \
> + devel/kf5/kdelibs4support \
> + devel/gettext-tools
> +
> +LIB_DEPENDS =devel/kf5/kauth \
> + devel/kf5/kcodecs \
> + devel/kf5/kcompletion \
> + devel/kf5/kconfig \
> + devel/kf5/kcoreaddons \
> + devel/kf5/kconfigwidgets \
> + devel/kf5/ki18n \
> + devel/kf5/kio \
> + devel/kf5/ki18n \
> + devel/kf5/kparts \
> + devel/kf5/kservice \
> + devel/kf5/kxmlgui \
> + devel/kf5/sonnet
>  
>  .include 
> Index: distinfo
> ===
> RCS file: /cvs/ports/multimedia/kguitar/distinfo,v
> retrieving revision 1.2
> diff -u -p -u -p -r1.2 distinfo
> --- distinfo  18 Jan 2015 03:14:34 -  1.2
> +++ 

CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 10:31:53

Modified files:
x11/gnome/devhelp: Makefile 

Log message:
Regen WANTLIB to unbreak.



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 10:29:27

Modified files:
geo/gpx-viewer : Makefile 

Log message:
Sync WANTLIB to unbreak.



[UPDATE] sysutils/py-tsk

2017-10-31 Thread Remi Pointel

Hi,

this is the diff to update py-tsk to latest release.

Ok?

Cheers,

Remi.Index: Makefile
===
RCS file: /cvs/ports/sysutils/py-tsk/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- Makefile	18 Jul 2017 09:43:40 -	1.3
+++ Makefile	31 Oct 2017 15:47:48 -
@@ -2,7 +2,7 @@
 
 COMMENT =	Python bindings for The Sleuth Kit (libtsk)
 
-MODPY_EGG_VERSION = 20170508
+MODPY_EGG_VERSION = 20170802
 DISTNAME =	pytsk3-${MODPY_EGG_VERSION}
 PKGNAME =	py-tsk-${MODPY_EGG_VERSION}
 
@@ -18,6 +18,9 @@ PERMIT_PACKAGE_CDROM =	Yes
 MODULES =		lang/python
 MODPY_PI =		Yes
 MODPY_SETUPTOOLS =	Yes
+
+FLAVORS =	python3
+FLAVOR ?=
 
 WANTLIB += pthread talloc tsk ${MODPY_WANTLIB}
 
Index: distinfo
===
RCS file: /cvs/ports/sysutils/py-tsk/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo	18 Jul 2017 09:43:40 -	1.3
+++ distinfo	31 Oct 2017 15:47:48 -
@@ -1,2 +1,2 @@
-SHA256 (pytsk3-20170508.tar.gz) = I4ZbSDDy0oGQidf7Lm6qHQpZJIFYCzf68OFk5d2ZrFE=
-SIZE (pytsk3-20170508.tar.gz) = 3004540
+SHA256 (pytsk3-20170802.tar.gz) = MiWUR8mXEEhl7l4J+xBvwUUQGdV6bU/6gsu85Fp7VJU=
+SIZE (pytsk3-20170802.tar.gz) = 2934331
Index: patches/patch-setup_py
===
RCS file: /cvs/ports/sysutils/py-tsk/patches/patch-setup_py,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 patch-setup_py
--- patches/patch-setup_py	22 Jan 2017 08:18:04 -	1.1.1.1
+++ patches/patch-setup_py	31 Oct 2017 15:47:48 -
@@ -1,43 +1,40 @@
 $OpenBSD: patch-setup_py,v 1.1.1.1 2017/01/22 08:18:04 rpointel Exp $
 setup.py.orig	Thu Jul 21 21:02:40 2016
-+++ setup.py	Thu Oct 13 22:33:14 2016
-@@ -171,7 +171,7 @@ class BuildExtCommand(build_ext):
- compiler = new_compiler(compiler=self.compiler)
- self.define = self.configure_source_tree(compiler)
- 
--libtsk_path = "sleuthkit/tsk"
-+libtsk_path = "${LOCALBASE}/include/tsk"
- 
- if not os.access("pytsk3.c", os.R_OK):
- # Generate the Python binding code (pytsk3.c).
-@@ -286,7 +286,7 @@ class UpdateCommand(Command):
- with open("version.txt", "w") as fd:
- fd.write(self.version)
- 
--libtsk_path = "sleuthkit/tsk"
-+libtsk_path = "${LOCALBASE}/include/tsk"
- 
- # Generate the Python binding code (pytsk3.c).
- libtsk_header_files = [
-@@ -325,7 +325,7 @@ class ProjectBuilder(object):
- self._argv = argv
- 
- # The path to the "tsk" directory.
--self._libtsk_path = "sleuthkit/tsk"
-+self._libtsk_path = "${LOCALBASE}/include/tsk"
- 
- # paths under the tsk/ directory which contain files we need to compile.
- self._sub_library_names = "auto  base  docs  fs  hashdb  img vs".split()
-@@ -333,9 +333,9 @@ class ProjectBuilder(object):
- # The args for the extension builder.
- self.extension_args = dict(
- define_macros=[],
--include_dirs=["talloc", "sleuthkit/tsk", "sleuthkit", "."],
--library_dirs=[],
--libraries=[],
-+include_dirs=[".", "${LOCALBASE}/include"],
-+library_dirs=["${LOCALBASE}/lib"],
-+libraries=["tsk", "talloc"],
- )
+Index: setup.py
+--- setup.py.orig
 setup.py
+@@ -180,7 +180,7 @@ class BuildExtCommand(build_ext):
+ # pylint: disable=attribute-defined-outside-init
+ self.define = self.configure_source_tree(compiler)
+ 
+-libtsk_path = os.path.join("sleuthkit", "tsk")
++libtsk_path = os.path.join("${LOCALBASE}", "include", "tsk")
+ 
+ if not os.access("pytsk3.c", os.R_OK):
+   # Generate the Python binding code (pytsk3.c).
+@@ -390,7 +390,7 @@ class ProjectBuilder(object):
+ self._argv = argv
+ 
+ # The path to the sleuthkit/tsk directory.
+-self._libtsk_path = os.path.join("sleuthkit", "tsk")
++self._libtsk_path = os.path.join("${LOCALBASE}", "include", "tsk")
+ 
+ # Paths under the sleuthkit/tsk directory which contain files we need
+ # to compile.
+@@ -400,13 +400,13 @@ class ProjectBuilder(object):
+ # The args for the extension builder.
+ self.extension_args = {
+ "define_macros": [],
+-"include_dirs": ["talloc", self._libtsk_path, "sleuthkit", "."],
+-"library_dirs": [],
+-"libraries": []}
++"include_dirs": [".", os.path.join("${LOCALBASE}", "include")],
++"library_dirs": [os.path.join("${LOCALBASE}","lib")],
++"libraries": ["tsk", "talloc"]}
+ 
+ # The sources to build.
+ self._source_files = [
+-"class.c", "error.c", "tsk3.c", "pytsk3.c", "talloc/talloc.c"]
++"class.c", "error.c", "tsk3.c", "pytsk3.c"]
  
- # The sources to build.
+ # Path to the top of the unpacked sleuthkit sources.
+ self._sleuthkit_path = "sleuthkit"


CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 09:55:15

Modified files:
print/cups : Makefile 
print/cups/pkg : cupsd.rc 

Log message:
Change mode of the /etc/printcap link to please security(8).



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs
Module name:ports
Changes by: juan...@cvs.openbsd.org 2017/10/31 09:53:28

Modified files:
lang/racket-minimal: Makefile distinfo 
lang/racket-minimal/pkg: PLIST 

Log message:
Update to Racket 6.11.



[UPDATE] security/libbde

2017-10-31 Thread Remi Pointel

Hi,

this is the diff to update libbde to latest release.

Ok?

Cheers,

Remi.Index: Makefile
===
RCS file: /cvs/ports/security/libbde/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- Makefile	26 Jun 2017 13:59:54 -	1.3
+++ Makefile	31 Oct 2017 15:52:15 -
@@ -2,7 +2,7 @@
 
 COMMENT =		access the BitLocker Drive Encryption encrypted volumes
 
-VERSION =		20170204
+VERSION =		20170902
 DISTNAME =		libbde-alpha-${VERSION}
 PKGNAME =		libbde-${VERSION}
 
Index: distinfo
===
RCS file: /cvs/ports/security/libbde/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo	7 Mar 2017 10:07:13 -	1.2
+++ distinfo	31 Oct 2017 15:52:15 -
@@ -1,2 +1,2 @@
-SHA256 (libbde-alpha-20170204.tar.gz) = WiOmpgKZOnT2CvckoxJB3tBRpl9nFdOK/Ypnwf4F0K0=
-SIZE (libbde-alpha-20170204.tar.gz) = 1656035
+SHA256 (libbde-alpha-20170902.tar.gz) = 2JU7ln9wInw6oU2YH3PwhAisXUnOs6tucsiLLfErfP4=
+SIZE (libbde-alpha-20170902.tar.gz) = 1657181


CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 09:39:01

Modified files:
x11/gnome/gdl  : Makefile 

Log message:
Regen WANTLIB to unbreak.



Re: OpenBSD ports: PostgreSQL PL/R

2017-10-31 Thread Jeremy Evans
On Tue, Oct 31, 2017 at 3:17 PM, Ingo Feinerer  wrote:

> On Mon, Oct 30, 2017 at 03:28:23PM -0400, Adam Jensen wrote:
> > Would it be difficult or awkward in any way to include PL/R [1] along
> > with the PostgreSQL and R ports?
> >
> > [1]: 
>
> (Without having tried) I do not see big obstacles in creating a port for
> it.


Indeed. I worked on a port for PL/R during p2k12, but it never received an
OK and didn't get committed:

https://marc.info/?l=openbsd-ports=134987038209838=2

If anyone wants to give a shot at updating that port or submitting a new
port for PL/R within a week, I'll be happy to review it.

Thanks,
Jeremy


PATCH: devel/py-hg-git compatibility with mercurial 4.4

2017-10-31 Thread Juan Francisco Cantero Hurtado
devel/py-hg-git needs this patch to work with the next version of
mercurial. Tested also with mercurial 4.3.

OK?


diff --git Makefile Makefile
--- Makefile
+++ Makefile
@@ -3,6 +3,7 @@
 COMMENT =  mercurial extension to work with git repositories
 
 MODPY_EGG_VERSION =0.8.9
+REVISION = 0
 DISTNAME = py-hg-git-${MODPY_EGG_VERSION}
 
 CATEGORIES =   devel
diff --git patches/patch-hggit_gitrepo_py patches/patch-hggit_gitrepo_py
new file mode 100644
--- /dev/null
+++ patches/patch-hggit_gitrepo_py
@@ -0,0 +1,89 @@
+$OpenBSD$
+
+"compat: update for hg 4.4 release"
+
+https://bitbucket.org/durin42/hg-git/commits/5db8d0d0ae47c4aa12ea50e19a164737f487ef00
+
+Index: hggit/gitrepo.py
+--- hggit/gitrepo.py.orig
 hggit/gitrepo.py
+@@ -1,21 +1,34 @@
+ from util import isgitsshuri
+ from mercurial import util
+ from mercurial.error import RepoError
+-from mercurial.peer import peerrepository
+ 
+-class gitrepo(peerrepository):
+-capabilities = ['lookup']
++peerapi = False
++try:
++from mercurial.repository import peer as peerrepository
++peerapi = True
++except ImportError:
++from mercurial.peer import peerrepository
+ 
+-def _capabilities(self):
+-return self.capabilities
+-
++class gitrepo(peerrepository):
+ def __init__(self, ui, path, create):
+ if create:  # pragma: no cover
+ raise util.Abort('Cannot create a git repository.')
+-self.ui = ui
++self._ui = ui
+ self.path = path
+ self.localrepo = None
+ 
++_peercapabilities = ['lookup']
++
++def _capabilities(self):
++return self._peercapabilities
++
++def capabilities(self):
++return self._peercapabilities
++
++@property
++def ui(self):
++return self._ui
++
+ def url(self):
+ return self.path
+ 
+@@ -47,6 +60,37 @@ class gitrepo(peerrepository):
+ 
+ def pushkey(self, namespace, key, old, new):
+ return False
++
++if peerapi:
++def branchmap(self):
++raise NotImplementedError
++
++def canpush(self):
++return True
++
++def close(self):
++pass
++
++def debugwireargs(self):
++raise NotImplementedError
++
++def getbundle(self):
++raise NotImplementedError
++
++def iterbatch(self):
++raise NotImplementedError
++
++def known(self):
++raise NotImplementedError
++
++def peer(self):
++return self
++
++def stream_out(self):
++raise NotImplementedError
++
++def unbundle(self):
++raise NotImplementedError
+ 
+ instance = gitrepo
+ 



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 09:15:22

Modified files:
x11/gnome/latexila: Makefile 

Log message:
Regen WANTLIB to unbreak.



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 09:11:40

Modified files:
x11/xfce4/xfce4-notifyd: Makefile 

Log message:
Regen WANTLIB to unbreak.



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2017/10/31 08:39:10

Modified files:
infrastructure/db: config.site 

Log message:
 has been removed



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 08:32:00

Modified files:
x11/gnome/yelp : Makefile 

Log message:
Regen WANTLIB to unbreak.



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs
Module name:ports
Changes by: juan...@cvs.openbsd.org 2017/10/31 08:20:53

Modified files:
devel/hgview   : Makefile distinfo 
devel/hgview/patches: patch-setup_py 
devel/hgview/pkg: PLIST 
Added files:
devel/hgview/patches: patch-hgviewlib_qt4_hgrepoviewer_py 

Log message:
hgview has been broken since August. repo.join has been deprecated
since Mercurial 4.2.

Reported by landry@:
for l in (self.repo.sjoin('lock'), self.repo.join('wlock')):
AttributeError: 'localrepository' object has no attribute 'join'

While here, update to 1.9.0.

OK landry@. "go ahead" edd@ (MAINTAINER).

Remove edd@ as maintainer at his request.



Re: OpenBSD ports: PostgreSQL PL/R

2017-10-31 Thread Ingo Feinerer
On Mon, Oct 30, 2017 at 03:28:23PM -0400, Adam Jensen wrote:
> Would it be difficult or awkward in any way to include PL/R [1] along
> with the PostgreSQL and R ports?
> 
> [1]: 

(Without having tried) I do not see big obstacles in creating a port for
it. According to https://github.com/postgres-plr/plr/ you need

- R headers are required.

  Done: The math/R package includes all headers.

- R must have been built with the --enable-R-shlib option.

  Done: math/R is configured with "--enable-R-shlib" (see CONFIGURE_ARGS
  in math/R/Makefile).

- R_HOME must be defined in the environment of the user under which
  PostgreSQL is started, before the postmaster is started.
  
  That does not affect the port (probably a pkg/README mentioning this
  fact suffices).

http://www.joeconway.com/doc/plr-install.html shows relevant steps.
Moreover, there are already databases/postgresql-plv8 and
databases/postgresql-pllua in the ports tree which you can use as
inspiration/template.

> As long as I am presenting a wish list of sorts, include a carefully
> integrated port of RStudio [3,4] and that could make OpenBSD a very
> attractive developer/researcher platform for this arena.
> 
> [3]: 
> [4]: 

If I remember correctly RStudio has a ton of included dependencies. It
probably takes a lot of effort to create a port for it.

IMHO: vim + NvimR (https://github.com/jalvesaq/Nvim-R) or emacs + ESS
(https://ess.r-project.org/) work well (enough for me). Most of the
RStudio R packages can be used without RStudio (like
https://github.com/jimhester/lintr) so you have almost the same
functionality.

Best regards,
Ingo



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs
Module name:ports
Changes by: juan...@cvs.openbsd.org 2017/10/31 08:08:42

Modified files:
devel/hgview   : Tag: OPENBSD_6_2 Makefile 
Added files:
devel/hgview/patches: Tag: OPENBSD_6_2 
  patch-hgviewlib_qt4_hgrepoviewer_py 

Log message:
hgview has been broken since August. repo.join has been deprecated
since Mercurial 4.2.

Reported by landry@:
for l in (self.repo.sjoin('lock'), self.repo.join('wlock')):
AttributeError: 'localrepository' object has no attribute 'join'

OK landry@ (for the -current patch). "go ahead" edd@ (MAINTAINER).



[UPDATE] security/sqlmap

2017-10-31 Thread Remi Pointel

Hi,

this is the diff to update sqlmap to latest release.

Ok?

Cheers,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/security/sqlmap/Makefile,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 Makefile
--- Makefile	14 Sep 2017 20:01:46 -	1.8
+++ Makefile	31 Oct 2017 06:21:50 -
@@ -4,7 +4,7 @@ COMMENT =		penetration testing tool to d
 
 GH_ACCOUNT =		sqlmapproject
 GH_PROJECT =		sqlmap
-GH_TAGNAME =		1.1.9
+GH_TAGNAME =		1.1.10
 
 CATEGORIES =		security
 
Index: distinfo
===
RCS file: /cvs/ports/security/sqlmap/distinfo,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 distinfo
--- distinfo	14 Sep 2017 20:01:46 -	1.6
+++ distinfo	31 Oct 2017 06:21:50 -
@@ -1,2 +1,2 @@
-SHA256 (sqlmap-1.1.9.tar.gz) = MYx9SlVE7xR5E/HEp8Tl4MT1PIyOfRN6dq/NoXGs/90=
-SIZE (sqlmap-1.1.9.tar.gz) = 7405154
+SHA256 (sqlmap-1.1.10.tar.gz) = 4tzF2TmwgvvI8yxM7vjD438shqQOVpt800ydlKceaiE=
+SIZE (sqlmap-1.1.10.tar.gz) = 7408226
Index: pkg/PLIST
===
RCS file: /cvs/ports/security/sqlmap/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 PLIST
--- pkg/PLIST	23 Aug 2017 14:29:13 -	1.6
+++ pkg/PLIST	31 Oct 2017 06:21:50 -
@@ -574,6 +574,8 @@ share/sqlmap/tamper/ifnull2ifisnull.py
 share/sqlmap/tamper/ifnull2ifisnull.pyc
 share/sqlmap/tamper/informationschemacomment.py
 share/sqlmap/tamper/informationschemacomment.pyc
+share/sqlmap/tamper/least.py
+share/sqlmap/tamper/least.pyc
 share/sqlmap/tamper/lowercase.py
 share/sqlmap/tamper/lowercase.pyc
 share/sqlmap/tamper/modsecurityversioned.py
@@ -947,6 +949,8 @@ share/sqlmap/waf/kona.py
 share/sqlmap/waf/kona.pyc
 share/sqlmap/waf/modsecurity.py
 share/sqlmap/waf/modsecurity.pyc
+share/sqlmap/waf/naxsi.py
+share/sqlmap/waf/naxsi.pyc
 share/sqlmap/waf/netcontinuum.py
 share/sqlmap/waf/netcontinuum.pyc
 share/sqlmap/waf/netscaler.py
@@ -1007,14 +1011,14 @@ share/sqlmap/waf/yunsuo.py
 share/sqlmap/waf/yunsuo.pyc
 share/sqlmap/xml/
 share/sqlmap/xml/banner/
-share/sqlmap/xml/banner/cookie.xml
 share/sqlmap/xml/banner/generic.xml
 share/sqlmap/xml/banner/mssql.xml
 share/sqlmap/xml/banner/mysql.xml
 share/sqlmap/xml/banner/oracle.xml
 share/sqlmap/xml/banner/postgresql.xml
 share/sqlmap/xml/banner/server.xml
-share/sqlmap/xml/banner/servlet.xml
+share/sqlmap/xml/banner/servlet-engine.xml
+share/sqlmap/xml/banner/set-cookie.xml
 share/sqlmap/xml/banner/sharepoint.xml
 share/sqlmap/xml/banner/x-aspnet-version.xml
 share/sqlmap/xml/banner/x-powered-by.xml


CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 07:29:21

Modified files:
x11/gnome/dconf-editor: Makefile distinfo 
x11/gnome/dconf-editor/pkg: PLIST 

Log message:
Update to dconf-editor-3.26.2.



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 06:32:30

Modified files:
x11/gnome/tracker: Makefile 

Log message:
Regen WANTLIB to unbreak.



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 06:21:08

Modified files:
textproc/gspell: Makefile 
x11/gnome/grilo: Makefile 

Log message:
Sync WANTLIB to unbreak.



Re: UPDATE: net/wget -current,-stable (CVE-2017-13089, CVE-2017-13090)

2017-10-31 Thread Stuart Henderson
On 2017/10/31 12:20, Rafael Sadowski wrote:
> Hi All,
> 
> Update Wget to the latest stable version 1.19.1. This version includes
> the following CVE patches:
> 
> "Fix stack overflow in HTTP protocol handling (CVE-2017-13089)"
> http://git.savannah.gnu.org/cgit/wget.git/commit/?id=d892291fb8ace4c3b734ea5125770989c215df3f
> 
> "Fix heap overflow in HTTP protocol handling (CVE-2017-13090)"
> http://git.savannah.gnu.org/cgit/wget.git/commit/?id=ba6b44f6745b14dce414761a8e4b35d31b176bba
> 
> 1.19.1 provide only .tar.lz and tar.gz. Since we don't support *.lz, I
> have decided to *.gz
> 
> Also please find attached a diff for -stable.
> 
> Ok? Feedback?
> 
> Best regards,
> 
> Rafael Sadowski
> 
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/net/wget/Makefile,v
> retrieving revision 1.72
> diff -u -p -u -p -r1.72 Makefile
> --- Makefile  22 Feb 2017 02:49:25 -  1.72
> +++ Makefile  31 Oct 2017 10:54:50 -
> @@ -2,7 +2,7 @@
>  
>  COMMENT =retrieve files from the web via HTTP, HTTPS and FTP
>  
> -DISTNAME =   wget-1.19.1
> +DISTNAME =   wget-1.19.2
>  CATEGORIES = net
>  
>  HOMEPAGE =   https://www.gnu.org/software/wget/
> @@ -17,7 +17,7 @@ LIB_DEPENDS =   converters/libunistring \
>   net/libpsl
>  
>  MASTER_SITES =   ${MASTER_SITE_GNU:=wget/}
> -EXTRACT_SUFX =   .tar.xz
> +EXTRACT_SUFX =   .tar.gz

.tar.gz is the default, so just remove EXTRACT_SUFX. (We do have support
for .lz but at least for -stable it's easier for people if they don't
have to install a weird compression tool :)

> -+++ doc/wget.texiSat Feb 11 16:46:13 2017
> -@@ -191,14 +191,14 @@ gauge can be customized to your preferences.
> - Most of the features are fully configurable, either through command line
> - options, or via the initialization file @file{.wgetrc} (@pxref{Startup
> - File}).  Wget allows you to define @dfn{global} startup files
> --(@file{/usr/local/etc/wgetrc} by default) for site settings. You can also
> -+(@file{${SYSCONFDIR}/wgetrc} by default) for site settings. You can also
> - specify the location of a startup file with the --config option.
> -  
> - 
> - @ignore
> - @c man begin FILES
> - @table @samp
> --@item /usr/local/etc/wgetrc
> -+@item ${SYSCONFDIR}/wgetrc
> - Default location of the @dfn{global} startup file.
> - 
> - @item .wgetrc

That hunk of the patch needs merging by hand.



Re: UPDATE: net/wget -current,-stable (CVE-2017-13089, CVE-2017-13090)

2017-10-31 Thread Rafael Sadowski
On Tue Oct 31, 2017 at 12:20:26PM +0100, Rafael Sadowski wrote:
> Hi All,
> 
> Update Wget to the latest stable version 1.19.1. This version includes
> the following CVE patches:
> 
> "Fix stack overflow in HTTP protocol handling (CVE-2017-13089)"
> http://git.savannah.gnu.org/cgit/wget.git/commit/?id=d892291fb8ace4c3b734ea5125770989c215df3f
> 
> "Fix heap overflow in HTTP protocol handling (CVE-2017-13090)"
> http://git.savannah.gnu.org/cgit/wget.git/commit/?id=ba6b44f6745b14dce414761a8e4b35d31b176bba
> 
> 1.19.1 provide only .tar.lz and tar.gz. Since we don't support *.lz, I
> have decided to *.gz
> 
> Also please find attached a diff for -stable.
> 

Forget the attachment, so here it is inline:


Index: Makefile
===
RCS file: /cvs/ports/net/wget/Makefile,v
retrieving revision 1.72
diff -u -p -u -p -r1.72 Makefile
--- Makefile22 Feb 2017 02:49:25 -  1.72
+++ Makefile31 Oct 2017 11:09:04 -
@@ -4,6 +4,7 @@ COMMENT =   retrieve files from the web vi
 
 DISTNAME = wget-1.19.1
 CATEGORIES =   net
+REVISION = 0
 
 HOMEPAGE = https://www.gnu.org/software/wget/
 
Index: patches/patch-src_http_c
===
RCS file: patches/patch-src_http_c
diff -N patches/patch-src_http_c
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-src_http_c31 Oct 2017 11:09:04 -
@@ -0,0 +1,16 @@
+$OpenBSD$
+Fix stack overflow in HTTP protocol handling (CVE-2017-13089)
+Commit from upstream d892291fb8ace4c3b734ea5125770989c215df3f
+Index: src/http.c
+--- src/http.c.orig
 src/http.c
+@@ -973,6 +973,9 @@ skip_short_body (int fd, wgint contlen, bool chunked)
+   remaining_chunk_size = strtol (line, , 16);
+   xfree (line);
+ 
++  if (remaining_chunk_size < 0)
++  return false;
++
+   if (remaining_chunk_size == 0)
+ {
+   line = fd_read_line (fd);
Index: patches/patch-src_retr_c
===
RCS file: patches/patch-src_retr_c
diff -N patches/patch-src_retr_c
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-src_retr_c31 Oct 2017 11:09:04 -
@@ -0,0 +1,19 @@
+$OpenBSD$
+Fix heap overflow in HTTP protocol handling (CVE-2017-13090)
+Commit from upstream ba6b44f6745b14dce414761a8e4b35d31b176bba
+Index: src/retr.c
+--- src/retr.c.orig
 src/retr.c
+@@ -320,6 +320,12 @@ fd_read_body (const char *downloaded_filename, int fd,
+   remaining_chunk_size = strtol (line, , 16);
+   xfree (line);
+ 
++  if (remaining_chunk_size < 0)
++  {
++  ret = -1;
++  break;
++  }
++
+   if (remaining_chunk_size == 0)
+ {
+   ret = 0;



quagga 1.2.2: tests wanted with mcast-based protos (OSPF/RIP)

2017-10-31 Thread Stuart Henderson
Does anyone have quagga setup with ripd and/or ospfd that's in a
position to test this update?

Background: OpenBSD multicast code wants the interface IP address passed
when joining/leaving groups.

Old quagga code passed this up e.g. from ripd/ospfd but this was changed
c.2012 and now only uses ifindex-based APIs (either RFC3678 MCAST_JOIN_GROUP
etc, struct ip_mreqn on some OS, or a hack allowed in some OS of passing
the ifindex in as the source address).

The current port version reverts to the old quagga code for this (and
has done so since 2013 - https://marc.info/?t=13570613121=1=2),
but it's becoming harder to maintain as upstream diverges (quagga 1.2 is
a bit different; the frrouter fork is different again).

So this takes a different and less intrusive approach to handling the
changes needed - borrowing some code used for SunOS in another function
in the file, given an ifindex from the calling function, it does a
lookup for the interface address, and uses that instead. This avoids
scattering the changes through 4 files, and reduces the main patch
scope (the current one is guaranteed to conflict when anything is
changed in the relevant functions upstream).

Any tests/comments welcome...



Index: Makefile
===
RCS file: /cvs/ports/net/quagga/Makefile,v
retrieving revision 1.53
diff -u -p -r1.53 Makefile
--- Makefile31 Oct 2017 09:37:18 -  1.53
+++ Makefile31 Oct 2017 11:42:44 -
@@ -2,13 +2,13 @@
 
 COMMENT=   multi-threaded routing daemon
 
-DISTNAME=  quagga-1.0.20161017
+DISTNAME=  quagga-1.2.2
 CATEGORIES=net
 MASTER_SITES=  http://download.savannah.gnu.org/releases/quagga/
 
-SHARED_LIBS=   ospf0.1 \
-   ospfapiclient   0.0 \
-   zebra   1.0
+.for i in ospf ospfapiclient zebra fpm_pb quagga_pb
+SHARED_LIBS+=  $i 1.0
+.endfor
 
 HOMEPAGE=  http://www.quagga.net/
 
@@ -37,10 +37,10 @@ CONFIGURE_ARGS+= --disable-pie
 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
LIBS=-lcurses
-
 MAKE_FLAGS=MAKEINFO="makeinfo --no-split"
 FAKE_FLAGS=exampledir='${PREFIX}/share/examples/quagga' \
${MAKE_FLAGS}
+LIBTOOL_FLAGS= --tag=disable-static
 
 FLAVORS=   snmp
 FLAVOR?=
Index: distinfo
===
RCS file: /cvs/ports/net/quagga/distinfo,v
retrieving revision 1.21
diff -u -p -r1.21 distinfo
--- distinfo31 Oct 2017 09:37:18 -  1.21
+++ distinfo31 Oct 2017 11:42:44 -
@@ -1,2 +1,2 @@
-SHA256 (quagga-1.0.20161017.tar.gz) = 
jyZyTdt0GfORL4DOjxNokZAongAizwmSHQpAP9dxSRg=
-SIZE (quagga-1.0.20161017.tar.gz) = 2758494
+SHA256 (quagga-1.2.2.tar.gz) = Ui4i8r7uZOPwws3j0BVfO4ED9Pb8ir75LLQLw6TMKTE=
+SIZE (quagga-1.2.2.tar.gz) = 2986142
Index: patches/patch-bgpd_bgp_aspath_c
===
RCS file: patches/patch-bgpd_bgp_aspath_c
diff -N patches/patch-bgpd_bgp_aspath_c
--- patches/patch-bgpd_bgp_aspath_c 31 Oct 2017 09:37:18 -  1.3
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,26 +0,0 @@
-$OpenBSD: patch-bgpd_bgp_aspath_c,v 1.3 2017/10/31 09:37:18 sthen Exp $
-
-From 7a42b78be9a4108d98833069a88e6fddb9285008 Mon Sep 17 00:00:00 2001
-From: Andreas Jaggi 
-Date: Mon, 2 Oct 2017 19:38:43 +0530
-Subject: bgpd: Fix AS_PATH size calculation for long paths
-
-If you have an AS_PATH with more entries than
-what can be written into a single AS_SEGMENT_MAX
-it needs to be broken up.  The code that noticed
-that the AS_PATH needs to be broken up was not
-correctly calculating the size of the resulting
-message.  This patch addresses this issue.
-
-Index: bgpd/bgp_aspath.c
 bgpd/bgp_aspath.c.orig
-+++ bgpd/bgp_aspath.c
-@@ -904,7 +904,7 @@ aspath_put (struct stream *s, struct aspath *as, int u
-   assegment_header_put (s, seg->type, AS_SEGMENT_MAX);
-   assegment_data_put (s, seg->as, AS_SEGMENT_MAX, use32bit);
-   written += AS_SEGMENT_MAX;
--  bytes += ASSEGMENT_SIZE (written, use32bit);
-+  bytes += ASSEGMENT_SIZE (AS_SEGMENT_MAX, use32bit);
- }
-   
-   /* write the final segment, probably is also the first */
Index: patches/patch-configure_ac
===
RCS file: /cvs/ports/net/quagga/patches/patch-configure_ac,v
retrieving revision 1.5
diff -u -p -r1.5 patch-configure_ac
--- patches/patch-configure_ac  31 Mar 2016 22:42:00 -  1.5
+++ patches/patch-configure_ac  31 Oct 2017 11:42:44 -
@@ -3,9 +3,10 @@ $OpenBSD: patch-configure_ac,v 1.5 2016/
 We have never supported passing an ifindex in struct
 ip_mreq.imr_interface.
 
 configure.ac.orig  Thu Mar 31 23:33:14 2016
-+++ configure.ac   Thu Mar 31 23:33:45 2016
-@@ -951,7 +951,7 @@ AC_CHECK_HEADERS([linux/mroute.h], [], [],

NEW: telephony/coturn

2017-10-31 Thread Ingo Feinerer
Hi,

please find attached a port for coturn
(https://github.com/coturn/coturn), a VoIP media traffic NAT traversal
server and gateway (similar to e.g. the existing baresip/restund port).
Contrary to other STUN servers it works also behind NAT (useful for
Amazon EC2 users).

As the port uses a unique user

794 _turnserver _turnserver telephony/coturn

would need to be added to /usr/ports/infrastructure/db/user.list as
well.

Minimal test possible (on the same machine) with

# rcctl start turnserver
$ turnutils_stunclient localhost

(although not very realistic).

Works fine for me on amd64 since a few weeks.

OK to import?

Best regards,
Ingo


coturn.tar.gz
Description: application/tar-gz


UPDATE: net/wget -current,-stable (CVE-2017-13089, CVE-2017-13090)

2017-10-31 Thread Rafael Sadowski
Hi All,

Update Wget to the latest stable version 1.19.1. This version includes
the following CVE patches:

"Fix stack overflow in HTTP protocol handling (CVE-2017-13089)"
http://git.savannah.gnu.org/cgit/wget.git/commit/?id=d892291fb8ace4c3b734ea5125770989c215df3f

"Fix heap overflow in HTTP protocol handling (CVE-2017-13090)"
http://git.savannah.gnu.org/cgit/wget.git/commit/?id=ba6b44f6745b14dce414761a8e4b35d31b176bba

1.19.1 provide only .tar.lz and tar.gz. Since we don't support *.lz, I
have decided to *.gz

Also please find attached a diff for -stable.

Ok? Feedback?

Best regards,

Rafael Sadowski


Index: Makefile
===
RCS file: /cvs/ports/net/wget/Makefile,v
retrieving revision 1.72
diff -u -p -u -p -r1.72 Makefile
--- Makefile22 Feb 2017 02:49:25 -  1.72
+++ Makefile31 Oct 2017 10:54:50 -
@@ -2,7 +2,7 @@
 
 COMMENT =  retrieve files from the web via HTTP, HTTPS and FTP
 
-DISTNAME = wget-1.19.1
+DISTNAME = wget-1.19.2
 CATEGORIES =   net
 
 HOMEPAGE = https://www.gnu.org/software/wget/
@@ -17,7 +17,7 @@ LIB_DEPENDS = converters/libunistring \
net/libpsl
 
 MASTER_SITES = ${MASTER_SITE_GNU:=wget/}
-EXTRACT_SUFX = .tar.xz
+EXTRACT_SUFX = .tar.gz
 
 MODULES =  devel/gettext
 
Index: distinfo
===
RCS file: /cvs/ports/net/wget/distinfo,v
retrieving revision 1.19
diff -u -p -u -p -r1.19 distinfo
--- distinfo22 Feb 2017 02:49:25 -  1.19
+++ distinfo31 Oct 2017 10:54:50 -
@@ -1,2 +1,2 @@
-SHA256 (wget-1.19.1.tar.xz) = DJULlnGIEiKk04WwE8lgTpioAl0ZiFKd/KDpNhd0TNI=
-SIZE (wget-1.19.1.tar.xz) = 2111756
+SHA256 (wget-1.19.2.tar.gz) = T0pnO21GbvpQ+/unlr2EpGriTjcPpWLt5bIatTwRqSA=
+SIZE (wget-1.19.2.tar.gz) = 4349267
Index: patches/patch-doc_wget_texi
===
RCS file: /cvs/ports/net/wget/patches/patch-doc_wget_texi,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 patch-doc_wget_texi
--- patches/patch-doc_wget_texi 22 Feb 2017 02:49:25 -  1.12
+++ patches/patch-doc_wget_texi 31 Oct 2017 10:54:50 -
@@ -1,24 +1,8 @@
 $OpenBSD: patch-doc_wget_texi,v 1.12 2017/02/22 02:49:25 danj Exp $
 doc/wget.texi.orig Sat Feb 11 05:45:22 2017
-+++ doc/wget.texi  Sat Feb 11 16:46:13 2017
-@@ -191,14 +191,14 @@ gauge can be customized to your preferences.
- Most of the features are fully configurable, either through command line
- options, or via the initialization file @file{.wgetrc} (@pxref{Startup
- File}).  Wget allows you to define @dfn{global} startup files
--(@file{/usr/local/etc/wgetrc} by default) for site settings. You can also
-+(@file{${SYSCONFDIR}/wgetrc} by default) for site settings. You can also
- specify the location of a startup file with the --config option.
-  
- 
- @ignore
- @c man begin FILES
- @table @samp
--@item /usr/local/etc/wgetrc
-+@item ${SYSCONFDIR}/wgetrc
- Default location of the @dfn{global} startup file.
- 
- @item .wgetrc
-@@ -3113,9 +3113,8 @@ commands.
+Index: doc/wget.texi
+--- doc/wget.texi.orig
 doc/wget.texi
+@@ -3143,9 +3143,8 @@ commands.
  @cindex location of wgetrc
  
  When initializing, Wget will look for a @dfn{global} startup file,
@@ -30,7 +14,7 @@ $OpenBSD: patch-doc_wget_texi,v 1.12 201
  
  Then it will look for the user's file.  If the environmental variable
  @code{WGETRC} is set, Wget will try to load that file.  Failing that, no
-@@ -3125,7 +3124,7 @@ If @code{WGETRC} is not set, Wget will try to load @fi
+@@ -3155,7 +3154,7 @@ If @code{WGETRC} is not set, Wget will try to load @fi
  
  The fact that user's settings are loaded after the system-wide ones
  means that in case of collision user's wgetrc @emph{overrides} the



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/10/31 05:02:50

Modified files:
net/quagga/patches: patch-lib_sockopt_c 

Log message:
simplify patch by removing a chunk which is #ifdef'd to only be used on
os with struct ip_mreqn



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2017/10/31 03:51:28

Modified files:
textproc/apertium-dicts/cat: Makefile distinfo 
textproc/apertium-dicts/cat/patches: patch-Makefile_in 

Log message:
Update to apertium-cat-2.3.1.



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/10/31 03:37:18

Modified files:
net/quagga : Makefile distinfo 
Added files:
net/quagga/patches: patch-bgpd_bgp_aspath_c 

Log message:
update to quagga-1.0.20161017 (not the latest, but a simpler change than 1.1+
which touches the multicast-related code that we had to patch).

add recent upstream commit to fix AS_PATH size calculation for long BGP paths.



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 03:31:47

Modified files:
x11/gnome/dictionary: Makefile 

Log message:
Add MODGNOME_TOOLS += docbook.
Needed to prevent going online to get the necessary files.

breakage reported by naddy@



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 03:15:12

Modified files:
x11/gtk+3  : Makefile 

Log message:
Bump to unbreak after at-spi2-atk lost its dependency on xkbcommon.



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Giovanni Bechis
CVSROOT:/cvs
Module name:ports
Changes by: giova...@cvs.openbsd.org2017/10/31 01:46:37

Modified files:
mail/maildrop  : Makefile distinfo 
Removed files:
mail/maildrop/patches: patch-libs_rfc822_configure_ac 

Log message:
update to 2.9.2, remove a patch committed upstream



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Giovanni Bechis
CVSROOT:/cvs
Module name:ports
Changes by: giova...@cvs.openbsd.org2017/10/31 01:45:04

Modified files:
mail/courier-imap: Makefile distinfo 
Removed files:
mail/courier-imap/patches: patch-libs_rfc822_configure_ac 

Log message:
update to 4.18.2, remove a patch committed upstream



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Giovanni Bechis
CVSROOT:/cvs
Module name:ports
Changes by: giova...@cvs.openbsd.org2017/10/31 01:41:51

Modified files:
mail/p5-Mail-SpamAssassin: Makefile 
mail/p5-Mail-SpamAssassin/patches: 
   
patch-lib_Mail_SpamAssassin_Message_pm 
   patch-lib_Mail_SpamAssassin_Util_pm 
Added files:
mail/p5-Mail-SpamAssassin/patches: 
   
patch-lib_Mail_SpamAssassin_BayesStore_pm 

Log message:
backport a couple of bug fixes from trunk



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Giovanni Bechis
CVSROOT:/cvs
Module name:ports
Changes by: giova...@cvs.openbsd.org2017/10/31 01:39:25

Modified files:
misc/memcached : Makefile distinfo 
misc/memcached/patches: patch-configure patch-memcached_c 

Log message:
update to 1.5.2 and simplify pledge(1) patch
ok rsadowski@



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 01:35:58

Modified files:
x11/gnome/aisleriot: Makefile distinfo 

Log message:
Update to aisleriot-3.22.4.



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 01:34:01

Modified files:
mail/mimedefang: Makefile distinfo 
mail/mimedefang/patches: 
 patch-examples_mimedefang-filter-openbsd-ports 

Log message:
Update to mimedefang-2.83.



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2017/10/31 01:33:22

Modified files:
www/sblg   : Makefile distinfo 

Log message:
Update to sblg-0.4.10.



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 01:22:03

Modified files:
security/libhttpseverywhere: Makefile distinfo 

Log message:
Update to libhttpseverywhere-0.6.3.



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 01:17:51

Modified files:
x11/gnome/at-spi2-atk: Makefile distinfo 

Log message:
Update to at-spi2-atk-2.26.1.



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 01:14:26

Modified files:
x11/gnome/at-spi2-core: Makefile distinfo 
x11/gnome/at-spi2-core/pkg: PLIST 

Log message:
Update to at-spi2-core-2.26.2.



CVS: cvs.openbsd.org: ports

2017-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/31 01:09:22

Modified files:
graphics/simple-scan: Makefile distinfo 

Log message:
Update to simple-scan-3.26.2.