pkgsrc/lang
wiz 68f151db2c Update to 2.3.7:
Python 2.3 is now well and truly in bugfix-only mode; no new features
are being added, and only security critical bugs have been fixed.
This release addresses a number of cases interpreter might have
crashed in certain boundary conditions.

What's New in Python 2.3.7?
===========================

*Release date: 11-Mar-2008*

What's New in Python 2.3.7c1?
===========================

*Release date: 02-Mar-2008*

Core and builtins
-----------------

- Added checks for integer overflows, contributed by Google. Some are
  only available if asserts are left in the code, in cases where they
  can't be triggered from Python code.


What's New in Python 2.3.6?
===========================

*Release date: 01-NOV-2006*

What's New in Python 2.3.6c1?
=============================

*Release date: 25-OCT-2006*

Core and builtins
-----------------

- Patch #1541585: fix buffer overrun when performing repr() on
  a unicode string in a build with wide unicode (UCS-4) support.
  This is the problem described in security advisory PSF-2006-001.

Extension modules
-----------------

- Apply fix for potential heap overflow in PCRE code (CAN-2005-2491).

Library
-------

- The email package has improved RFC 2231 support, specifically for
  recognizing the difference between encoded (name*0*=<blah>) and non-encoded
  (name*0=<blah>) parameter continuations.  This may change the types of
  values returned from email.message.Message.get_param() and friends.
  Specifically in some cases where non-encoded continuations were used,
  get_param() used to return a 3-tuple of (None, None, string) whereas now it
  will just return the string (since non-encoded continuations don't have
  charset and language parts).

  Also, whereas % values were decoded in all parameter continuations, they are
  now only decoded in encoded parameter parts.
