Re: openvpn-2.3.11 segfaults, error "Too many levels of symbolic links"

2016-09-10 Thread Jiri B
On Sat, Sep 10, 2016 at 05:35:01PM -0500, Brent Cook wrote:
> > ​Hi Jiri,
> >
> >  I just double-checked an OpenVPN setup using ​the latest snap + the
> > latest ports package, and it should no longer cause the segfault.
> >
> > OpenBSD 6.0-current (RAMDISK_CD) #2212: Sat Sep 10 10:03:50 MDT 2016
> >
> > The too many symbolic links issue seems to be related to the 'topology
> > subnet' configuration on the server. I was having a similar issue and
> > showed it to phessler in Cambridge. We found that OpenVPN seemed to be
> > adding a route that mirrored an existing one, which led to that somewhat
> > confusing error message. I'm not entirely sure how to resolve it, though
> > locally I switched back to p2p topology.
> >
> > ​ - Brent​

Thanks I do not see segfaults anymore but issue about 'too many symbolic links'
is strange. I doubt they have changed anything on remote OpenVPN gw.

He, '-d' in route is strange, not showing any useful info in this context:

~~~
# /sbin/route -dv add -net 10.0.0.0 10.40.204.1 -netmask 255.0.0.0   
so_dst: inet 10.0.0.0; so_gate: inet 10.40.204.1; so_mask: inet 255.0.0.0; 
RTM_ADD: Add Route: len 136, priority 0, table 0, ifidx 0, pid: 0, seq 1, errno 0
flags:
fmask:
use:0   mtu:0expire:0
locks:  inits:
sockaddrs: 
 10.0.0.0 10.40.204.1 255.0.0.0
add net 10.0.0.0: gateway 10.40.204.1

# /sbin/route -v add -net 10.0.0.0 10.40.204.1 -netmask 255.0.0.0 
so_dst: inet 10.0.0.0; so_gate: inet 10.40.204.1; so_mask: inet 255.0.0.0; 
RTM_ADD: Add Route: len 136, priority 0, table 0, ifidx 0, pid: 0, seq 1, errno 0
flags:
fmask:
use:0   mtu:0expire:0
locks:  inits:
sockaddrs: 
 10.0.0.0 10.40.204.1 255.0.0.0
add net 10.0.0.0: gateway 10.40.204.1: Too many levels of symbolic links

# netstat -rnf inet
Routing tables

Internet:
DestinationGatewayFlags   Refs  Use   Mtu  Prio Iface
default192.168.100.1  UGS5   40 - 8 em0
224/4  127.0.0.1  URS00 32768 8 lo0
10.40.204/22   10.40.204.16   UGS06 - 8 tun0
10.40.204.16   10.40.204.16   UHhl   11 - 1 tun0
10.40.204.16   10.40.204.16   UH 00 - 8 tun0
127/8  127.0.0.1  UGRS   00 32768 8 lo0
127.0.0.1  127.0.0.1  UHhl   3  757 32768 1 lo0
192.168.100/24 192.168.100.100UCn17 - 4 em0
192.168.100.1  00:25:90:60:8f:1e  UHLch  25 - 4 em0
192.168.100.10028:d2:44:df:a1:87  UHLl   0   98 - 1 em0
192.168.100.255192.168.100.100UHb02 - 1 em0
~~~

j.



CVS: cvs.openbsd.org: ports

2016-09-10 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2016/09/10 18:08:42

Added files:
games/warzone2100/patches: patch-src_scripttabs_cpp 

Log message:
cannot cast nullptr_t to enum type



Re: openvpn-2.3.11 segfaults, error "Too many levels of symbolic links"

2016-09-10 Thread Brent Cook
Gah, I'm of course not running from a ramdisk:

OpenBSD 6.0-current (GENERIC.MP) #2431: Sat Sep 10 09:58:36 MDT 2016
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP

Please poke me (severely) if you are still seeing segfaults in OpenVPN with
this or later snaps.


On Sat, Sep 10, 2016 at 5:11 PM, Brent Cook  wrote:

