head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.4 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.2 pkgsrc-2012Q4-base:1.5 pkgsrc-2012Q3:1.4.0.12 pkgsrc-2012Q3-base:1.4 pkgsrc-2012Q2:1.4.0.10 pkgsrc-2012Q2-base:1.4 pkgsrc-2012Q1:1.4.0.8 pkgsrc-2012Q1-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q3:1.4.0.4 pkgsrc-2011Q3-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2011Q1:1.3.0.28 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.26 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.24 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.22 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.20 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.18 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.16 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.14 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.12 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.10 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.8 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.6 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.4 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2012.10.03.22.03.41; author wiz; state dead; branches; next 1.4; 1.4 date 2011.06.04.05.08.20; author obache; state Exp; branches; next 1.3; 1.3 date 2008.06.27.20.08.20; author wiz; state Exp; branches; next 1.2; 1.2 date 2008.05.09.10.03.16; author tnn; state Exp; branches; next 1.1; 1.1 date 2008.04.24.01.50.58; author tnn; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2008.04.24.01.50.58; author tnn; state Exp; branches; next ; desc @@ 1.5 log @Remove python25, as promised in March. EOL'd last year. @ text @$NetBSD: patch-ad,v 1.4 2011/06/04 05:08:20 obache Exp $ --- Modules/_ctypes/libffi/configure.orig 2007-09-04 23:47:16.000000000 +0000 +++ Modules/_ctypes/libffi/configure @@@@ -3486,6 +3486,7 @@@@ i*86-*-beos*) TARGET=X86; TARGETDIR=x86; i*86-*-freebsd* | i*86-*-kfreebsd*-gnu) TARGET=X86; TARGETDIR=x86;; i*86-*-netbsdelf* | i*86-*-knetbsd*-gnu) TARGET=X86; TARGETDIR=x86;; i*86-*-openbsd*) TARGET=X86; TARGETDIR=x86;; +i*86-*-dragonfly*) TARGET=X86; TARGETDIR=x86;; i*86-*-rtems*) TARGET=X86; TARGETDIR=x86;; i*86-*-win32*) TARGET=X86_WIN32; TARGETDIR=x86;; i*86-*-cygwin*) TARGET=X86_WIN32; TARGETDIR=x86;; @@@@ -3516,7 +3517,7 @@@@ arm*-*-rtems*) TARGET=ARM; TARGETDIR=arm cris-*-*) TARGET=LIBFFI_CRIS; TARGETDIR=cris;; s390-*-linux-*) TARGET=S390; TARGETDIR=s390;; s390x-*-linux-*) TARGET=S390; TARGETDIR=s390;; -x86_64-*-linux* | x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) TARGET=X86_64; TARGETDIR=x86;; +x86_64-*-netbsd* | x86_64-*-linux* | x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu | x86_64-*-dragonfly*) TARGET=X86_64; TARGETDIR=x86;; sh-*-linux* | sh[34]*-*-linux*) TARGET=SH; TARGETDIR=sh;; sh-*-rtems*) TARGET=SH; TARGETDIR=sh;; sh64-*-linux* | sh5*-*-linux*) TARGET=SH64; TARGETDIR=sh64;; @ 1.4 log @Update python25 to 2.5.6. (contains already fixed issues, #11662 patch-b{a,b}, #8674,#7673 patch-bc) What's New in Python 2.5.6? =========================== *Release date: 26-May-2011* What's New in Python 2.5.6c1? ============================= *Release date: 17-Apr-2011* Library ------- - Issue #11442: Add a charset parameter to the Content-type in SimpleHTTPServer to avoid XSS attacks. - Issue #11662: Make urllib and urllib2 ignore redirections if the scheme is not HTTP, HTTPS or FTP (CVE-2011-1521). - Issue #8674: Fixed a number of incorrect or undefined-behaviour-inducing overflow checks in the audioop module (CVE-2010-1634). - Issue #7673: Fix security vulnerability (CVE-2010-2089) in the audioop module, ensure that the input string length is a multiple of the frame size. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.3 2008/06/27 20:08:20 wiz Exp $ @ 1.3 log @patch-ad: add RCS Id patch-al: Remove hunk that shouldn't ever appear in patches (as pkglint warns). distinfo: regen @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- Modules/_ctypes/libffi/configure.orig 2007-09-05 02:47:16 +0300 +++ Modules/_ctypes/libffi/configure 2008-05-08 23:56:47 +0300 @@@@ -3486,6 +3486,7 @@@@ d13 1 a13 1 @@@@ -3516,7 +3517,7 @@@@ @ 1.2 log @PR pkg/38614: Hasso Tepper: Fix build on DragonFlyBSD. @ text @d1 2 @ 1.1 log @Initial revision @ text @d1 11 a11 5 $NetBSD$ --- Modules/_ctypes/libffi/configure.orig 2006-08-14 18:17:41.000000000 +0200 +++ Modules/_ctypes/libffi/configure @@@@ -3516,7 +3516,7 @@@@ arm*-*-rtems*) TARGET=ARM; TARGETDIR=arm d16 1 a16 1 +x86_64-*-netbsd* | x86_64-*-linux* | x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) TARGET=X86_64; TARGETDIR=x86;; @ 1.1.1.1 log @Here's python25-2.5.2, courtesy of pkgsrc-wip. It probably needs plenty more polishing, especially on !NetBSD. Python 2.4 will remain the default for some time. For the new features in Python 2.5, look here: * http://docs.python.org/whatsnew/whatsnew25.html @ text @@