Thomas Klausner | 1 Nov 2010 01:08
Picon

CVS commit: pkgsrc

Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon Nov  1 00:08:16 UTC 2010

Modified Files:
	pkgsrc/audio/SDL_sound: Makefile
	pkgsrc/audio/gkrellm-volume: Makefile
	pkgsrc/audio/gkrellm-xmms: Makefile
	pkgsrc/devel/nsis: Makefile
	pkgsrc/devel/p5-Class-Factory-Util: Makefile
	pkgsrc/devel/p5-Class-Singleton: Makefile
	pkgsrc/emulators/dosbox: Makefile
	pkgsrc/finance/gkrellm-stock: Makefile
	pkgsrc/games/gltron: Makefile
	pkgsrc/graphics/cdlabelgen: Makefile
	pkgsrc/graphics/py-OpenGL: Makefile
	pkgsrc/misc/gkrellm-flynn: Makefile
	pkgsrc/misc/gkrellm-launch: Makefile
	pkgsrc/misc/gkrellm-leds: Makefile
	pkgsrc/misc/gkrellm-moon: Makefile
	pkgsrc/multimedia/ogmtools: Makefile
	pkgsrc/net/arping: Makefile
	pkgsrc/net/gkrellm-multiping: Makefile
	pkgsrc/net/gkrellm-snmp: Makefile
	pkgsrc/net/gkrellm-wireless: Makefile
	pkgsrc/net/mppe-lkm: Makefile
	pkgsrc/net/pppd: Makefile
	pkgsrc/news/newsx: Makefile
	pkgsrc/security/CSP: Makefile
	pkgsrc/security/p5-Authen-SASL-Cyrus: Makefile
(Continue reading)

OBATA Akio | 1 Nov 2010 05:02
Picon

CVS commit: pkgsrc/security/ruby-oauth

Module Name:	pkgsrc
Committed By:	obache
Date:		Mon Nov  1 04:02:26 UTC 2010

Modified Files:
	pkgsrc/security/ruby-oauth: Makefile distinfo

Log Message:
Update ruby-oauth to 0.4.4.

=== 0.4.4 2010-10-31

* Fix LoadError rescue in tests: return can't be used in this context
  (Hans de G raaff)
* HTTP headers should be strings. (seancribbs)
* ensure consumer uri gets set back to original config even if an error occurs
  (Brian Finney)
* Yahoo uses & to split records in OAuth headers (Brian Finney)
* Added support for Rails 3 in client/action_controller_request (Pelle)

To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/ruby-oauth/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/ruby-oauth/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

OBATA Akio | 1 Nov 2010 05:02
Picon

CVS commit: pkgsrc/doc

Module Name:	pkgsrc
Committed By:	obache
Date:		Mon Nov  1 04:02:41 UTC 2010

Modified Files:
	pkgsrc/doc: CHANGES-2010

Log Message:
Updated security/ruby-oauth to 0.4.4

To generate a diff of this commit:
cvs rdiff -u -r1.3852 -r1.3853 pkgsrc/doc/CHANGES-2010

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Dan McMahill | 1 Nov 2010 12:12
Picon

CVS commit: pkgsrc/lang/f2c

Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Mon Nov  1 11:12:16 UTC 2010

Modified Files:
	pkgsrc/lang/f2c: Makefile

Log Message:
update the distfile creation comments a bit

To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/lang/f2c/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Bernd Ernesti | 1 Nov 2010 16:15
Picon

Re: CVS commit: pkgsrc/emulators/suse113_linux

On Fri, Sep 24, 2010 at 01:28:06AM +0000, Chuck Silvers wrote:
> Module Name:	pkgsrc
> Committed By:	chs
> Date:		Fri Sep 24 01:28:06 UTC 2010
> 
> Update of /cvsroot/pkgsrc/emulators/suse113_linux
> In directory ivanova.netbsd.org:/tmp/cvs-serv666
> 
> Log Message:
> Initial import of openSUSE 11.3 packages for Linux emulation.
> 
> Status:
> 
> Vendor Tag:	TNF
> Release Tags:	pkgsrc-base
> 		
> N pkgsrc/emulators/suse113_linux/Makefile.common
> N pkgsrc/emulators/suse113_linux/emulator.mk

Hmm,

# The SuSE 11.x Linux packages are only usable on the following platforms.
.if defined(SUSE_COMPAT32)
.else
EMUL_PLATFORMS+=        linux-x86_64
ONLY_FOR_PLATFORM+=     NetBSD-5.99*-i386
ONLY_FOR_PLATFORM+=     NetBSD-[6-9]*-i386
.endif
EMUL_PLATFORMS+=        linux-i386
ONLY_FOR_PLATFORM+=     NetBSD-5.99*-x86_64
(Continue reading)

Adam Ciarcinski | 1 Nov 2010 18:20
Picon

CVS commit: pkgsrc/devel/apr

Module Name:	pkgsrc
Committed By:	adam
Date:		Mon Nov  1 17:20:03 UTC 2010