>
> On Sat, Sep 10, 2016 at 3:07 PM, Jiri B  wrote:
>
>> On Fri, Sep 09, 2016 at 01:30:24PM +0200, Theo Buehler wrote:
>> > Recent changes to libcrypto were responsible for some fallout. The
>> > offending changes were backed out and this should be fixed with r1.35 of
>> > http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libcrypto/e
>> vp/evp_enc.c
>> >
>> > CVSROOT:  /cvs
>> > Module name:  src
>> > Changes by:   bc...@cvs.openbsd.org   2016/09/08 18:03:22
>> >
>> > Modified files:
>> >   lib/libcrypto/evp: evp_enc.c
>> >
>> > Log message:
>> > back out calls to EVP_CIPHER_CTX_cleanup() in
>> EVP_Cipher/Encrypt/DecryptFinal
>> >
>> > Software that refers to ctx after calling Final breaks with these
>> changes.
>> > revert parts of 1.31 and 1.32
>>
>> I updated to 'OpenBSD 6.0-current (GENERIC.MP) #2427: Fri Sep  9
>> 12:46:15 MDT 2016'
>> and rebuilt openvpn package and I have still the issue :/
>>
>> j.
>>
>>
> ​Hi Jiri,
>
>  I just double-checked an OpenVPN setup using ​the latest snap + the
> latest ports package, and it should no longer cause the segfault.
>
> OpenBSD 6.0-current (RAMDISK_CD) #2212: Sat Sep 10 10:03:50 MDT 2016
>
> The too many symbolic links issue seems to be related to the 'topology
> subnet' configuration on the server. I was having a similar issue and
> showed it to phessler in Cambridge. We found that OpenVPN seemed to be
> adding a route that mirrored an existing one, which led to that somewhat
> confusing error message. I'm not entirely sure how to resolve it, though
> locally I switched back to p2p topology.
>
> ​ - Brent​
>
>
>


Re: openvpn-2.3.11 segfaults, error "Too many levels of symbolic links"

2016-09-10 Thread Brent Cook
On Sat, Sep 10, 2016 at 3:07 PM, Jiri B  wrote:

> On Fri, Sep 09, 2016 at 01:30:24PM +0200, Theo Buehler wrote:
> > Recent changes to libcrypto were responsible for some fallout. The
> > offending changes were backed out and this should be fixed with r1.35 of
> > http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libcrypto/evp/evp_enc.c
> >
> > CVSROOT:  /cvs
> > Module name:  src
> > Changes by:   bc...@cvs.openbsd.org   2016/09/08 18:03:22
> >
> > Modified files:
> >   lib/libcrypto/evp: evp_enc.c
> >
> > Log message:
> > back out calls to EVP_CIPHER_CTX_cleanup() in
> EVP_Cipher/Encrypt/DecryptFinal
> >
> > Software that refers to ctx after calling Final breaks with these
> changes.
> > revert parts of 1.31 and 1.32
>
> I updated to 'OpenBSD 6.0-current (GENERIC.MP) #2427: Fri Sep  9 12:46:15
> MDT 2016'
> and rebuilt openvpn package and I have still the issue :/
>
> j.
>
>
​Hi Jiri,

 I just double-checked an OpenVPN setup using ​the latest snap + the latest
ports package, and it should no longer cause the segfault.

OpenBSD 6.0-current (RAMDISK_CD) #2212: Sat Sep 10 10:03:50 MDT 2016

The too many symbolic links issue seems to be related to the 'topology
subnet' configuration on the server. I was having a similar issue and
showed it to phessler in Cambridge. We found that OpenVPN seemed to be
adding a route that mirrored an existing one, which led to that somewhat
confusing error message. I'm not entirely sure how to resolve it, though
locally I switched back to p2p topology.

​ - Brent​


Re: openvpn-2.3.11 segfaults, error "Too many levels of symbolic links"

2016-09-10 Thread Jiri B
On Fri, Sep 09, 2016 at 01:30:24PM +0200, Theo Buehler wrote:
> Recent changes to libcrypto were responsible for some fallout. The
> offending changes were backed out and this should be fixed with r1.35 of
> http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libcrypto/evp/evp_enc.c
> 
> CVSROOT:  /cvs
> Module name:  src
> Changes by:   bc...@cvs.openbsd.org   2016/09/08 18:03:22
> 
> Modified files:
>   lib/libcrypto/evp: evp_enc.c 
> 
> Log message:
> back out calls to EVP_CIPHER_CTX_cleanup() in EVP_Cipher/Encrypt/DecryptFinal
> 
> Software that refers to ctx after calling Final breaks with these changes.
> revert parts of 1.31 and 1.32