2008-11-10 19:41:47 +00:00
..
a60 Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
awka Fixed typo. 2007-08-18 06:03:14 +00:00
baci Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
brandybasic Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
bwbasic Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
caml-light Fix broken 64-bit build. Add destdir support. 2008-09-05 02:07:51 +00:00
camlp5 Update lang/camlp5 to 5.09 2008-06-21 06:37:52 +00:00
ccsh Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
cdl3 Add DESTDIR support. 2008-06-12 02:14:13 +00:00
Cg-compiler Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
chicken Update chicken to 3.4.0. 2008-10-07 15:28:44 +00:00
cim Add DESTDIR support. 2008-06-12 02:14:13 +00:00
cint Fix broken 64-bit build, and patch makefile to stop on error. There 2008-09-05 05:27:30 +00:00
classpath Supports DESTDIR. 2008-03-13 22:58:17 +00:00
classpath-gui Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves. 2007-09-21 13:03:25 +00:00
clisp Update to clisp-2.47. From Aleksej Saushev via pkgsrc-wip. Changes: 2008-10-27 18:07:23 +00:00
coq Bunp PKGREVISION, as it requires rebuild with ocaml 3.10.2 and cmalp5 5.08 2008-04-27 10:46:16 +00:00
cu-prolog Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
drscheme Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
eag Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
ecl Import ecl-0.9.12 (ecl-0.9l) as lang/ecl. From pkgsrc-wip, packaged by asau@ 2008-08-12 19:57:45 +00:00
eieio Move mk/emacs.mk to editors/emacs/modules.mk. 2008-10-11 09:31:54 +00:00
elisp-manual Add CONFLICTS line for previous PKGNAME versions. 2008-03-10 10:33:38 +00:00
elk Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
embryo Set PKGCONFIG_OVERRIDE. 2008-10-26 19:16:13 +00:00
erlang MAKE_JOBS_SAFE=no 2008-08-19 11:04:52 +00:00
erlang-doc Explicitly add pax dependency in those Makefiles that use it (or have 2008-05-25 21:42:20 +00:00
erlang-man Explicitly add pax dependency in those Makefiles that use it (or have 2008-05-25 21:42:20 +00:00
ezm3 Reset maintainer on his request. 2008-02-04 14:42:14 +00:00
f2c When calling 'cc -c' use a stripped down version of CFLAGS that 2008-04-30 21:38:15 +00:00
focal Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
fort77 Add DESTDIR support. 2008-06-12 02:14:13 +00:00
g95 Add some bits to the previous commit's destdir support, so install now 2008-09-07 01:59:26 +00:00
gambc lang/gambc and lang/scheme48 are conflict with bin/scheme-r5rs. 2008-08-31 09:17:56 +00:00
gauche Don't leak rpath references to the work directory. Bump revision. 2008-06-21 17:17:51 +00:00
gawk Changes 3.1.6: 2007-11-02 07:17:59 +00:00
gcc gcc-2 needs to be built with gcc3 on netbsd-4. From Aleksej Saushev. 2008-02-01 07:50:01 +00:00
gcc-ssp Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
gcc3 Make sure that meta packages set META_PACKAGE before including 2008-06-15 09:51:58 +00:00
gcc3-ada Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to make 2007-01-17 03:11:18 +00:00
gcc3-c Move code that generates a dynamic PLIST from the {pre,do,post}-install 2007-10-25 21:04:21 +00:00
gcc3-c++ Use ${INSTALL_ENV} instead of passing DESTDIR explicitly, at the 2008-09-07 05:19:33 +00:00
gcc3-f77 Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes. 2006-12-12 21:52:34 +00:00
gcc3-java Refine previous slightly; it can now actually configure libjava 2008-09-07 05:12:58 +00:00
gcc3-objc Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes. 2006-12-12 21:52:34 +00:00
gcc34 Fixes pkgname of BUILDLINK_DEPMETHOD, it caused unwanted full dependency, 2008-07-28 09:48:48 +00:00
gcc34-ada Remove trailing spaces. 2007-10-09 19:19:08 +00:00
gforth share/emacs/site-lisp now exists by default -- don't try to remove it. 2007-02-20 19:04:10 +00:00
ghc Fix build with perl 5.10. 2008-11-03 10:08:15 +00:00
gpc Added a patch for gcc4. 2008-02-17 10:07:59 +00:00
gprolog Make this configure for NetBSD amd64. While here, add DESTDIR support. 2008-09-07 04:35:41 +00:00
guile avoid hidden dependency on emacs, should fix build problem reported by wiz 2008-06-02 16:38:20 +00:00
guile16 Mark as destdir ready. 2008-07-14 12:55:56 +00:00
gwydion-dylan Add a comment warning that this package can cause bulk builds to hang. 2008-09-07 23:55:41 +00:00
hugs Mark as destdir ready. 2008-07-14 12:55:56 +00:00
icon Add the directory of the manpage to the INSTALLATION_DIRS. 2008-07-20 19:02:47 +00:00
inform Mark as destdir ready. 2008-07-14 12:55:56 +00:00
intercal
ja-gawk
jamvm Update to 1.5.1 and make it build on amd64. Add destdir support. 2008-09-07 06:41:44 +00:00
japhar Make this configure for and build on amd64. 2008-09-07 07:31:35 +00:00
jasmin Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
java-lang-spec Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
java-vm-spec Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
jbuilder-jit Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
jdk Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
jdk-openjit give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
jikes Supports DESTDIR. 2007-11-08 18:19:24 +00:00
jini Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
joos Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
js Mark as destdir ready. 2008-07-14 12:55:56 +00:00
kaffe Remove non-existing config file. Bump revision. 2007-12-27 16:05:11 +00:00
kaffe-esound
kaffe-x11 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves. 2007-09-21 13:03:25 +00:00
kali Mark this not available on sparc64 and x86_64 as well as alpha; it is 2008-09-06 22:37:04 +00:00
ksi Mark as destdir ready. 2008-07-14 12:55:56 +00:00
librep librep-0.17nb3: Bring in a couple of bugfixes from GNOME svn. 2007-05-07 12:42:19 +00:00
libtcl-nothread Kill trailing ' that break /bin/sh on netbsd/current. 2008-09-19 23:35:15 +00:00
lua Update to 5.1.4: 2008-09-07 14:03:42 +00:00
lush Fix this to not compile in the pkgsrc dummy $HOME. (Patching lisp code, 2008-08-17 06:45:48 +00:00
maude Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS, 2008-02-28 11:58:47 +00:00
mawk Remove ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 00:11:10 +00:00
mercury Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
minischeme Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
mit-scheme-bin Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
mono * Update to mono 2.0.1 2008-10-25 05:27:58 +00:00
monodoc Update to monodoc 2.0, part of mono 2.0 2008-10-07 13:24:16 +00:00
moscow_ml Update to Moscow ML version 2.01 (January 2004) 2008-04-28 10:16:57 +00:00
mpd Fix installation. 2008-04-07 17:43:14 +00:00
mzscheme Since revision 1.50 of mk/subst.mk, the test for text files is no longer 2008-01-23 01:53:06 +00:00
nawk Properly implement the equivalent of strdup again as the portable 2008-09-08 13:47:55 +00:00
nhc98
objc Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
ocaml Update to 3.10.2: 2008-04-25 07:13:39 +00:00
ocamlduce Update distinfo file. 2008-10-16 12:55:51 +00:00
onyx Removed ONLY_FOR_PLATFORM, which was meant to exclude very early NetBSD 2007-11-07 07:40:19 +00:00
oo2c Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
opencobol Add DESTDIR support. 2008-06-20 01:09:05 +00:00
ossp-js Fix some integer witdth/type-casting issue which I saw on NetBSD/amd64 2008-04-04 01:56:16 +00:00
p2c Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
parrot patch-aa (with dragonfly config) got merged upstream. Applying the 2008-08-30 08:06:33 +00:00
pcc Update pcc to 0.9.9. 2008-02-09 14:53:14 +00:00
pcc-current Import a package which can be used to track "pcc current". 2008-03-02 12:13:38 +00:00
pear Implement a proper fix for PR 39449 2008-09-15 11:54:21 +00:00
perl5 Fixed a memory leak in the qr operator. PKGREVISION++ 2008-10-21 22:46:49 +00:00
pforth Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
php Add basic DESTDIR support for PEAR packages. The skip list is a band aid 2008-06-12 00:20:10 +00:00
php5 Fix buildling ap-php with APACHE_MPM=worker 2008-10-28 07:07:58 +00:00
pnet Marked as MAKE_JOBS_SAFE=no, reported by PR 39616. 2008-11-02 13:29:38 +00:00
pnetC
pnetlib Update dotgnu Portable.Net packages to 0.8.0: 2008-02-18 16:39:43 +00:00
pnetlib-nox11 Update dotgnu Portable.Net packages to 0.8.0: 2008-02-18 16:39:43 +00:00
py-basicproperty Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-funge Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-html-docs Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
py-psyco Update to py-psyco-1.6. 2008-04-25 17:16:40 +00:00
py-pyrex Update to Pyrex-0.8.9.5. Myriad bug fixes and some new features; 2008-10-17 12:46:18 +00:00
py21-html-docs Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
py22-html-docs Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
py23-html-docs Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
py24-html-docs Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
py25-html-docs Add HTML documentation for Python 2.5 2008-06-03 16:23:24 +00:00
python Add support to derive the Python version from PKGNAME_OLD. 2008-10-06 14:41:50 +00:00
python15 Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
python21 Always build depend on readline, so that devel/py-readline can pick up 2008-07-14 14:42:51 +00:00
python23 Update to 2.3.7: 2008-11-10 19:41:47 +00:00
python24 Add a note about SunOS and needing to have SUNWaudh installed to 2008-09-13 09:49:43 +00:00
python25 * Add a note about SunOS and needing to have SUNWaudh installed to 2008-09-13 09:59:35 +00:00
rexx-imc Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 12:11:59 +00:00
rexx-regina
ruby Make the change made in replace.mk 1.10 work on Solaris. 2008-09-22 16:42:06 +00:00
ruby-doc-stdlib Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
ruby18 Switch to use META_PACKAGE. No functional change. 2008-01-06 15:45:12 +00:00
ruby18-base Fix interpreter for h2rb script. 2008-09-15 03:30:22 +00:00
sablevm Add DESTDIR support. 2008-06-20 01:09:05 +00:00
sablevm-classpath Add DESTDIR support. 2008-06-20 01:09:05 +00:00
sablevm-classpath-gui Add DESTDIR support. 2008-06-20 01:09:05 +00:00
sather There are a handful of Linux-specific files. 2008-07-14 02:38:08 +00:00
sbcl Fix typo in SED pattern. 2008-06-25 23:42:19 +00:00
scheme48 lang/gambc and lang/scheme48 are conflict with bin/scheme-r5rs. 2008-08-31 09:17:56 +00:00
scm Update scm to 5.5.3 a.k.a 5e3. 2007-08-02 14:47:24 +00:00
see Add buildlink3.mk. 2008-11-06 07:50:56 +00:00
sigscheme Update sigscheme to 0.8.3. 2008-05-13 02:53:04 +00:00
siod Add destdir support and mark not make jobs safe. 2008-08-28 13:15:27 +00:00
smalltalk Replace perl and sed interpreter in installed scripts. 2008-09-06 17:54:15 +00:00
SmartEiffel Mark some packages as not for bulk building on HPUX. 2008-05-26 22:37:30 +00:00
smlnj Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
snobol Update lang/snobol to 1.1. 2008-07-14 04:21:39 +00:00
spidermonkey Add MAKE_JOBS_SAFE=no ... I thought I did this a long time ago, but evidently not. 2008-01-11 09:36:23 +00:00
spl Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
squeak Set interpreter properly in the bash script this installs. 2008-08-17 04:36:28 +00:00
sr Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS, 2008-02-28 11:58:47 +00:00
sr-examples Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
stalin Mark as not for bulk building on SunOS. 2008-05-26 22:19:40 +00:00
STk Fix broken build caused by invalid shell syntax in a configure script. 2008-09-07 00:23:57 +00:00
sun-jdk6 Remove the Darwin specific hacks in this so it can detect Java on other 2008-10-25 18:06:31 +00:00
sun-jdk14 Update to 1.4.2 Update 17. Security update that fixes multiple recently 2008-03-05 21:50:22 +00:00
sun-jdk15 Update to Java 5.0 Update 16. Fixes a number of security vulnerabilities. 2008-08-15 15:06:35 +00:00
sun-jre6 Fix path to jre on SunOS 2008-10-25 18:05:03 +00:00
sun-jre14 Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
sun-jre15 Update to Java 5.0 Update 16. Fixes a number of security vulnerabilities. 2008-08-15 15:06:35 +00:00
swi-prolog * If PLIST_SRC is explicitly set to an empty value in a package Makefile, 2007-10-25 22:00:39 +00:00
swi-prolog-lite There is a bash script in the package. PKGREVISION++ 2007-11-07 11:16:48 +00:00
swi-prolog-packages MAKE_JOBS_SAFE=no 2008-01-30 11:17:43 +00:00
tcl Update to version 8.4.18. Distilled list of non-Windows changes: 2008-04-07 15:16:40 +00:00
tcl-expect Don't leak WRKDIR reference for the DESTDIR case. Bump revision. 2008-03-15 12:41:36 +00:00
tcl-itcl
tcl-itcl-current Remove trailing ' to unbreak shell scripts. 2008-08-19 14:34:29 +00:00
tcl-otcl Update tcl-otcl to 1.13. 2007-04-26 15:28:42 +00:00
tcl-tclX Fix pax invocation. 2008-10-03 17:46:55 +00:00
tcl83 Remove Ex-MASTER_SITE. From Zafer Aydogan. 2007-12-02 11:17:22 +00:00
tinyscheme Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
tk-expect Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
tk-tclX Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
twelf Move mk/emacs.mk to editors/emacs/modules.mk. 2008-10-11 09:31:54 +00:00
ucblogo Modular Xorg support. 2007-02-19 19:51:17 +00:00
umb-scheme Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
utilisp Mark this NOT_FOR_PLATFORM on 64-bit platforms; it is severely broken. 2008-08-31 22:48:12 +00:00
vscm Mechanical changes to add DESTDIR support to packages that install 2008-03-04 16:38:11 +00:00
vslisp
wsbasic Full DESTDIR support and use REPLACE_INTERPRETER framework instead of SUBST. 2008-01-04 12:17:16 +00:00
yabasic Modular Xorg support. 2007-02-19 20:18:25 +00:00
yap Add DESTDIR support. 2008-06-12 02:14:13 +00:00
Makefile Enable lang/embryo. 2008-10-26 07:56:08 +00:00