CVS: cvs.openbsd.org: ports

2013-08-28 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2013/08/28 01:46:09

Modified files:
devel/glib2: Makefile 
Added files:
devel/glib2/patches: patch-configure_ac 

Log message:
Properly detect atomic ops.

prodded by miod@ and tested by myself on sparc
patch from sthen@



CVS: cvs.openbsd.org: ports

2013-08-28 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2013/08/28 01:47:12

Removed files:
devel/glib2/patches: patch-configure 

Log message:
Remove useless, forgot in previous.



CVS: cvs.openbsd.org: ports

2013-08-28 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2013/08/28 01:59:46

Modified files:
x11/gnome/seahorse: Makefile 
Added files:
x11/gnome/seahorse/patches: patch-gkr_seahorse-gkr-actions_c 
patch-gkr_seahorse-gkr-backend_c 

Log message:
Fix build with libsecret =0.16

spotted by nigel@



CVS: cvs.openbsd.org: ports

2013-08-28 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2013/08/28 02:00:37

Modified files:
devel/goffice  : Makefile distinfo 

Log message:
Update to goffice-0.10.6.



CVS: cvs.openbsd.org: ports

2013-08-28 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2013/08/28 02:00:59

Modified files:
math/gnumeric  : Makefile distinfo 

Log message:
Update to gnumeric-1.12.6.



CVS: cvs.openbsd.org: ports

2013-08-28 Thread Stefan Sperling
CVSROOT:/cvs
Module name:ports
Changes by: s...@cvs.openbsd.org2013/08/28 03:33:30

Modified files:
x11/gnome/desktop: Makefile 
x11/gnome/desktop/patches: 
   patch-libgnome-desktop_gnome-languages_c 

Log message:
Make GNOME detect supported locales from 'locale -a' output (which is
POSIX compliant), in addition to looking for linux-specific locale
archive files and rummaging around in the /usr/share/locale directory
with unportable assumptions about its contents.

Fixes GNOME's language/keyboard settings and makes locales work as
expected in the GNOME desktop.

ok aja



CVS: cvs.openbsd.org: ports

2013-08-28 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2013/08/28 03:45:12

Modified files:
x11/gnome/desktop: Makefile 
x11/gnome/desktop/patches: 
   patch-libgnome-desktop_gnome-languages_c 

Log message:
Some part of this patch is not needed anymore.



CVS: cvs.openbsd.org: ports

2013-08-28 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2013/08/28 03:46:15

Modified files:
telephony/asterisk: Makefile distinfo 

Log message:
SECURITY update to Asterisk 11.5.1

AST-2013-005: Remote crash from invalid SDP

If the SIP channel driver processes an invalid SDP that defines media
descriptions before connection information, it may attempt to
reference the socket address information even though that information
has not yet been set. This will cause a crash.

AST-2013-004: Fix crash when handling ACK on dialog that has no channel

A remotely exploitable crash vulnerability exists in the SIP channel
driver if an ACK with SDP is received after the channel has been
terminated. The handling code incorrectly assumed that the channel
would always be present.



CVS: cvs.openbsd.org: ports

2013-08-28 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2013/08/28 03:46:46

Modified files:
telephony/asterisk: Tag: OPENBSD_5_3 Makefile distinfo 

Log message:
SECURITY update (5.3-stable) to Asterisk 10.12.3

AST-2013-005: Remote crash from invalid SDP

If the SIP channel driver processes an invalid SDP that defines media
descriptions before connection information, it may attempt to
reference the socket address information even though that information
has not yet been set. This will cause a crash.

AST-2013-004: Fix crash when handling ACK on dialog that has no channel

A remotely exploitable crash vulnerability exists in the SIP channel
driver if an ACK with SDP is received after the channel has been
terminated. The handling code incorrectly assumed that the channel
would always be present.



CVS: cvs.openbsd.org: ports

2013-08-28 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2013/08/28 04:02:53

Modified files:
devel/glib2/patches: patch-configure_ac 

Log message:
Pushed upstream.



CVS: cvs.openbsd.org: ports

2013-08-28 Thread Federico G. Schwindt
CVSROOT:/cvs
Module name:ports
Changes by: fg...@cvs.openbsd.org   2013/08/28 05:53:16

Modified files:
net/ngircd : Makefile distinfo 

Log message:
SECURITY update to ngIRCd 20.3

ngIRCd 20, 20.1, and 20.2 contains an error that could crash the server
daemon when the configuration option NoticeAuth is enabled (which is not
the default).



CVS: cvs.openbsd.org: ports

2013-08-28 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2013/08/28 05:55:06

Modified files:
infrastructure/lib/DPB: Core.pm 

Log message:
some features are not tested often enough.
fix stop-host.
problem noticed by Florian Obser



CVS: cvs.openbsd.org: ports

2013-08-28 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2013/08/28 06:00:39

Modified files:
infrastructure/lib/DPB: Engine.pm 

Log message:
so new_path relies on the pkgname being there, but the engine proper doesn't.
confuses the hell out of some people (hi naddy!) as dpb restarts will notice
built packages regardless of the path.

make things more symetric by doing the check each time we go through tobuild.

I have some misgivings about this, since this is potentially expensive...



CVS: cvs.openbsd.org: ports

2013-08-28 Thread Brad Smith
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2013/08/28 09:30:35

Modified files:
multimedia/xine-lib: Makefile 
Added files:
multimedia/xine-lib/patches: 
 
patch-src_combined_ffmpeg_ff_audio_decoder_c 
 
patch-src_combined_ffmpeg_ff_video_decoder_c 
 patch-src_combined_ffmpeg_ffmpeg_compat_h 
 patch-src_combined_ffmpeg_xine_video_list 
 patch-src_xine-engine_video_out_c 

Log message:
Several fixes from upstream:

- Fix multichannel playback.
- Default to square pixels.
- Avoid CODEC_FLAG_EMU_EDG.
- Use AV_CODEC_ID_MPEG2VIDEO.
- Fix another potential xine_play() hang.

ok sthen@



CVS: cvs.openbsd.org: ports

2013-08-28 Thread Robert Peichaer
CVSROOT:/cvs
Module name:ports
Changes by: r...@cvs.openbsd.org2013/08/28 11:27:47

Modified files:
infrastructure/templates: network.conf.template 

Log message:
- remove non-working master sites
- replace e.pypi.python.org with g.pypi.python.org

ok sthen@



CVS: cvs.openbsd.org: ports

2013-08-28 Thread Aaron Bieber
CVSROOT:/cvs
Module name:ports
Changes by: abie...@cvs.openbsd.org 2013/08/28 14:25:21

Removed files:
devel/node-fibers/patches: patch-binding_gyp 

Log message:
Forgot to remove the patch-binding_gyp file from last commit.

Thanks Alexey Suslikov for noticing.



CVS: cvs.openbsd.org: ports

2013-08-28 Thread Robert Peichaer
CVSROOT:/cvs
Module name:ports
Changes by: r...@cvs.openbsd.org2013/08/28 14:43:12

Modified files:
infrastructure/templates: network.conf.template 

Log message:
zap two outdated MASTER_SITE_ISC mirrors

ok sthen@ ajacoutot@



CVS: cvs.openbsd.org: ports

2013-08-28 Thread Robert Peichaer
CVSROOT:/cvs
Module name:ports
Changes by: r...@cvs.openbsd.org2013/08/28 14:55:22

Modified files:
net/isc-bind   : Makefile distinfo 

Log message:
RRL patches version naming scheme changed and
bump REVISION due to slightly changed patch file

with feedback from and ok sthen@