I updated to 'OpenBSD 6.0-current (GENERIC.MP) #2427: Fri Sep  9 12:46:15 MDT 
2016'
and rebuilt openvpn package and I have still the issue :/

j.



xmonad-lib install failure on 6.0 amd64

2016-09-10 Thread Greg Steuck
I got to installing 6.0 today and noticed there's a mismatch between the
xmonad package and the ghc version of unix-2.7. I am getting this failure:
# echo $PKG_PATH
http://mirrors.syringanetworks.net/pub/OpenBSD/6.0/packages/amd64/
# pkg_add xmonad-lib
quirks-2.241 signed on 2016-07-26T16:56:10Z
xmonad-lib-0.11.1p1
(installing)|**|100%xmonad-0.11.1:
dependency "unix-2.7.1.0-1eb46399eeea47e8c604fe462037f106" doesn't exist
(use --force to override)
system(/bin/sh, -c, /usr/bin/env HOME=/nonexistent
/usr/local/lib/ghc/xmonad-0.11.1/register.sh -v0) failed:  exit(1)
xmonad-lib-0.11.1p1: ok
# ghc-pkg list unix
-v
Timestamp 2016-09-10 04:40:41.469207157 UTC for
/usr/local/lib/ghc/package.conf.d/package.cache
Timestamp 2016-09-10 04:40:41.469207157 UTC for
/usr/local/lib/ghc/package.conf.d (same as cache)
using cache: /usr/local/lib/ghc/package.conf.d/package.cache
db stack: ["/usr/local/lib/ghc/package.conf.d"]
modifying: Nothing
flag db stack: ["/usr/local/lib/ghc/package.conf.d"]
/usr/local/lib/ghc/package.conf.d
   unix-2.7.1.0 (2.7.1.0-5a50660ad24f11b222d9ab03451b0d1d)

% uname -a
OpenBSD my.machine 6.0 GENERIC.MP#2319 amd64

An observation:
% dmesg | tail
ghc-pkg(72228): mprotect W^X violation

But it shouldn't be a problem:
% mount
/dev/wd0d on /usr type ffs (local, nodev, wxallowed, softdep)

-- 
nest.cx is Gmail hosted, use PGP for anything private. Key:
http://goo.gl/6dMsr
Fingerprint: 5E2B 2D0E 1E03 2046 BEC3  4D50 0B15 42BD 8DF5 A1B0


lighttpd: SSL broken in OpenBSD 5.9/6.0 (fixed, patched upstream)

2016-09-10 Thread Walter Haidinger
Hi!

tl;dr: fixed upstream, quick patch for 5.9/6.0 below.

SSL support in lighttpd of OpenBSD 5.9 (1.3.36) and
OpenBSD 6.0 (1.3.38) is broken.

Note: already fixed by upsteam in 1.4.40:
https://redmine.lighttpd.net/issues/2729

Details and (upstream) patch:
https://redmine.lighttpd.net/projects/lighttpd/repository/revisions/1ca52fdce3b87f7748dd5db6f59d738ed7a9efe1/diff/src/network.c

When running lighttpd of OpenBSD 6.0, the error message is:
(network.c.773) SSL: error::lib(0):func(0):reason(0)