Modified Files:
	pkgsrc/devel/apr: Makefile distinfo

Log Message:
Changes 1.4.2:
* Undo a crash-bug introduced in 1.3.9 affecting some applications of
  the apr hash and table structures, reported to affect Subversion

Changes 1.4.1:
* Win32: Properly handle the ERROR_DIRECTORY system error code.

Changes 1.4.0:
* Add apr_global_mutex_lockfile() for retrieving the file, if any,
  associated with the mutex.  Add apr_global_mutex_name() for retrieving
  the name of the lock mechanism used by the underlying proc mutex.

* Add apr_socket_atreadeof to determine whether the receive part of the
  socket has been closed by the peer.

* Make apr_pollset and apr_pollcb implementations using providers.
  Added apr_pollset_create_ex and apr_pollcb_create_ex that allows
  choosing non-default providers.

* apr_temp_dir_get() now checks the TMPDIR environment variable first,
  instead of third.

(Continue reading)

Adam Ciarcinski | 1 Nov 2010 18:28
Picon

CVS commit: pkgsrc/www/apache22

Module Name:	pkgsrc
Committed By:	adam
Date:		Mon Nov  1 17:28:50 UTC 2010

Modified Files:
	pkgsrc/www/apache22: Makefile buildlink3.mk distinfo options.mk

Log Message:
Changes 2.2.17:
* prefork MPM: Run cleanups for final request when process exits gracefully
  to work around a flaw in apr-util.
* mod_reqtimeout: Do not wrongly enforce timeouts for mod_proxy's backend
  connections and other protocol handlers (like mod_ftp). Enforce the
  timeout for AP_MODE_GETLINE. If there is a timeout, shorten the lingering
  close time from 30 to 2 seconds.
* Proxy balancer: support setting error status according to HTTP response
  code from a backend.
* mod_authnz_ldap: If AuthLDAPCharsetConfig is set, also convert the
  password to UTF-8.
* core: check symlink ownership if both FollowSymlinks and
  SymlinksIfOwnerMatch are set
* core: fix origin checking in SymlinksIfOwnerMatch
* mod_headers: Enable multi-match-and-replace edit option
* mod_log_config: Make ${cookie}C correctly match whole cookie names
  instead of substrings.
* mod_dir, mod_negotiation: Pass the output filter information
  to newly created sub requests; as these are later on used
  as true requests with an internal redirect. This allows for
  mod_cache et.al. to trap the results of the redirect.
* rotatelogs: Fix possible buffer overflow if admin configures a
(Continue reading)

Adam Ciarcinski | 1 Nov 2010 18:44
Picon

CVS commit: pkgsrc/devel/apr-util

Module Name:	pkgsrc
Committed By:	adam
Date:		Mon Nov  1 17:44:53 UTC 2010

Modified Files:
	pkgsrc/devel/apr-util: Makefile distinfo

Log Message:
Switch distfile to .tar.bz2 to save precious space.

To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/apr-util/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/apr-util/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Thomas Klausner | 1 Nov 2010 19:01
Picon

CVS commit: pkgsrc/lang/f2c

Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon Nov  1 18:01:16 UTC 2010

Modified Files:
	pkgsrc/lang/f2c: Makefile

Log Message:
Fix a typo.

To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/lang/f2c/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Adam Ciarcinski | 1 Nov 2010 19:03
Picon

CVS commit: pkgsrc

Module Name:	pkgsrc
Committed By:	adam
Date:		Mon Nov  1 18:03:04 UTC 2010

Modified Files:
	pkgsrc/devel/apr0: Makefile distinfo
	pkgsrc/devel/apr0/patches: patch-ao patch-au
	pkgsrc/www/apache2: Makefile Makefile.common PLIST buildlink3.mk
	    distinfo options.mk
	pkgsrc/www/apache2/patches: patch-ab patch-ac patch-ae patch-ah
Removed Files:
	pkgsrc/devel/apr0/patches: patch-ab patch-ac
	pkgsrc/www/apache2/patches: patch-ap patch-aq

Log Message:
Changes 2.0.64:
* SECURITY: CVE-2010-1452 (cve.mitre.org)
  mod_dav: Fix Handling of requests without a path segment.
* SECURITY: CVE-2009-1891 (cve.mitre.org)
  Fix a potential Denial-of-Service attack against mod_deflate or other
  modules, by forcing the server to consume CPU time in compressing a
  large file after a client disconnects.
* SECURITY: CVE-2009-3095 (cve.mitre.org)
  mod_proxy_ftp: sanity check authn credentials.
* SECURITY: CVE-2009-3094 (cve.mitre.org)
  mod_proxy_ftp: NULL pointer dereference on error paths.
* SECURITY: CVE-2009-3555 (cve.mitre.org)
  mod_ssl: Comprehensive fix of the TLS renegotiation prefix injection
  attack when compiled against OpenSSL version 0.9.8m or later. Introduces
  the 'SSLInsecureRenegotiation' directive to reopen this vulnerability
(Continue reading)


Gmane