The following (crude) patch simply removes the check for SSLv2
and SSLv3 (it's vs. OpenBSD 6.0 lighttpd-1.4.38p1.tgz):

--- src/network.c.orig  Fri Dec  4 22:13:47 2015
+++ src/network.c   Sat Sep 10 16:00:32 2016
@@ -766,7 +766,7 @@

SSL_CTX_set_options(s->ssl_ctx, ssloptions);
SSL_CTX_set_info_callback(s->ssl_ctx, ssl_info_callback);
-
+#if 0
if (!s->ssl_use_sslv2) {
/* disable SSLv2 */
if (!(SSL_OP_NO_SSLv2 & SSL_CTX_set_options(s->ssl_ctx, 
SSL_OP_NO_SSLv2))) {
@@ -784,7 +784,7 @@
return -1;
}
}
-
+#endif
if (!buffer_string_is_empty(s->ssl_cipher_list)) {
/* Disable support for low encryption ciphers */
if (SSL_CTX_set_cipher_list(s->ssl_ctx, 
s->ssl_cipher_list->ptr) != 1) {

BR,
Walter

PS: quick howto:

The following works for OpenBSD 6.0 (tested i386), see
https://www.openbsd.org/faq/faq15.html#PortsInstall
for more information on building from ports.

save patch as:
/usr/ports/www/lighttpd/patches/patch-src_network_c

cd /usr/ports/www/lighttpd
make
make install
make clean
/etc/rc.d/lighttpd start 



CVS: cvs.openbsd.org: ports

2016-09-10 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/09/10 07:29:00

Modified files:
x11/dbus-glib  : Makefile distinfo 
x11/dbus-glib/pkg: PLIST 

Log message:
Update to dbus-glib-0.108.
- drop the gettext MODULE



CVS: cvs.openbsd.org: ports

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

Modified files:
devel/libusb1  : Makefile 
net/libcares   : Makefile 
audio/musepack : Makefile 
audio/opennap  : Makefile 
audio/opennap/patches: patch-opennap_h 
databases/postgresql: Makefile 
devel/libnfs   : Makefile 
devel/sdcc : Makefile 
editors/nvi: Makefile 
emulators/fs-uae: Makefile 
games/xbattle  : Makefile 
graphics/geomview: Makefile 
lang/jruby : Makefile 
lang/node  : Makefile 
lang/squeak/vm : Makefile 
lang/swi-prolog: Makefile 
mail/akpop3d   : Makefile 
mail/akpop3d/patches: patch-tcp_listen_c 
net/bgpq3  : Makefile 
net/bird   : Makefile 
net/kismet : Makefile 
net/libgadu: Makefile 
net/miniupnp/miniupnpd: Makefile 
net/nfdump : Makefile 
net/putty  : Makefile 
net/sic: Makefile 
net/sic/patches: patch-sic_c 
net/ucspi-tools: Makefile 
net/udns   : Makefile 
net/udns/patches: patch-Makefile_in 
net/wide-dhcpv6: Makefile 
print/hplip: Makefile 
security/aircrack-ng: Makefile 
security/aircrack-ng/patches: patch-src_osdep_openbsd_c 
shells/nsh : Makefile 
sysutils/beats/hwsensorsbeat: Makefile 
sysutils/conky : Makefile 
sysutils/e2fsprogs: Makefile 
sysutils/symon : Makefile 
sysutils/symon/patches: patch-platform_OpenBSD_platform_h 
textproc/wkhtmltopdf: Makefile 
www/phantomjs  : Makefile 
x11/enlightenment: Makefile 
x11/evilwm : Makefile 
x11/i3status   : Makefile 
x11/i3status/patches: patch-src_print_wireless_info_c 
Added files:
devel/libusb1/patches: patch-libusb_libusb_h 
net/libcares/patches: patch-ares_h 
audio/musepack/patches: patch-mpcenc_keyboard_c 
databases/postgresql/patches: patch-src_bin_scripts_vacuumdb_c 
devel/libnfs/patches: patch-include_nfsc_libnfs_h 
devel/sdcc/patches: patch-sim_ucsim_cmd_src_newcmdposixcl_h 
editors/nvi/patches: patch-common_exf_h 
emulators/fs-uae/patches: 
  patch-libfsemu_src_ml_manymouse_x11_xinput2_c 
games/xbattle/patches: patch-command_c patch-draw_c patch-edit_c 
   patch-error_c patch-extern_h patch-init_c 
   patch-main_c patch-replay_c patch-shape_c 
   patch-utils_c patch-window_c 
graphics/geomview/patches: patch-include_streampool_h 
lang/jruby/patches: patch-jruby-launcher_ng_c 
lang/node/patches: patch-deps_cares_include_ares_h 
lang/squeak/vm/patches: 

patch-platforms_unix_plugins_AsynchFilePlugin_sqUnixAsynchFile_c 
lang/swi-prolog/patches: patch-packages_clib_nonblockio_h 
net/bgpq3/patches: patch-bgpq_expander_c 
net/bird/patches: patch-client_client_c 
net/kismet/patches: patch-gpsd_h 
net/libgadu/patches: patch-examples_conn-async_c 
net/miniupnp/miniupnpd/patches: patch-asyncsendto_c 
patch-minissdp_c patch-natpmp_c 
patch-portinuse_c 
patch-upnpevents_c 
patch-upnppinhole_c 
patch-upnpredirect_c 
net/nfdump/patches: patch-bin_util_c 
net/putty/patches: patch-unix_uxcons_c 
net/ucspi-tools/patches: patch-tlss_c 
net/udns/patches: patch-rblcheck_c 
net/wide-dhcpv6/patches: patch-config_c 
print/hplip/patches: patch-protocol_discovery_mdns_c 
shells/nsh/patches: patch-ieee80211_c 
sysutils/beats/hwsensorsbeat/patches: 
  patch-beater_hwsensorsbeat_go 
sysutils/conky/patches: patch-src_read_tcp_c 
sysutils/e2fsprogs/patches: patch-lib_ext2fs_blkmap64_rb_c 
textproc/wkhtmltopdf/patches: 
  
patch-qt_src_corelib_concurrent_qtconcurrentiteratekernel_cpp 
www/phantomjs/patches: 
   
patch-src_qt_src_corelib_concurrent_qtconcurrentiteratekernel_cpp 
x11/enlightenment/patches: patch-eesh_main_c 
x11/evilwm/patches: patch-events_c 

Log message:
First pass at pre-entively fixing ports that would break once guenther's header
pollution diff is in.

lang/squeak/vm does not build but it's due to the recent audio changes
games/xbattle: also fixes some conflicting implicit decl
print/hplip: also fixes some conflicting implicit decl



CVS: cvs.openbsd.org: ports

2016-09-10 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/09/10 06:53:25

ports/net/libcares/patches

Update of /cvs/ports/net/libcares/patches
In directory cvs.openbsd.org:/tmp/cvs-serv42855/patches

Log Message:
Directory /cvs/ports/net/libcares/patches added to the repository



CVS: cvs.openbsd.org: ports

2016-09-10 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/09/10 06:46:03

ports/net/bgpq3/patches

Update of /cvs/ports/net/bgpq3/patches
In directory cvs.openbsd.org:/tmp/cvs-serv53390/net/bgpq3/patches

Log Message:
Directory /cvs/ports/net/bgpq3/patches added to the repository



CVS: cvs.openbsd.org: ports

2016-09-10 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/09/10 06:46:03

ports/sysutils/beats/hwsensorsbeat/patches

Update of /cvs/ports/sysutils/beats/hwsensorsbeat/patches
In directory 
cvs.openbsd.org:/tmp/cvs-serv53390/sysutils/beats/hwsensorsbeat/patches

Log Message:
Directory /cvs/ports/sysutils/beats/hwsensorsbeat/patches added to the 
repository



[update] sabnzbd to 1.1.0

2016-09-10 Thread Carlin Bingham
Lots of changes and fixes, full changelog:
https://github.com/sabnzbd/sabnzbd/releases/tag/1.1.0


-- 
Carlin


Index: news/sabnzbd/Makefile
===
RCS file: /cvs/ports/news/sabnzbd/Makefile,v
retrieving revision 1.10
diff -u -p -u -r1.10 Makefile
--- news/sabnzbd/Makefile   5 Jun 2016 19:13:57 -   1.10
+++ news/sabnzbd/Makefile   10 Sep 2016 11:49:25 -
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.10 2016/06/05 19:13:57 mglocker Exp $
 
 COMMENT =  retrieve and process nzb-files via web interface
-VERSION =  1.0.3
+VERSION =  1.1.0
 DISTNAME = SABnzbd-${VERSION}-src
 PKGNAME =  sabnzbd-${VERSION}
 CATEGORIES =   news
Index: news/sabnzbd/distinfo
===
RCS file: /cvs/ports/news/sabnzbd/distinfo,v
retrieving revision 1.6
diff -u -p -u -r1.6 distinfo
--- news/sabnzbd/distinfo   5 Jun 2016 19:13:57 -   1.6
+++ news/sabnzbd/distinfo   10 Sep 2016 11:49:25 -
@@ -1,2 +1,2 @@
-SHA256 (SABnzbd-1.0.3-src.tar.gz) = 
z4fT8X/APos6SzAQJhEVwq1+L3c7Xt6VqAAls0DbvTU=
-SIZE (SABnzbd-1.0.3-src.tar.gz) = 2975111
+SHA256 (SABnzbd-1.1.0-src.tar.gz) = 
Poaol96hwnbFTuOGZ6mA9kTxbVffdWEv6e76hLM5zpo=
+SIZE (SABnzbd-1.1.0-src.tar.gz) = 2736977
Index: news/sabnzbd/pkg/PLIST
===
RCS file: /cvs/ports/news/sabnzbd/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -u -r1.4 PLIST
--- news/sabnzbd/pkg/PLIST  21 Mar 2016 23:30:08 -  1.4
+++ news/sabnzbd/pkg/PLIST  10 Sep 2016 11:49:25 -
@@ -23,7 +23,6 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/sabnzbd/SABnzbd.pyc
 lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/
 lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/LICENSE.txt
-lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/Patch-for-CP-3.8.0.diff
 lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/VERSION.txt
 lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/__init__.py
 lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/__init__.pyc
@@ -63,6 +62,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/_cpwsgi.pyc
 lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/_cpwsgi_server.py
 lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/_cpwsgi_server.pyc
+lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/_helper.py
+lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/_helper.pyc
 lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/cherryd
 lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/daemon.py
 lib/python${MODPY_VERSION}/site-packages/sabnzbd/cherrypy/daemon.pyc
@@ -186,9 +187,9 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/sabnzbd/icons/
 lib/python${MODPY_VERSION}/site-packages/sabnzbd/icons/nzb.ico
 lib/python${MODPY_VERSION}/site-packages/sabnzbd/icons/sabnzbd.ico
-lib/python${MODPY_VERSION}/site-packages/sabnzbd/icons/sabnzbd16.ico
-lib/python${MODPY_VERSION}/site-packages/sabnzbd/icons/sabnzbd16green.ico
-lib/python${MODPY_VERSION}/site-packages/sabnzbd/icons/sabnzbd16paused.ico
+lib/python${MODPY_VERSION}/site-packages/sabnzbd/icons/sabnzbd16_32.ico
+lib/python${MODPY_VERSION}/site-packages/sabnzbd/icons/sabnzbd16_32green.ico
+lib/python${MODPY_VERSION}/site-packages/sabnzbd/icons/sabnzbd16_32paused.ico
 lib/python${MODPY_VERSION}/site-packages/sabnzbd/interfaces/
 lib/python${MODPY_VERSION}/site-packages/sabnzbd/interfaces/Config/
 lib/python${MODPY_VERSION}/site-packages/sabnzbd/interfaces/Config/README.txt
@@ -206,6 +207,8 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/sabnzbd/interfaces/Config/templates/config_sorting.tmpl
 
lib/python${MODPY_VERSION}/site-packages/sabnzbd/interfaces/Config/templates/config_special.tmpl
 
lib/python${MODPY_VERSION}/site-packages/sabnzbd/interfaces/Config/templates/config_switches.tmpl
+lib/python${MODPY_VERSION}/site-packages/sabnzbd/interfaces/Config/templates/login/
+lib/python${MODPY_VERSION}/site-packages/sabnzbd/interfaces/Config/templates/login/main.tmpl
 
lib/python${MODPY_VERSION}/site-packages/sabnzbd/interfaces/Config/templates/main.tmpl
 
lib/python${MODPY_VERSION}/site-packages/sabnzbd/interfaces/Config/templates/staticcfg/
 
lib/python${MODPY_VERSION}/site-packages/sabnzbd/interfaces/Config/templates/staticcfg/bootstrap/
@@ -218,8 +221,10 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/sabnzbd/interfaces/Config/templates/staticcfg/bootstrap/js/
 
lib/python${MODPY_VERSION}/site-packages/sabnzbd/interfaces/Config/templates/staticcfg/bootstrap/js/bootstrap.min.js
 

CVS: cvs.openbsd.org: ports

2016-09-10 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2016/09/10 03:55:34

Modified files:
audio/rhythmbox: Makefile distinfo 
audio/rhythmbox/pkg: PLIST 

Log message:
Update to rhythmbox-3.4.1.