Age | Commit message (Collapse) | Author | Files | Lines |
|
lang/php54: security update
lang/php55: security update
Revisions pulled up:
- lang/php/phpversion.mk 1.53-1.58
- lang/php54/Makefile 1.17-1.18
- lang/php54/distinfo 1.32-1.34
- lang/php54/patches/patch-configure 1.5
- lang/php54/patches/patch-ext_date_lib_parse__iso__intervals.c deleted
- lang/php54/patches/patch-ext_date_lib_parse__iso__intervals.re deleted
- lang/php54/patches/patch-php.ini-development 1.2
- lang/php54/patches/patch-php.ini-production 1.2
- lang/php55/Makefile 1.8-1.9
- lang/php55/distinfo 1.13-1.15
- lang/php55/patches/patch-configure 1.4
- lang/php55/patches/patch-ext_date_lib_parse__iso__intervals.c deleted
- lang/php55/patches/patch-ext_date_lib_parse__iso__intervals.re deleted
- lang/php55/patches/patch-ext_sockets_sockaddr__conv.c deleted
- lang/php55/patches/patch-makedist 1.2
- lang/php55/patches/patch-php.ini-development 1.3
- lang/php55/patches/patch-php.ini-production 1.3
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Jan 11 17:03:57 UTC 2014
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php54: distinfo
pkgsrc/lang/php54/patches: patch-configure patch-php.ini-development
patch-php.ini-production
Removed Files:
pkgsrc/lang/php54/patches: patch-ext_date_lib_parse__iso__intervals.c
patch-ext_date_lib_parse__iso__intervals.re
Log Message:
Update php to 5.4.24.
09 Jan 2014, PHP 5.4.24
- Core:
. Added validation of class names in the autoload process. (Dmitry)
. Fixed invalid C code in zend_strtod.c. (Lior Kaplan)
. Fixed bug #61645 (fopen and O_NONBLOCK). (Mike)
- Date:
. Fixed bug #66060 (Heap buffer over-read in DateInterval). (Remi)
. Fixed bug #63391 (Incorrect/inconsistent day of week prior to the year
1600). (Derick, T. Carter)
. Fixed bug #61599 (Wrong Day of Week). (Derick, T. Carter)
- DOM:
. Fixed bug #65196 (Passing DOMDocumentFragment to DOMDocument::saveHTML()
Produces invalid Markup). (Mike)
- Exif:
. Fixed bug #65873 (Integer overflow in exif_read_data()). (Stas)
- Filter:
. Fixed bug #66229 (128.0.0.0/16 isn't reserved any longer). (Adam)
- GD:
. Fixed bug #64405 (Use freetype-config for determining freetype2 dir(s)).
(Adam)
- PDO_odbc:
. Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries).
(michael at orlitzky dot com)
- SNMP:
. Fixed SNMP_ERR_TOOBIG handling for bulk walk operations. (Boris Lytochkin)
- XSL
. Fixed bug #49634 (Segfault throwing an exception in a XSL registered
function). (Mike)
- ZIP:
. Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real). (Remi)
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Jan 11 17:05:09 UTC 2014
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php55: distinfo
pkgsrc/lang/php55/patches: patch-configure patch-php.ini-development
patch-php.ini-production
Removed Files:
pkgsrc/lang/php55/patches: patch-ext_date_lib_parse__iso__intervals.c
patch-ext_date_lib_parse__iso__intervals.re
patch-ext_sockets_sockaddr__conv.c
Log Message:
Update php55 to 5.5.8.
9 Jan 2014, PHP 5.5.8
- Core:
. Disallowed JMP into a finally block. (Laruence)
. Added validation of class names in the autoload process. (Dmitry)
. Fixed invalid C code in zend_strtod.c. (Lior Kaplan)
. Fixed bug #66041 (list() fails to unpack yielded ArrayAccess object).
(Nikita)
. Fixed bug #65764 (generators/throw_rethrow FAIL with
ZEND_COMPILE_EXTENDED_INFO). (Nikita)
. Fixed bug #61645 (fopen and O_NONBLOCK). (Mike)
. Fixed bug #66218 (zend_register_functions breaks reflection). (Remi)
- Date:
. Fixed bug #66060 (Heap buffer over-read in DateInterval). (Remi)
. Fixed bug #65768 (DateTimeImmutable::diff does not work). (Nikita Nefedov)
- DOM:
. Fixed bug #65196 (Passing DOMDocumentFragment to DOMDocument::saveHTML()
Produces invalid Markup). (Mike)
- Exif:
. Fixed bug #65873 (Integer overflow in exif_read_data()). (Stas)
- Filter:
. Fixed bug #66229 (128.0.0.0/16 isn't reserved any longer). (Adam)
- GD:
. Fixed bug #64405 (Use freetype-config for determining freetype2 dir(s)).
(Adam)
- PDO_odbc:
. Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries).
(michael at orlitzky dot com)
- MySQLi:
. Fixed bug #65486 (mysqli_poll() is broken on win x64). (Anatol)
- OPCache:
. Fixed reavlidate_path=1 behavior to avoid caching of symlinks values.
(Dmitry)
. Fixed Issue #140: "opcache.enable_file_override" doesn't respect
"opcache.revalidate_freq". (Dmitry).
- SNMP:
. Fixed SNMP_ERR_TOOBIG handling for bulk walk operations. (Boris Lytochkin)
- SOAP
. Fixed bug #66112 (Use after free condition in SOAP extension).
(martin dot koegler at brz dot gv dot at)
- Sockets:
. Fixed bug #65923 (ext/socket assumes AI_V4MAPPED is defined). (Felipe)
- XSL
. Fixed bug #49634 (Segfault throwing an exception in a XSL registered
function). (Mike)
- ZIP:
. Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real). (Remi)
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Feb 7 15:35:05 UTC 2014
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php55: distinfo
pkgsrc/lang/php55/patches: patch-makedist
Log Message:
Update php55 to 5.5.9 (PHP 5.5.9).
06 Feb 2014, PHP 5.5.9
- Core:
. Fixed bug #66509 (copy() arginfo has changed starting from 5.4). (willfitch)
- GD:
. Fixed bug #66356 (Heap Overflow Vulnerability in imagecrop()).
(Laruence, Remi)
- OPCache:
. Fixed bug #66474 (Optimizer bug in constant string to boolean conversion).
(Dmitry)
. Fixed bug #66461 (PHP crashes if opcache.interned_strings_buffer=0).
(Dmitry)
. Fixed bug #66298 (ext/opcache/Optimizer/zend_optimizer.c has dos-style
^M as lineend). (Laruence)
- PDO_pgsql:
. Fixed bug #62479 (PDO-psql cannot connect if password contains
spaces) (willfitch, iliaa)
- Readline
. Fixed Bug #66412 (readline_clear_history() with libedit causes segfault after
#65714). (Remi)
- Session
. Fixed bug #66469 (Session module is sending multiple set-cookie headers when
session.use_strict_mode=1) (Yasuo)
. Fixed bug #66481 (Segfaults on session_name()).
(cmcdermottroe at engineyard dot com, Yasuo)
- Standard
. Fixed bug #66395 (basename function doesn't remove drive letter). (Anatol)
- Sockets:
. Fixed bug #66381 (__ss_family was changed on AIX 5.3). (Felipe)
- Zend Engine
. Fixed bug #66009 (Failed compilation of PHP extension with C++ std
library using VS 2012). (Anatol)
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Feb 7 15:36:07 UTC 2014
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php54: distinfo
Log Message:
Update php54 to 5.4.25.
06 Feb 2014, PHP 5.4.25
- Core:
. Fixed bug #66286 (Incorrect object comparison with inheritance). (Nikita)
. Fixed bug #66509 (copy() arginfo has changed starting from 5.4).
(Will Fitch)
- mysqlnd
. Fixed bug #66283 (Segmentation fault after memory_limit). (Johannes)
- PDO_pgsql:
. Fixed bug #62479 (PDO-psql cannot connect if password contains spaces).
(Will Fitch, Ilia)
- Session:
. Fixed bug #66481 (Calls to session_name() segfault when session.name is
null). (Laruence)
---
Module Name: pkgsrc
Committed By: tron
Date: Wed Feb 12 23:18:57 UTC 2014
Modified Files:
pkgsrc/archivers/ark: Makefile
pkgsrc/archivers/dar: Makefile
pkgsrc/archivers/libarchive: Makefile
pkgsrc/archivers/libcomprex: Makefile buildlink3.mk
pkgsrc/archivers/php-zlib: Makefile
pkgsrc/audio/amarok: Makefile
pkgsrc/audio/amarok-kde3: Makefile
pkgsrc/audio/ario: Makefile
pkgsrc/audio/audacious-plugins: Makefile
pkgsrc/audio/bmp: Makefile
pkgsrc/audio/bmp-esound: Makefile
pkgsrc/audio/bmp-scrobbler: Makefile
pkgsrc/audio/bsl: Makefile
pkgsrc/audio/buzztard: Makefile
pkgsrc/audio/flactag: Makefile
pkgsrc/audio/gbemol: Makefile
pkgsrc/audio/gimmix: Makefile
pkgsrc/audio/gkrellm-volume: Makefile
pkgsrc/audio/glyr: Makefile
pkgsrc/audio/gnome-vfs-cdda: Makefile
pkgsrc/audio/herrie: Makefile
pkgsrc/audio/hydrogen: Makefile
pkgsrc/audio/icecast: Makefile
pkgsrc/audio/jack-rack: Makefile
pkgsrc/audio/kid3: Makefile
pkgsrc/audio/liblastfm: Makefile buildlink3.mk
pkgsrc/audio/libmusicbrainz: Makefile buildlink3.mk
pkgsrc/audio/libmusicbrainz5: Makefile buildlink3.mk
pkgsrc/audio/libofa: Makefile
pkgsrc/audio/libtunepimp: Makefile buildlink3.mk
pkgsrc/audio/liteamp: Makefile
pkgsrc/audio/lmms: Makefile
pkgsrc/audio/mad123: Makefile
pkgsrc/audio/moc: Makefile
pkgsrc/audio/moc-devel: Makefile
pkgsrc/audio/mp3diags: Makefile
pkgsrc/audio/mp3splt-gtk: Makefile
pkgsrc/audio/mpdas: Makefile
pkgsrc/audio/musicpd: Makefile
pkgsrc/audio/pulseaudio: Makefile
pkgsrc/audio/qjackctl: Makefile
pkgsrc/audio/rhythmbox: Makefile
pkgsrc/audio/rtunes: Makefile
pkgsrc/audio/sound-juicer: Makefile
pkgsrc/audio/streamtuner: Makefile buildlink3.mk
pkgsrc/audio/tremor-tools: Makefile
pkgsrc/audio/vorbis-tools: Makefile
pkgsrc/benchmarks/dnsperf: Makefile
pkgsrc/benchmarks/postal: Makefile
pkgsrc/cad/librecad: Makefile
pkgsrc/cad/openscad: Makefile
pkgsrc/chat/atheme: Makefile
pkgsrc/chat/bitchx: Makefile
pkgsrc/chat/bnc: Makefile
pkgsrc/chat/centerim: Makefile
pkgsrc/chat/climm: Makefile
pkgsrc/chat/dircproxy: Makefile
pkgsrc/chat/ejabberd: Makefile
pkgsrc/chat/ekg: Makefile buildlink3.mk
pkgsrc/chat/empathy: Makefile
pkgsrc/chat/epic4: Makefile
pkgsrc/chat/gale: Makefile buildlink3.mk
pkgsrc/chat/gg2: Makefile
pkgsrc/chat/gloox: Makefile
pkgsrc/chat/gnomeicu: Makefile
pkgsrc/chat/gossip: Makefile
pkgsrc/chat/gtmess: Makefile
pkgsrc/chat/inspircd: Makefile
pkgsrc/chat/inspircd12: Makefile
pkgsrc/chat/ircd-hybrid: Makefile
pkgsrc/chat/irssi: Makefile
pkgsrc/chat/jabberd: Makefile buildlink3.mk
pkgsrc/chat/jabberd2: Makefile
pkgsrc/chat/kadu: Makefile
pkgsrc/chat/kmess: Makefile
pkgsrc/chat/konversation: Makefile
pkgsrc/chat/konversation-kde3: Makefile
pkgsrc/chat/libmsn: Makefile buildlink3.mk
pkgsrc/chat/libpurple: Makefile
pkgsrc/chat/loudmouth: Makefile
pkgsrc/chat/mcabber: Makefile
pkgsrc/chat/prosody: Makefile
pkgsrc/chat/psi: Makefile
pkgsrc/chat/scrollz: Makefile
pkgsrc/chat/spectrum: Makefile
pkgsrc/chat/telepathy-gabble: Makefile
pkgsrc/chat/telepathy-idle: Makefile
pkgsrc/chat/unrealircd: Makefile
pkgsrc/chat/weechat: Makefile
pkgsrc/chat/xchat: Makefile
pkgsrc/comms/asterisk: Makefile
pkgsrc/comms/asterisk10: Makefile
pkgsrc/comms/asterisk18: Makefile
pkgsrc/comms/conserver8: Makefile
pkgsrc/comms/deforaos-phone: Makefile
pkgsrc/comms/gammu: Makefile
pkgsrc/comms/gnome-pilot: Makefile buildlink3.mk
pkgsrc/comms/jpilot: Makefile
pkgsrc/comms/kermit: Makefile
pkgsrc/comms/libopensync-plugin-kdepim: Makefile
pkgsrc/converters/rss2html: Makefile
pkgsrc/databases/couchdb: Makefile
pkgsrc/databases/freetds: Makefile buildlink3.mk
pkgsrc/databases/gq: Makefile
pkgsrc/databases/gramps3: Makefile
pkgsrc/databases/idzebra: Makefile buildlink3.mk
pkgsrc/databases/kmysqladmin: Makefile
pkgsrc/databases/krecipes: Makefile
pkgsrc/databases/ldapvi: Makefile
pkgsrc/databases/libcassandra: Makefile
pkgsrc/databases/libgda: Makefile
pkgsrc/databases/libgda-mysql: Makefile
pkgsrc/databases/libgda-postgres: Makefile
pkgsrc/databases/mysql-workbench: Makefile
pkgsrc/databases/mysql51-client: Makefile buildlink3.mk
pkgsrc/databases/mysql51-server: Makefile buildlink3.mk
pkgsrc/databases/mysql55-client: Makefile buildlink3.mk
pkgsrc/databases/mysql55-server: Makefile
pkgsrc/databases/mysql56-client: Makefile buildlink3.mk
pkgsrc/databases/mysql56-server: Makefile
pkgsrc/databases/nss_ldap: Makefile
pkgsrc/databases/odbc-postgresql: Makefile
pkgsrc/databases/openldap: Makefile
pkgsrc/databases/openldap-client: Makefile buildlink3.mk
pkgsrc/databases/openldap-cloak: Makefile
pkgsrc/databases/openldap-nops: Makefile
pkgsrc/databases/openldap-server: Makefile
pkgsrc/databases/openldap-smbk5pwd: Makefile
pkgsrc/databases/p5-DBD-Sybase: Makefile
pkgsrc/databases/p5-sybperl: Makefile
pkgsrc/databases/pgadmin3: Makefile
pkgsrc/databases/pgbouncer: Makefile
pkgsrc/databases/php-ldap: Makefile
pkgsrc/databases/php-mssql: Makefile
pkgsrc/databases/poco-data: Makefile buildlink3.mk
pkgsrc/databases/poco-data-mysql: Makefile buildlink3.mk
pkgsrc/databases/poco-data-odbc: Makefile buildlink3.mk
pkgsrc/databases/poco-data-sqlite: Makefile buildlink3.mk
pkgsrc/databases/postgresql-uuid: Makefile.common
pkgsrc/databases/postgresql84: Makefile
pkgsrc/databases/postgresql84-adminpack: Makefile
pkgsrc/databases/postgresql84-client: Makefile buildlink3.mk
pkgsrc/databases/postgresql84-dblink: Makefile
pkgsrc/databases/postgresql84-pgcrypto: Makefile
pkgsrc/databases/postgresql84-plperl: Makefile
pkgsrc/databases/postgresql84-plpython: Makefile
pkgsrc/databases/postgresql84-pltcl: Makefile
pkgsrc/databases/postgresql84-server: Makefile
pkgsrc/databases/postgresql84-uuid: Makefile
pkgsrc/databases/postgresql90: Makefile
pkgsrc/databases/postgresql90-adminpack: Makefile
pkgsrc/databases/postgresql90-client: Makefile buildlink3.mk
pkgsrc/databases/postgresql90-datatypes: Makefile
pkgsrc/databases/postgresql90-dblink: Makefile
pkgsrc/databases/postgresql90-fuzzystrmatch: Makefile
pkgsrc/databases/postgresql90-monitoring: Makefile
pkgsrc/databases/postgresql90-pgcrypto: Makefile
pkgsrc/databases/postgresql90-plperl: Makefile
pkgsrc/databases/postgresql90-plpython: Makefile
pkgsrc/databases/postgresql90-pltcl: Makefile
pkgsrc/databases/postgresql90-replicationtools: Makefile
pkgsrc/databases/postgresql90-server: Makefile
pkgsrc/databases/postgresql90-upgrade: Makefile
pkgsrc/databases/postgresql90-uuid: Makefile
pkgsrc/databases/postgresql91: Makefile
pkgsrc/databases/postgresql91-adminpack: Makefile
pkgsrc/databases/postgresql91-client: Makefile buildlink3.mk
pkgsrc/databases/postgresql91-datatypes: Makefile
pkgsrc/databases/postgresql91-dblink: Makefile
pkgsrc/databases/postgresql91-fuzzystrmatch: Makefile
pkgsrc/databases/postgresql91-monitoring: Makefile
pkgsrc/databases/postgresql91-pgcrypto: Makefile
pkgsrc/databases/postgresql91-plperl: Makefile
pkgsrc/databases/postgresql91-plpython: Makefile
pkgsrc/databases/postgresql91-pltcl: Makefile
pkgsrc/databases/postgresql91-replicationtools: Makefile
pkgsrc/databases/postgresql91-server: Makefile
pkgsrc/databases/postgresql91-upgrade: Makefile
pkgsrc/databases/postgresql92: Makefile
pkgsrc/databases/postgresql92-adminpack: Makefile
pkgsrc/databases/postgresql92-client: Makefile buildlink3.mk
pkgsrc/databases/postgresql92-datatypes: Makefile
pkgsrc/databases/postgresql92-dblink: Makefile
pkgsrc/databases/postgresql92-fuzzystrmatch: Makefile
pkgsrc/databases/postgresql92-monitoring: Makefile
pkgsrc/databases/postgresql92-pgcrypto: Makefile
pkgsrc/databases/postgresql92-plperl: Makefile
pkgsrc/databases/postgresql92-plpython: Makefile
pkgsrc/databases/postgresql92-pltcl: Makefile
pkgsrc/databases/postgresql92-replicationtools: Makefile
pkgsrc/databases/postgresql92-server: Makefile
pkgsrc/databases/postgresql92-upgrade: Makefile
pkgsrc/databases/postgresql93: Makefile
pkgsrc/databases/postgresql93-adminpack: Makefile
pkgsrc/databases/postgresql93-client: Makefile buildlink3.mk
pkgsrc/databases/postgresql93-datatypes: Makefile
pkgsrc/databases/postgresql93-dblink: Makefile
pkgsrc/databases/postgresql93-fuzzystrmatch: Makefile
pkgsrc/databases/postgresql93-monitoring: Makefile
pkgsrc/databases/postgresql93-pgcrypto: Makefile
pkgsrc/databases/postgresql93-plperl: Makefile
pkgsrc/databases/postgresql93-plpython: Makefile
pkgsrc/databases/postgresql93-pltcl: Makefile
pkgsrc/databases/postgresql93-replicationtools: Makefile
pkgsrc/databases/postgresql93-server: Makefile
pkgsrc/databases/postgresql93-upgrade: Makefile
pkgsrc/databases/py-ldap: Makefile
pkgsrc/databases/py-mssql: Makefile
pkgsrc/databases/py-sybase: Makefile
pkgsrc/databases/ruby-ldap: Makefile
pkgsrc/databases/sqlitebrowser: Makefile
pkgsrc/databases/sqlrelay: Makefile
pkgsrc/databases/sqsh: Makefile
pkgsrc/databases/virtuoso: Makefile
pkgsrc/devel/SOPE: Makefile
pkgsrc/devel/aegis: Makefile
pkgsrc/devel/anjuta: Makefile
pkgsrc/devel/apr-util: Makefile buildlink3.mk
pkgsrc/devel/apr0: Makefile buildlink3.mk
pkgsrc/devel/automoc4: Makefile
pkgsrc/devel/cervisia: Makefile
pkgsrc/devel/cmake: Makefile
pkgsrc/devel/compizconfig-backend-gconf: Makefile
pkgsrc/devel/cppcheck: Makefile
pkgsrc/devel/cvsync: Makefile
pkgsrc/devel/darcs: Makefile
pkgsrc/devel/distccmon-gnome: Makefile
pkgsrc/devel/dolphin-plugins: Makefile
pkgsrc/devel/ecore: Makefile buildlink3.mk
pkgsrc/devel/eet: Makefile buildlink3.mk
pkgsrc/devel/eio: Makefile buildlink3.mk
pkgsrc/devel/eric4: Makefile
pkgsrc/devel/fossil: Makefile
pkgsrc/devel/frama-c: Makefile
pkgsrc/devel/gearmand: Makefile
pkgsrc/devel/git-base: Makefile
pkgsrc/devel/glade3: Makefile
pkgsrc/devel/grantlee: Makefile buildlink3.mk
pkgsrc/devel/gsoap: Makefile
pkgsrc/devel/guile-gnome: Makefile
pkgsrc/devel/isect: Makefile
pkgsrc/devel/java-subversion: Makefile
pkgsrc/devel/kapptemplate: Makefile
pkgsrc/devel/kcachegrind: Makefile
pkgsrc/devel/kdbg: Makefile
pkgsrc/devel/kde-dev-scripts: Makefile
pkgsrc/devel/kde-dev-utils: Makefile
pkgsrc/devel/kdesdk-kioslaves: Makefile
pkgsrc/devel/kdesdk-strigi-analyzers: Makefile
pkgsrc/devel/kdesdk-thumbnailers: Makefile
pkgsrc/devel/kdesdk3: Makefile buildlink3.mk
pkgsrc/devel/kdevelop-base: Makefile
pkgsrc/devel/kdevelop4: Makefile
pkgsrc/devel/kdevplatform: Makefile
pkgsrc/devel/kdiff3: Makefile
pkgsrc/devel/kdiff3-kde3: Makefile
pkgsrc/devel/kompare: Makefile
pkgsrc/devel/kscope: Makefile
pkgsrc/devel/libbonoboui: Makefile buildlink3.mk
pkgsrc/devel/libcompizconfig: Makefile
pkgsrc/devel/libdbusmenu-qt: Makefile buildlink3.mk
pkgsrc/devel/libdnsres: Makefile
pkgsrc/devel/libevent: Makefile buildlink3.mk
pkgsrc/devel/libgail-gnome: Makefile buildlink3.mk
pkgsrc/devel/libgnome: Makefile buildlink3.mk
pkgsrc/devel/libgnomemm: Makefile buildlink3.mk
pkgsrc/devel/libgnomeui: Makefile buildlink3.mk
pkgsrc/devel/libgnomeuimm: Makefile buildlink3.mk
pkgsrc/devel/libthrift: Makefile buildlink3.mk
pkgsrc/devel/libxenserver: Makefile buildlink3.mk
pkgsrc/devel/log4cxx: Makefile
pkgsrc/devel/lokalize: Makefile
pkgsrc/devel/mad-flute: Makefile
pkgsrc/devel/memcached: Makefile
pkgsrc/devel/mono-tools: Makefile
pkgsrc/devel/monodevelop: Makefile buildlink3.mk
pkgsrc/devel/monodevelop-database: Makefile
pkgsrc/devel/monotone-viz: Makefile
pkgsrc/devel/netcdf: Makefile buildlink3.mk
pkgsrc/devel/netcdf-fortran: Makefile buildlink3.mk
pkgsrc/devel/ocaml-lwt: Makefile
pkgsrc/devel/okteta: Makefile
pkgsrc/devel/opal: Makefile buildlink3.mk
pkgsrc/devel/opencm: Makefile
pkgsrc/devel/opengrok: Makefile
pkgsrc/devel/p5-Gnome2: Makefile
pkgsrc/devel/p5-subversion: Makefile
pkgsrc/devel/poco: Makefile buildlink3.mk
pkgsrc/devel/poxml: Makefile
pkgsrc/devel/ptlib: Makefile buildlink3.mk
pkgsrc/devel/pwlib: Makefile buildlink3.mk
pkgsrc/devel/py-compizconfig: Makefile
pkgsrc/devel/py-pysvn: Makefile
pkgsrc/devel/py-subversion: Makefile
pkgsrc/devel/py-subvertpy: Makefile
pkgsrc/devel/qconf: Makefile
pkgsrc/devel/qjson: Makefile
pkgsrc/devel/qtscriptgenerator: Makefile buildlink3.mk
pkgsrc/devel/rapidsvn: Makefile
pkgsrc/devel/ruby-eet: Makefile
pkgsrc/devel/ruby-eventmachine: Makefile
pkgsrc/devel/ruby-subversion: Makefile
pkgsrc/devel/ruby-thrift: Makefile
pkgsrc/devel/ruby-thrift_client: Makefile
pkgsrc/devel/rudiments: Makefile buildlink3.mk
pkgsrc/devel/sofia-sip: Makefile buildlink3.mk
pkgsrc/devel/subversion-base: Makefile buildlink3.mk
pkgsrc/devel/subversion16-base: Makefile buildlink3.mk
pkgsrc/devel/swt: Makefile
pkgsrc/devel/ucommon: Makefile buildlink3.mk
pkgsrc/devel/umbrello: Makefile
pkgsrc/devel/xulrunner10: Makefile buildlink3.mk
pkgsrc/devel/xulrunner17: Makefile buildlink3.mk
pkgsrc/devel/xulrunner192: Makefile buildlink3.mk
pkgsrc/devel/xulrunner24: Makefile buildlink3.mk
pkgsrc/editors/Sigil: Makefile
pkgsrc/editors/TeXmacs-devel: Makefile
pkgsrc/editors/conglomerate: Makefile
pkgsrc/editors/dasher: Makefile
pkgsrc/editors/emacs-snapshot: Makefile
pkgsrc/editors/ghex: Makefile
pkgsrc/editors/gobby: Makefile
pkgsrc/editors/kate: Makefile
pkgsrc/editors/kdissert: Makefile
pkgsrc/editors/kile: Makefile
pkgsrc/editors/kile-kde3: Makefile
pkgsrc/editors/lyx: Makefile
pkgsrc/editors/mlview: Makefile
pkgsrc/editors/notecase: Makefile
pkgsrc/editors/qgoogletranslator: Makefile
pkgsrc/editors/tea: Makefile
pkgsrc/editors/texmaker: Makefile
pkgsrc/editors/texworks: Makefile
pkgsrc/editors/tomboy: Makefile
pkgsrc/editors/vim-gtk2: Makefile
pkgsrc/editors/xemacs: Makefile
pkgsrc/editors/xemacs-current: Makefile
pkgsrc/emulators/gambatte: Makefile
pkgsrc/emulators/kenigma: Makefile
pkgsrc/emulators/qemu0: Makefile
pkgsrc/emulators/wine: Makefile
pkgsrc/emulators/wine-devel: Makefile
pkgsrc/emulators/yabause: Makefile
pkgsrc/filesystems/cloudfuse: Makefile
pkgsrc/filesystems/fuse-curlftpfs: Makefile
pkgsrc/filesystems/fuse-encfs: Makefile
pkgsrc/filesystems/fuse-svnfs: Makefile
pkgsrc/filesystems/fuse-wdfs: Makefile
pkgsrc/finance/gkrellm-stock: Makefile
pkgsrc/finance/gnucash: Makefile
pkgsrc/finance/kmymoney2: Makefile
pkgsrc/finance/libofx: Makefile
pkgsrc/fonts/ghostscript-cidfonts-ryumin: Makefile
pkgsrc/games/amor: Makefile
pkgsrc/games/atomix: Makefile
pkgsrc/games/blinken: Makefile
pkgsrc/games/bomber: Makefile
pkgsrc/games/boson: Makefile
pkgsrc/games/bovo: Makefile
pkgsrc/games/bzflag: Makefile
pkgsrc/games/crossfire-client: Makefile
pkgsrc/games/crossfire-client-gtk: Makefile
pkgsrc/games/crossfire-client-gtk2: Makefile
pkgsrc/games/crossfire-server: Makefile
pkgsrc/games/flightgear: Makefile
pkgsrc/games/gamazons: Makefile
pkgsrc/games/gcompris: Makefile
pkgsrc/games/gnome-games: Makefile
pkgsrc/games/granatier: Makefile
pkgsrc/games/grhino: Makefile
pkgsrc/games/gtetrinet: Makefile
pkgsrc/games/gturing: Makefile
pkgsrc/games/kajongg: Makefile
pkgsrc/games/kanagram: Makefile
pkgsrc/games/kapman: Makefile
pkgsrc/games/katomic: Makefile
pkgsrc/games/kblackbox: Makefile
pkgsrc/games/kblocks: Makefile
pkgsrc/games/kbounce: Makefile
pkgsrc/games/kbreakout: Makefile
pkgsrc/games/kdegames3: Makefile buildlink3.mk
pkgsrc/games/kdetoys3: Makefile
pkgsrc/games/kdiamond: Makefile
pkgsrc/games/kfourinline: Makefile
pkgsrc/games/kgoldrunner: Makefile
pkgsrc/games/khangman: Makefile
pkgsrc/games/kigo: Makefile
pkgsrc/games/killbots: Makefile
pkgsrc/games/kiriki: Makefile
pkgsrc/games/kjumpingcube: Makefile
pkgsrc/games/klavaro: Makefile
pkgsrc/games/klickety: Makefile
pkgsrc/games/klines: Makefile
pkgsrc/games/kmahjongg: Makefile
pkgsrc/games/kmines: Makefile
pkgsrc/games/knavalbattle: Makefile
pkgsrc/games/knetwalk: Makefile
pkgsrc/games/knights: Makefile
pkgsrc/games/kolf: Makefile
pkgsrc/games/kollision: Makefile
pkgsrc/games/konquest: Makefile
pkgsrc/games/kpat: Makefile
pkgsrc/games/kreversi: Makefile
pkgsrc/games/kshisen: Makefile
pkgsrc/games/ksirk: Makefile
pkgsrc/games/ksnakeduel: Makefile
pkgsrc/games/kspaceduel: Makefile
pkgsrc/games/ksquares: Makefile
pkgsrc/games/ksudoku: Makefile
pkgsrc/games/ktuberling: Makefile
pkgsrc/games/kubrick: Makefile
pkgsrc/games/libkdegames: Makefile
pkgsrc/games/libkmahjongg: Makefile
pkgsrc/games/lskat: Makefile
pkgsrc/games/palapeli: Makefile
pkgsrc/games/picmi: Makefile
pkgsrc/games/pioneers: Makefile
pkgsrc/games/simgear: Makefile
pkgsrc/games/sirius: Makefile
pkgsrc/games/six: Makefile
pkgsrc/games/supertuxkart: Makefile
pkgsrc/games/teg: Makefile
pkgsrc/games/ufoai: Makefile
pkgsrc/games/warmux: Makefile
pkgsrc/geography/gdal-lib: Makefile buildlink3.mk
pkgsrc/geography/mapserver: Makefile
pkgsrc/geography/merkaartor: Makefile
pkgsrc/geography/qgis: Makefile
pkgsrc/geography/qlandkartegt: Makefile
pkgsrc/geography/qlandkartem: Makefile
pkgsrc/geography/viking: Makefile
pkgsrc/graphics/GMT: Makefile
pkgsrc/graphics/GraphicsMagick: Makefile buildlink3.mk
pkgsrc/graphics/ImageMagick: Makefile buildlink3.mk
pkgsrc/graphics/aqsis: Makefile
pkgsrc/graphics/autotrace: Makefile
pkgsrc/graphics/blender: Makefile
pkgsrc/graphics/cairo: Makefile
pkgsrc/graphics/camlimages: Makefile
pkgsrc/graphics/darktable: Makefile
pkgsrc/graphics/dia: Makefile
pkgsrc/graphics/digikam: Makefile
pkgsrc/graphics/digikam-doc-kde3: Makefile
pkgsrc/graphics/digikam-kde3: Makefile
pkgsrc/graphics/djview4: Makefile
pkgsrc/graphics/dx: Makefile
pkgsrc/graphics/edje: Makefile buildlink3.mk
pkgsrc/graphics/evas: Makefile buildlink3.mk
pkgsrc/graphics/evas-buffer: Makefile
pkgsrc/graphics/evas-edb: Makefile buildlink3.mk
pkgsrc/graphics/evas-eet: Makefile buildlink3.mk
pkgsrc/graphics/evas-gif: Makefile buildlink3.mk
pkgsrc/graphics/evas-jpeg: Makefile buildlink3.mk
pkgsrc/graphics/evas-pmaps: Makefile buildlink3.mk
pkgsrc/graphics/evas-png: Makefile buildlink3.mk
pkgsrc/graphics/evas-software-x11: Makefile
pkgsrc/graphics/evas-svg: Makefile buildlink3.mk
pkgsrc/graphics/evas-tiff: Makefile buildlink3.mk
pkgsrc/graphics/evas-xpm: Makefile buildlink3.mk
pkgsrc/graphics/f-spot: Makefile
pkgsrc/graphics/feh: Makefile
pkgsrc/graphics/flphoto: Makefile
pkgsrc/graphics/gimmage: Makefile
pkgsrc/graphics/gnuplot: Makefile
pkgsrc/graphics/graphviz: Makefile
pkgsrc/graphics/gri: Makefile
pkgsrc/graphics/gwenview: Makefile
pkgsrc/graphics/gwenview-i18n-kde3: Makefile
pkgsrc/graphics/gwenview-kde3: Makefile
pkgsrc/graphics/inkscape: Makefile
pkgsrc/graphics/kamera: Makefile
pkgsrc/graphics/kbarcode: Makefile
pkgsrc/graphics/kcolorchooser: Makefile
pkgsrc/graphics/kde-base-artwork: Makefile
pkgsrc/graphics/kdegraphics-mobipocket: Makefile
pkgsrc/graphics/kdegraphics-strigi-analyzer: Makefile
pkgsrc/graphics/kdegraphics-thumbnailers: Makefile
pkgsrc/graphics/kdegraphics3: Makefile buildlink3.mk
pkgsrc/graphics/kgamma: Makefile
pkgsrc/graphics/kipi-plugins: Makefile
pkgsrc/graphics/kipi-plugins-calendar-kde3: Makefile
pkgsrc/graphics/kipi-plugins-kde3: Makefile
pkgsrc/graphics/kolourpaint: Makefile
pkgsrc/graphics/koverartist: Makefile
pkgsrc/graphics/kphotoalbum: Makefile
pkgsrc/graphics/kphotobook: Makefile
pkgsrc/graphics/kphotools: Makefile
pkgsrc/graphics/kruler: Makefile
pkgsrc/graphics/ksaneplugin: Makefile
pkgsrc/graphics/ksnapshot: Makefile
pkgsrc/graphics/libkdcraw: Makefile buildlink3.mk
pkgsrc/graphics/libkdcraw-kde3: Makefile buildlink3.mk
pkgsrc/graphics/libkexif: Makefile buildlink3.mk
pkgsrc/graphics/libkexiv2: Makefile
pkgsrc/graphics/libkexiv2-kde3: Makefile buildlink3.mk
pkgsrc/graphics/libkface: Makefile buildlink3.mk
pkgsrc/graphics/libkipi: Makefile buildlink3.mk
pkgsrc/graphics/libkipi-kde3: Makefile buildlink3.mk
pkgsrc/graphics/libksane: Makefile buildlink3.mk
pkgsrc/graphics/ncview: Makefile
pkgsrc/graphics/openimageio: Makefile buildlink3.mk
pkgsrc/graphics/osg: Makefile buildlink3.mk
pkgsrc/graphics/p5-GraphicsMagick: Makefile
pkgsrc/graphics/p5-PerlMagick: Makefile
pkgsrc/graphics/pfstools: Makefile
pkgsrc/graphics/pstoedit: Makefile
pkgsrc/graphics/qcomicbook: Makefile
pkgsrc/graphics/qimageblitz: Makefile buildlink3.mk
pkgsrc/graphics/qiviewer: Makefile
pkgsrc/graphics/ruby-RMagick: Makefile
pkgsrc/graphics/scidavis: Makefile
pkgsrc/graphics/showimg: Makefile
pkgsrc/graphics/svgpart: Makefile
pkgsrc/graphics/tango-icon-theme: Makefile
pkgsrc/graphics/veusz: Makefile
pkgsrc/graphics/zphoto: Makefile
pkgsrc/ham/fldigi: Makefile
pkgsrc/ham/gmfsk: Makefile
pkgsrc/ham/gpredict: Makefile
pkgsrc/ham/trustedQSL: Makefile
pkgsrc/ham/xlog: Makefile
pkgsrc/inputmethod/ibus-mozc: Makefile
pkgsrc/inputmethod/ibus-qt: Makefile
pkgsrc/inputmethod/im-ja: Makefile
pkgsrc/inputmethod/imhangul_status_applet: Makefile
pkgsrc/inputmethod/kimera: Makefile
pkgsrc/inputmethod/mozc-elisp: Makefile
pkgsrc/inputmethod/mozc-renderer: Makefile
pkgsrc/inputmethod/mozc-server: Makefile
pkgsrc/inputmethod/mozc-tool: Makefile
pkgsrc/inputmethod/qt5-uim: Makefile
pkgsrc/inputmethod/scim: Makefile
pkgsrc/inputmethod/uim: Makefile
pkgsrc/inputmethod/uim-mozc: Makefile
pkgsrc/lang/basic256: Makefile
pkgsrc/lang/coq: Makefile
pkgsrc/lang/erlang: Makefile
pkgsrc/lang/konoha: Makefile
pkgsrc/lang/nodejs: Makefile
pkgsrc/lang/openjdk7: Makefile
pkgsrc/lang/php53: Makefile
pkgsrc/lang/php54: Makefile
pkgsrc/lang/php55: Makefile
pkgsrc/lang/python26: Makefile
pkgsrc/lang/python27: Makefile
pkgsrc/lang/python33: Makefile
pkgsrc/lang/ruby18-base: Makefile
pkgsrc/lang/ruby193-base: Makefile
pkgsrc/lang/ruby200-base: Makefile
pkgsrc/lang/swi-prolog-packages: Makefile
pkgsrc/mail/akonadi: Makefile buildlink3.mk
pkgsrc/mail/alpine: Makefile
pkgsrc/mail/balsa: Makefile
pkgsrc/mail/claws-mail: Makefile
pkgsrc/mail/cone: Makefile
pkgsrc/mail/courier-mta: Makefile
pkgsrc/mail/cue: Makefile
pkgsrc/mail/cyrus-imapd: Makefile
pkgsrc/mail/cyrus-imapd23: Makefile
pkgsrc/mail/cyrus-imapd24: Makefile
pkgsrc/mail/dbmail: Makefile
pkgsrc/mail/deforaos-mailer: Makefile
pkgsrc/mail/dk-milter: Makefile
pkgsrc/mail/dkim-milter: Makefile buildlink3.mk
pkgsrc/mail/dovecot: Makefile
pkgsrc/mail/dovecot2: Makefile buildlink3.mk
pkgsrc/mail/dovecot2-pigeonhole: Makefile
pkgsrc/mail/elmo: Makefile
pkgsrc/mail/enma: Makefile
pkgsrc/mail/esmtp: Makefile
pkgsrc/mail/etpan: Makefile
pkgsrc/mail/evolution: Makefile
pkgsrc/mail/evolution-data-server: Makefile
pkgsrc/mail/evolution-exchange: Makefile
pkgsrc/mail/exim: Makefile
pkgsrc/mail/fdm: Makefile
pkgsrc/mail/fetchmail: Makefile
pkgsrc/mail/freepops: Makefile
pkgsrc/mail/heirloom-mailx: Makefile
pkgsrc/mail/imap-uw: Makefile buildlink3.mk
pkgsrc/mail/imap-uw-utils: Makefile
pkgsrc/mail/imapfilter: Makefile
pkgsrc/mail/isync: Makefile
pkgsrc/mail/kbiff: Makefile
pkgsrc/mail/libesmtp: Makefile buildlink3.mk
pkgsrc/mail/libetpan: Makefile buildlink3.mk
pkgsrc/mail/libsylph: Makefile buildlink3.mk
pkgsrc/mail/mail-notification: Makefile
pkgsrc/mail/mailsync: Makefile
pkgsrc/mail/milter-greylist: Makefile
pkgsrc/mail/mpop: Makefile
pkgsrc/mail/msmtp: Makefile
pkgsrc/mail/mutt: Makefile
pkgsrc/mail/mutt-devel: Makefile
pkgsrc/mail/netbiff: Makefile
pkgsrc/mail/nmh: Makefile
pkgsrc/mail/opendkim: Makefile
pkgsrc/mail/opendmarc: Makefile
pkgsrc/mail/opensmtpd: Makefile
pkgsrc/mail/p5-Mail-ClamAV: Makefile
pkgsrc/mail/perdition: Makefile
pkgsrc/mail/perdition-ldap: Makefile
pkgsrc/mail/php-imap: Makefile
pkgsrc/mail/pine: Makefile
pkgsrc/mail/postfix: Makefile
pkgsrc/mail/prayer: Makefile
pkgsrc/mail/pulsar: Makefile
pkgsrc/mail/qmail: Makefile
pkgsrc/mail/qpopper: Makefile
pkgsrc/mail/re-alpine: Makefile
pkgsrc/mail/rspamd: Makefile
pkgsrc/mail/sendmail: Makefile
pkgsrc/mail/sid-milter: Makefile
pkgsrc/mail/spamassassin: Makefile
pkgsrc/mail/spamdyke: Makefile
pkgsrc/mail/ssmtp: Makefile
pkgsrc/mail/sylpheed: Makefile
pkgsrc/mail/sympa: Makefile
pkgsrc/mail/teapop: Makefile
pkgsrc/mail/thunderbird: Makefile
pkgsrc/mail/thunderbird10: Makefile
pkgsrc/mail/thunderbird17: Makefile
pkgsrc/mail/up-imapproxy: Makefile
pkgsrc/mail/wl: Makefile
pkgsrc/mail/wl-snapshot: Makefile
pkgsrc/math/R-CGIwithR: Makefile
pkgsrc/math/R-ncdf: Makefile
pkgsrc/math/analitza: Makefile buildlink3.mk
pkgsrc/math/cantor: Makefile
pkgsrc/math/cgal: Makefile buildlink3.mk
pkgsrc/math/extcalc: Makefile
pkgsrc/math/grace: Makefile
pkgsrc/math/kalgebra: Makefile
pkgsrc/math/kcalc: Makefile
pkgsrc/math/octave: Makefile
pkgsrc/math/pspp: Makefile
pkgsrc/math/py-Scientific: Makefile
pkgsrc/math/qalculate-gtk: Makefile
pkgsrc/math/qalculate-kde: Makefile
pkgsrc/math/speedcrunch: Makefile
pkgsrc/math/xmgr: Makefile
pkgsrc/meta-pkgs/xfce4: Makefile buildlink3.mk
pkgsrc/meta-pkgs/xfce4-extras: Makefile
pkgsrc/misc/attica: Makefile buildlink3.mk
pkgsrc/misc/basket: Makefile
pkgsrc/misc/calibre: Makefile
pkgsrc/misc/celestia: Makefile
pkgsrc/misc/deskbar-applet: Makefile
pkgsrc/misc/esniper: Makefile
pkgsrc/misc/fbreader: Makefile
pkgsrc/misc/gkrellm-flynn: Makefile
pkgsrc/misc/gkrellm-launch: Makefile
pkgsrc/misc/gkrellm-leds: Makefile
pkgsrc/misc/gkrellm-moon: Makefile
pkgsrc/misc/gkrellm-weather: Makefile
pkgsrc/misc/gnome-utils: Makefile
pkgsrc/misc/gwaei: Makefile
pkgsrc/misc/kaccessible: Makefile
pkgsrc/misc/kalzium: Makefile
pkgsrc/misc/kbruch: Makefile
pkgsrc/misc/kcharselect: Makefile
pkgsrc/misc/kchm: Makefile
pkgsrc/misc/kchmviewer: Makefile
pkgsrc/misc/kde-wallpapers4: Makefile
pkgsrc/misc/kdeaccessibility3: Makefile
pkgsrc/misc/kdeaddons3: Makefile
pkgsrc/misc/kdeadmin3: Makefile
pkgsrc/misc/kdeartwork3: Makefile
pkgsrc/misc/kdeartwork4: Makefile
pkgsrc/misc/kdeedu3: Makefile
pkgsrc/misc/kdepim-runtime4: Makefile
pkgsrc/misc/kdepim3: Makefile buildlink3.mk
pkgsrc/misc/kdepim4: Makefile
pkgsrc/misc/kdepimlibs4: Makefile buildlink3.mk
pkgsrc/misc/kdeplasma-addons4: Makefile
pkgsrc/misc/kdeutils3: Makefile
pkgsrc/misc/kgeography: Makefile
pkgsrc/misc/kig: Makefile
pkgsrc/misc/kiten: Makefile
pkgsrc/misc/klettres: Makefile
pkgsrc/misc/kmag: Makefile
pkgsrc/misc/kmousetool: Makefile
pkgsrc/misc/kmouth: Makefile
pkgsrc/misc/koffice: Makefile
pkgsrc/misc/kremotecontrol: Makefile
pkgsrc/misc/kstars: Makefile
pkgsrc/misc/kteatime: Makefile
pkgsrc/misc/ktouch: Makefile
pkgsrc/misc/kturtle: Makefile
pkgsrc/misc/ktux: Makefile
pkgsrc/misc/kwordquiz: Makefile
pkgsrc/misc/libcarddav: Makefile
pkgsrc/misc/libkdeedu: Makefile buildlink3.mk
pkgsrc/misc/libkgeomap: Makefile buildlink3.mk
pkgsrc/misc/libkvkontakte: Makefile buildlink3.mk
pkgsrc/misc/libreoffice: Makefile
pkgsrc/misc/libreoffice4: Makefile
pkgsrc/misc/marble: Makefile buildlink3.mk
pkgsrc/misc/mousetweaks: Makefile
pkgsrc/misc/nepomuk-core: Makefile
pkgsrc/misc/nepomuk-widgets: Makefile
pkgsrc/misc/openoffice3: Makefile
pkgsrc/misc/parley: Makefile
pkgsrc/misc/qbrew: Makefile
pkgsrc/misc/rocs: Makefile
pkgsrc/misc/root: Makefile
pkgsrc/misc/stellarium: Makefile
pkgsrc/misc/step: Makefile
pkgsrc/misc/superkaramba: Makefile
pkgsrc/misc/sweeper: Makefile
pkgsrc/misc/taskjuggler: Makefile
pkgsrc/misc/tellico: Makefile
pkgsrc/misc/tellico-kde3: Makefile
pkgsrc/misc/tmux: Makefile
pkgsrc/misc/usbprog: Makefile
pkgsrc/misc/vym: Makefile
pkgsrc/misc/yelp: Makefile
pkgsrc/misc/zyGrib: Makefile
pkgsrc/multimedia/audiocd-kio: Makefile
pkgsrc/multimedia/dragon: Makefile
pkgsrc/multimedia/dvdauthor: Makefile
pkgsrc/multimedia/ffmpegthumbs: Makefile
pkgsrc/multimedia/fuppes: Makefile
pkgsrc/multimedia/gecko-mediaplayer: Makefile
pkgsrc/multimedia/gmencoder: Makefile
pkgsrc/multimedia/gnash: Makefile
pkgsrc/multimedia/gnome-mplayer: Makefile
pkgsrc/multimedia/gpac: Makefile
pkgsrc/multimedia/gst-plugins0.10-bad: Makefile
pkgsrc/multimedia/gst-plugins1-bad: Makefile
pkgsrc/multimedia/gxine: Makefile
pkgsrc/multimedia/juk: Makefile
pkgsrc/multimedia/kaffeine: Makefile
pkgsrc/multimedia/kdemultimedia3: Makefile buildlink3.mk
pkgsrc/multimedia/kdenlive: Makefile
pkgsrc/multimedia/kmix: Makefile
pkgsrc/multimedia/kmplayer: Makefile
pkgsrc/multimedia/kmplayer-kde3: Makefile
pkgsrc/multimedia/kscd: Makefile
pkgsrc/multimedia/libkcddb: Makefile
pkgsrc/multimedia/libkcompactdisc: Makefile
pkgsrc/multimedia/mediatomb: Makefile
pkgsrc/multimedia/mkvtoolnix: Makefile
pkgsrc/multimedia/mlt: Makefile
pkgsrc/multimedia/mplayer-plugin: Makefile
pkgsrc/multimedia/mplayerthumbs: Makefile
pkgsrc/multimedia/phonon: Makefile buildlink3.mk
pkgsrc/multimedia/phonon-backend-gstreamer: Makefile
pkgsrc/multimedia/phonon-backend-vlc: Makefile
pkgsrc/multimedia/transcode: Makefile
pkgsrc/multimedia/vlc: Makefile
pkgsrc/multimedia/vlc2: Makefile
pkgsrc/multimedia/xine-lib: Makefile
pkgsrc/multimedia/xine-ui: Makefile
pkgsrc/net/aria2: Makefile
pkgsrc/net/avahi: Makefile buildlink3.mk
pkgsrc/net/bind96: Makefile
pkgsrc/net/bind98: Makefile
pkgsrc/net/bind99: Makefile
pkgsrc/net/btget: Makefile
pkgsrc/net/btpd: Makefile
pkgsrc/net/cclive: Makefile
pkgsrc/net/ccrtp: Makefile buildlink3.mk
pkgsrc/net/choqok: Makefile
pkgsrc/net/couriertcpd: Makefile
pkgsrc/net/csup: Makefile
pkgsrc/net/dc_gui2: Makefile
pkgsrc/net/dcsharp: Makefile
pkgsrc/net/dtcpclient: Makefile
pkgsrc/net/dtorrent: Makefile
pkgsrc/net/echoping: Makefile
pkgsrc/net/ekiga: Makefile
pkgsrc/net/etherape: Makefile
pkgsrc/net/ettercap: Makefile
pkgsrc/net/ettercap-NG: Makefile
pkgsrc/net/fetch: Makefile
pkgsrc/net/flickcurl: Makefile
pkgsrc/net/freeradius: Makefile
pkgsrc/net/freeradius2: Makefile
pkgsrc/net/freerdp: Makefile
pkgsrc/net/ftplibpp: Makefile
pkgsrc/net/gkrellm-multiping: Makefile
pkgsrc/net/gkrellm-snmp: Makefile
pkgsrc/net/gkrellm-wireless: Makefile
pkgsrc/net/gnome-netstatus: Makefile
pkgsrc/net/gnome-vfs-smb: Makefile
pkgsrc/net/gnugk: Makefile
pkgsrc/net/gst-plugins0.10-rtmp: Makefile
pkgsrc/net/gst-plugins1-rtmp: Makefile
pkgsrc/net/httping: Makefile
pkgsrc/net/isc-dhclient4: Makefile
pkgsrc/net/isc-dhcp4: Makefile
pkgsrc/net/isc-dhcpd4: Makefile
pkgsrc/net/isc-dhcrelay4: Makefile
pkgsrc/net/jigdo: Makefile
pkgsrc/net/kdenetwork-filesharing: Makefile
pkgsrc/net/kdenetwork-strigi-analyzers: Makefile
pkgsrc/net/kdenetwork3: Makefile buildlink3.mk
pkgsrc/net/kdnssd: Makefile
pkgsrc/net/kftpgrabber: Makefile
pkgsrc/net/kget: Makefile
pkgsrc/net/kismet: Makefile
pkgsrc/net/kmldonkey: Makefile
pkgsrc/net/kmldonkey-kde3: Makefile
pkgsrc/net/kopete: Makefile
pkgsrc/net/kphone: Makefile
pkgsrc/net/kppp: Makefile
pkgsrc/net/krdc: Makefile
pkgsrc/net/krfb: Makefile
pkgsrc/net/ktorrent: Makefile
pkgsrc/net/ktorrent-kde3: Makefile
pkgsrc/net/ldns: Makefile
pkgsrc/net/lftp: Makefile
pkgsrc/net/libcmis: Makefile
pkgsrc/net/libdmapsharing: Makefile
pkgsrc/net/libdmapsharing3: Makefile
pkgsrc/net/libexosip: Makefile buildlink3.mk
pkgsrc/net/libfetch: Makefile buildlink3.mk
pkgsrc/net/libktorrent: Makefile buildlink3.mk
pkgsrc/net/libquvi: Makefile
pkgsrc/net/libtorrent: Makefile buildlink3.mk
pkgsrc/net/libzrtpcpp: Makefile buildlink3.mk
pkgsrc/net/linc: Makefile buildlink3.mk
pkgsrc/net/lldpd: Makefile
pkgsrc/net/logjam: Makefile
pkgsrc/net/mirall: Makefile
pkgsrc/net/mldonkey-gui: Makefile
pkgsrc/net/monsoon: Makefile
pkgsrc/net/mosh: Makefile
pkgsrc/net/mydns-mysql: Makefile
pkgsrc/net/mydns-pgsql: Makefile
pkgsrc/net/nagios-nrpe: Makefile
pkgsrc/net/nagios-plugin-ldap: Makefile
pkgsrc/net/nagios-plugin-mysql: Makefile
pkgsrc/net/nagios-plugin-pgsql: Makefile
pkgsrc/net/nagios-plugin-radius: Makefile
pkgsrc/net/nagios-plugin-snmp: Makefile
pkgsrc/net/nagios-plugins: Makefile
pkgsrc/net/nagstamon: Makefile
pkgsrc/net/net-snmp: Makefile
pkgsrc/net/netatalk: Makefile
pkgsrc/net/nmap: Makefile
pkgsrc/net/nsd: Makefile
pkgsrc/net/ntop: Makefile
pkgsrc/net/ntp4: Makefile
pkgsrc/net/ocamlnet: Makefile
pkgsrc/net/ocsync: Makefile buildlink3.mk
pkgsrc/net/openh323: Makefile buildlink3.mk
pkgsrc/net/openntpd: Makefile
pkgsrc/net/openslp: Makefile
pkgsrc/net/openvpn: Makefile
pkgsrc/net/p5-Net-Z3950-ZOOM: Makefile
pkgsrc/net/pchar: Makefile
pkgsrc/net/pen: Makefile
pkgsrc/net/php-ftp: Makefile
pkgsrc/net/php-yaz: Makefile
pkgsrc/net/podcastdl: Makefile
pkgsrc/net/polsms: Makefile
pkgsrc/net/powerdns-ldap: Makefile
pkgsrc/net/proftpd: Makefile
pkgsrc/net/proxytunnel: Makefile
pkgsrc/net/pure-ftpd: Makefile
pkgsrc/net/quvi: Makefile
pkgsrc/net/rabbitmq-c: Makefile
pkgsrc/net/rdesktop: Makefile
pkgsrc/net/remmina: Makefile
pkgsrc/net/remmina-plugins: Makefile
pkgsrc/net/rtmpdump: Makefile buildlink3.mk
pkgsrc/net/rtorrent: Makefile
pkgsrc/net/samba: Makefile
pkgsrc/net/samba35: Makefile
pkgsrc/net/sdig: Makefile
pkgsrc/net/sipsak: Makefile
pkgsrc/net/socat: Makefile
pkgsrc/net/spreadlogd: Makefile
pkgsrc/net/sysmon: Makefile
pkgsrc/net/tcpdump: Makefile
pkgsrc/net/tightvnc: Makefile
pkgsrc/net/tinc: Makefile
pkgsrc/net/tor: Makefile
pkgsrc/net/transmission: Makefile Makefile
pkgsrc/net/transmission-gtk: Makefile
pkgsrc/net/transmission-qt: Makefile
pkgsrc/net/trickle: Makefile
pkgsrc/net/tsclient: Makefile
pkgsrc/net/ucspi-ssl: Makefile
pkgsrc/net/uftp: Makefile
pkgsrc/net/unbound: Makefile
pkgsrc/net/unison: Makefile
pkgsrc/net/unison2.32: Makefile
pkgsrc/net/unworkable: Makefile
pkgsrc/net/urlgfe: Makefile
pkgsrc/net/vinagre: Makefile
pkgsrc/net/vino: Makefile
pkgsrc/net/vpnc: Makefile
pkgsrc/net/vsftpd: Makefile
pkgsrc/net/vtun: Makefile
pkgsrc/net/wget: Makefile
pkgsrc/net/wireshark: Makefile
pkgsrc/net/wmget: Makefile
pkgsrc/net/wpa_gui: Makefile
pkgsrc/net/wpa_supplicant: Makefile
pkgsrc/net/xorp: Makefile
pkgsrc/net/xymon: Makefile
pkgsrc/net/yaz: Makefile buildlink3.mk
pkgsrc/news/inn: Makefile
pkgsrc/news/nntpcache: Makefile
pkgsrc/news/slrn: Makefile
pkgsrc/news/suck: Makefile
pkgsrc/parallel/gridscheduler: Makefile
pkgsrc/parallel/sge: Makefile
pkgsrc/parallel/slurm: Makefile
pkgsrc/pkgtools/pkg_install: Makefile
pkgsrc/pkgtools/pkgin: Makefile
pkgsrc/print/advi: Makefile
pkgsrc/print/cups: Makefile buildlink3.mk
pkgsrc/print/cups-drivers-Magicolor5440DL: Makefile
pkgsrc/print/diffpdf: Makefile
pkgsrc/print/electrix: Makefile
pkgsrc/print/epdfview: Makefile
pkgsrc/print/evince: Makefile
pkgsrc/print/evince-nautilus: Makefile
pkgsrc/print/evince3: Makefile
pkgsrc/print/foomatic4-db-engine: Makefile
pkgsrc/print/foomatic4-filters: Makefile
pkgsrc/print/ghostscript: Makefile buildlink3.mk
pkgsrc/print/ghostscript-agpl: Makefile buildlink3.mk
pkgsrc/print/ghostscript-gpl: Makefile buildlink3.mk
pkgsrc/print/glabels: Makefile
pkgsrc/print/gtklp: Makefile
pkgsrc/print/gutenprint-lib: Makefile
pkgsrc/print/hplip: Makefile
pkgsrc/print/ja-vfxdvik: Makefile
pkgsrc/print/kbibtex: Makefile
pkgsrc/print/kbibtex-kde3: Makefile
pkgsrc/print/libgnomecups: Makefile buildlink3.mk
pkgsrc/print/libgnomeprint: Makefile buildlink3.mk
pkgsrc/print/libgnomeprintui: Makefile buildlink3.mk
pkgsrc/print/libgxps: Makefile
pkgsrc/print/libspectre: Makefile buildlink3.mk
pkgsrc/print/mupdf: Makefile
pkgsrc/print/okular: Makefile
pkgsrc/print/p5-Net-CUPS: Makefile
pkgsrc/print/pdf2djvu: Makefile
pkgsrc/print/podofo: Makefile
pkgsrc/print/poppler-qt4: Makefile
pkgsrc/print/py-cups: Makefile
pkgsrc/print/qpdfview: Makefile
pkgsrc/print/scribus: Makefile
pkgsrc/print/scribus-qt4: Makefile
pkgsrc/print/xfce4-print: Makefile buildlink3.mk
pkgsrc/print/xpp: Makefile
pkgsrc/security/CSP: Makefile
pkgsrc/security/MyPasswordSafe: Makefile
pkgsrc/security/amap: Makefile
pkgsrc/security/ap-modsecurity2: Makefile
pkgsrc/security/courier-authlib: Makefile
pkgsrc/security/cy2-digestmd5: Makefile
pkgsrc/security/cy2-gssapi: Makefile
pkgsrc/security/cy2-ldapdb: Makefile
pkgsrc/security/cy2-ntlm: Makefile
pkgsrc/security/cy2-otp: Makefile
pkgsrc/security/cy2-saml: Makefile
pkgsrc/security/cy2-scram: Makefile
pkgsrc/security/cyrus-saslauthd: Makefile
pkgsrc/security/dirb: Makefile
pkgsrc/security/dirmngr: Makefile
pkgsrc/security/dnssec-tools: Makefile
pkgsrc/security/engine-pkcs11: Makefile
pkgsrc/security/fragroute: Makefile
pkgsrc/security/fwbuilder: Makefile
pkgsrc/security/gnome-keyring-manager: Makefile
pkgsrc/security/gnupg: Makefile
pkgsrc/security/gnupg-pkcs11-scd: Makefile
pkgsrc/security/gnupg2: Makefile
pkgsrc/security/gpass: Makefile
pkgsrc/security/gsasl: Makefile
pkgsrc/security/guardtime: Makefile
pkgsrc/security/heimdal: Makefile buildlink3.mk
pkgsrc/security/honeyd: Makefile
pkgsrc/security/honeyd-arpd: Makefile
pkgsrc/security/hydan: Makefile
pkgsrc/security/hydra: Makefile
pkgsrc/security/ike-scan: Makefile
pkgsrc/security/ipsec-tools: Makefile
pkgsrc/security/isakmpd: Makefile
pkgsrc/security/keepassx: Makefile
pkgsrc/security/kgpg: Makefile
pkgsrc/security/kssh: Makefile
pkgsrc/security/kth-krb4: Makefile
pkgsrc/security/kwallet: Makefile
pkgsrc/security/lasso: Makefile buildlink3.mk
pkgsrc/security/libfprint: Makefile
pkgsrc/security/libfwbuilder: Makefile buildlink3.mk
pkgsrc/security/libguardtime: Makefile buildlink3.mk
pkgsrc/security/liboauth: Makefile buildlink3.mk
pkgsrc/security/libp11: Makefile buildlink3.mk
pkgsrc/security/libssh: Makefile buildlink3.mk
pkgsrc/security/libssh2: Makefile buildlink3.mk
pkgsrc/security/libtcpa: Makefile buildlink3.mk
pkgsrc/security/lua-sec: Makefile
pkgsrc/security/mit-krb5: Makefile
pkgsrc/security/mit-krb5-appl: Makefile
pkgsrc/security/mixminion: Makefile
pkgsrc/security/munge: Makefile
pkgsrc/security/netpgp: Makefile
pkgsrc/security/oath-toolkit: Makefile
pkgsrc/security/ocaml-ssl: Makefile buildlink3.mk
pkgsrc/security/opendnssec: Makefile
pkgsrc/security/opensaml: Makefile buildlink3.mk
pkgsrc/security/opensc: Makefile
pkgsrc/security/openssh: Makefile
pkgsrc/security/openvas-client: Makefile
pkgsrc/security/otptool: Makefile
pkgsrc/security/p5-Crypt-OpenSSL-AES: Makefile
pkgsrc/security/p5-Crypt-OpenSSL-Bignum: Makefile
pkgsrc/security/p5-Crypt-OpenSSL-DSA: Makefile
pkgsrc/security/p5-Crypt-OpenSSL-RSA: Makefile
pkgsrc/security/p5-Crypt-OpenSSL-Random: Makefile
pkgsrc/security/p5-Crypt-SSLeay: Makefile
pkgsrc/security/p5-Net-SSLeay: Makefile
pkgsrc/security/p5-OpenSSL: Makefile
pkgsrc/security/pam-ldap: Makefile
pkgsrc/security/pam-mysql: Makefile
pkgsrc/security/pam-p11: Makefile
pkgsrc/security/pam-saml: Makefile
pkgsrc/security/pam-yubico: Makefile
pkgsrc/security/php-oauth: Makefile
pkgsrc/security/pinentry-qt4: Makefile
pkgsrc/security/pkcs11-helper: Makefile buildlink3.mk
pkgsrc/security/polkit-qt: Makefile buildlink3.mk
pkgsrc/security/pwsafe: Makefile
pkgsrc/security/py-OpenSSL: Makefile
pkgsrc/security/py-SSLCrypto: Makefile
pkgsrc/security/py-crypto: Makefile
pkgsrc/security/py-lasso: Makefile
pkgsrc/security/py-m2crypto: Makefile
pkgsrc/security/py-xmlsec: Makefile
pkgsrc/security/qca-tls: Makefile
pkgsrc/security/qca2: Makefile buildlink3.mk
pkgsrc/security/qca2-gnupg: Makefile
pkgsrc/security/qca2-ossl: Makefile
pkgsrc/security/qoauth: Makefile buildlink3.mk
pkgsrc/security/racoon2: Makefile
pkgsrc/security/rainbowcrack: Makefile
pkgsrc/security/scanssh: Makefile
pkgsrc/security/seahorse: Makefile
pkgsrc/security/seahorse-plugins: Makefile
pkgsrc/security/sfs: Makefile
pkgsrc/security/sign: Makefile
pkgsrc/security/ssldump: Makefile
pkgsrc/security/sslproxy: Makefile
pkgsrc/security/sslscan: Makefile
pkgsrc/security/sslwrap: Makefile
pkgsrc/security/starttls: Makefile
pkgsrc/security/stud: Makefile
pkgsrc/security/stunnel: Makefile
pkgsrc/security/sudo: Makefile
pkgsrc/security/tcl-tls: Makefile
pkgsrc/security/tkpasman: Makefile
pkgsrc/security/xml-security-c: Makefile buildlink3.mk
pkgsrc/security/xmlsec1: Makefile buildlink3.mk
pkgsrc/security/ykclient: Makefile buildlink3.mk
pkgsrc/security/zebedee: Makefile
pkgsrc/security/zoneminder: Makefile
pkgsrc/sysutils/adtool: Makefile
pkgsrc/sysutils/bacula: Makefile
pkgsrc/sysutils/bacula-clientonly: Makefile
pkgsrc/sysutils/bacula-qt-console: Makefile
pkgsrc/sysutils/boxbackup-client: Makefile
pkgsrc/sysutils/boxbackup-server: Makefile
pkgsrc/sysutils/btpin-qt: Makefile
pkgsrc/sysutils/cfengine2: Makefile
pkgsrc/sysutils/cfengine3: Makefile
pkgsrc/sysutils/conky: Makefile
pkgsrc/sysutils/dmg2img: Makefile
pkgsrc/sysutils/edbus: Makefile buildlink3.mk
pkgsrc/sysutils/efreet: Makefile buildlink3.mk
pkgsrc/sysutils/filelight: Makefile
pkgsrc/sysutils/filelight-kde3: Makefile
pkgsrc/sysutils/ftwin: Makefile
pkgsrc/sysutils/gcdmaster: Makefile
pkgsrc/sysutils/gkrellm: Makefile buildlink3.mk
pkgsrc/sysutils/gkrellm-est: Makefile
pkgsrc/sysutils/gnome-commander: Makefile
pkgsrc/sysutils/gnome-device-manager: Makefile
pkgsrc/sysutils/gnome-pkgview: Makefile
pkgsrc/sysutils/gnome-power-manager: Makefile
pkgsrc/sysutils/gnome-vfs: Makefile buildlink3.mk
pkgsrc/sysutils/gnome-vfs-monikers: Makefile
pkgsrc/sysutils/gnome-vfsmm: Makefile buildlink3.mk
pkgsrc/sysutils/gnome-volume-manager: Makefile
pkgsrc/sysutils/gst-plugins0.10-gnomevfs: Makefile
pkgsrc/sysutils/gtk-send-pr: Makefile
pkgsrc/sysutils/gvfs: Makefile
pkgsrc/sysutils/ipmitool: Makefile
pkgsrc/sysutils/k3b: Makefile
pkgsrc/sysutils/k3b-kde3: Makefile
pkgsrc/sysutils/k4dirstat: Makefile
pkgsrc/sysutils/kcron: Makefile
pkgsrc/sysutils/kdf: Makefile
pkgsrc/sysutils/kdirstat: Makefile
pkgsrc/sysutils/kfloppy: Makefile
pkgsrc/sysutils/krusader: Makefile
pkgsrc/sysutils/ksystemlog: Makefile
pkgsrc/sysutils/kuser: Makefile
pkgsrc/sysutils/libvirt: Makefile
pkgsrc/sysutils/monit: Makefile
pkgsrc/sysutils/open-vm-tools: Makefile
pkgsrc/sysutils/p5-Gnome2-VFS: Makefile buildlink3.mk
pkgsrc/sysutils/radmind: Makefile
pkgsrc/sysutils/rox: Makefile
pkgsrc/sysutils/strigi: Makefile
pkgsrc/sysutils/syslog-ng: Makefile
pkgsrc/sysutils/virt-manager: Makefile
pkgsrc/sysutils/webmin: Makefile
pkgsrc/sysutils/xentools20: Makefile
pkgsrc/sysutils/xentools3: Makefile
pkgsrc/textproc/FlightCrew: Makefile
pkgsrc/textproc/dikt: Makefile
pkgsrc/textproc/gnome-spell: Makefile buildlink3.mk
pkgsrc/textproc/gnome-subtitles: Makefile
pkgsrc/textproc/groonga: Makefile
pkgsrc/textproc/jansson: Makefile buildlink3.mk
pkgsrc/textproc/liblrdf: Makefile buildlink3.mk
pkgsrc/textproc/libnxml: Makefile buildlink3.mk
pkgsrc/textproc/raptor: Makefile buildlink3.mk
pkgsrc/textproc/raptor2: Makefile buildlink3.mk
pkgsrc/textproc/rasqal: Makefile buildlink3.mk
pkgsrc/textproc/redland: Makefile buildlink3.mk
pkgsrc/textproc/soprano: Makefile buildlink3.mk
pkgsrc/textproc/xmlrpc-c: Makefile buildlink3.mk
pkgsrc/textproc/xmltooling: Makefile
pkgsrc/time/gnotime: Makefile
pkgsrc/time/gtodo: Makefile
pkgsrc/time/gtodo-applet: Makefile
pkgsrc/time/hamster-applet: Makefile
pkgsrc/time/ktimer: Makefile
pkgsrc/time/libgcal: Makefile buildlink3.mk
pkgsrc/time/planner: Makefile
pkgsrc/time/rsibreak: Makefile
pkgsrc/time/rsibreak-kde3: Makefile
pkgsrc/wm/compiz: Makefile buildlink3.mk
pkgsrc/wm/compiz-fusion-plugins-extra: Makefile
pkgsrc/wm/compiz-fusion-plugins-main: Makefile
pkgsrc/www/SOGo: Makefile
pkgsrc/www/amaya: Makefile
pkgsrc/www/ap-auth-ldap: Makefile
pkgsrc/www/ap-ssl: Makefile
pkgsrc/www/ap-xslt: Makefile
pkgsrc/www/ap2-auth-ldap: Makefile
pkgsrc/www/ap2-auth-mellon: Makefile
pkgsrc/www/ap2-auth-radius: Makefile
pkgsrc/www/ap2-authn-otp: Makefile
pkgsrc/www/ap2-subversion: Makefile
pkgsrc/www/ap22-authz-ldap: Makefile
pkgsrc/www/ap22-dnssd: Makefile
pkgsrc/www/ap22-limitipconn: Makefile
pkgsrc/www/ap22-vhost-ldap: Makefile
pkgsrc/www/apache2: Makefile buildlink3.mk
pkgsrc/www/apache22: Makefile buildlink3.mk
pkgsrc/www/apache24: Makefile buildlink3.mk
pkgsrc/www/aws: Makefile
pkgsrc/www/aws-demos: Makefile
pkgsrc/www/bozohttpd: Makefile
pkgsrc/www/browser-bookmarks-menu: Makefile
pkgsrc/www/c-icap: Makefile
pkgsrc/www/cadaver: Makefile
pkgsrc/www/cherokee: Makefile
pkgsrc/www/cppcms: Makefile
pkgsrc/www/crawl: Makefile
pkgsrc/www/curl: Makefile buildlink3.mk
pkgsrc/www/dillo: Makefile
pkgsrc/www/drivel: Makefile
pkgsrc/www/elinks: Makefile
pkgsrc/www/eliom: Makefile
pkgsrc/www/epiphany: Makefile
pkgsrc/www/firefox: Makefile
pkgsrc/www/firefox10: Makefile
pkgsrc/www/firefox17: Makefile
pkgsrc/www/firefox24: Makefile
pkgsrc/www/firefox36: Makefile
pkgsrc/www/htmldoc: Makefile
pkgsrc/www/http_load: Makefile
pkgsrc/www/icedtea-web: Makefile
pkgsrc/www/kdewebdev3: Makefile
pkgsrc/www/kdewebdev4: Makefile
pkgsrc/www/lhs: Makefile
pkgsrc/www/libmediawiki: Makefile buildlink3.mk
pkgsrc/www/libmicrohttpd: Makefile
pkgsrc/www/libmrss: Makefile buildlink3.mk
pkgsrc/www/libwww: Makefile buildlink3.mk
pkgsrc/www/lighttpd: Makefile
pkgsrc/www/links: Makefile
pkgsrc/www/links-gui: Makefile
pkgsrc/www/litmus: Makefile
pkgsrc/www/lua-curl: Makefile
pkgsrc/www/lynx: Makefile
pkgsrc/www/mini_httpd: Makefile
pkgsrc/www/neon: Makefile buildlink3.mk
pkgsrc/www/netsurf: Makefile
pkgsrc/www/nginx: Makefile
pkgsrc/www/nspluginwrapper: Makefile
pkgsrc/www/ocaml-curl: Makefile
pkgsrc/www/ocsigen: Makefile
pkgsrc/www/p5-WWW-Curl: Makefile
pkgsrc/www/php-curl: Makefile
pkgsrc/www/php-http: Makefile
pkgsrc/www/pound: Makefile
pkgsrc/www/py-curl: Makefile
pkgsrc/www/py-uwsgi: Makefile
pkgsrc/www/ruby-patron: Makefile
pkgsrc/www/screws: Makefile
pkgsrc/www/seamonkey: Makefile
pkgsrc/www/serf: Makefile buildlink3.mk
pkgsrc/www/serf0: Makefile buildlink3.mk
pkgsrc/www/shibboleth-sp: Makefile
pkgsrc/www/sitecopy: Makefile
pkgsrc/www/snownews: Makefile
pkgsrc/www/squid3: Makefile
pkgsrc/www/tinyproxy: Makefile
pkgsrc/www/w3m: Makefile
pkgsrc/www/w3m-img: Makefile
pkgsrc/x11/alacarte: Makefile
pkgsrc/x11/appmenu-qt: Makefile
pkgsrc/x11/elementary: Makefile buildlink3.mk
pkgsrc/x11/enlightenment: Makefile buildlink3.mk
pkgsrc/x11/fast-user-switch-applet: Makefile
pkgsrc/x11/gnome-applets: Makefile
pkgsrc/x11/gnome-control-center: Makefile buildlink3.mk
pkgsrc/x11/gnome-desktop-sharp: Makefile buildlink3.mk
pkgsrc/x11/gnome-mag: Makefile
pkgsrc/x11/gnome-panel: Makefile buildlink3.mk
pkgsrc/x11/gnome-session: Makefile
pkgsrc/x11/gnome-sharp: Makefile
pkgsrc/x11/gnome-terminal: Makefile
pkgsrc/x11/gnome-themes-extras: Makefile
pkgsrc/x11/gnopernicus: Makefile
pkgsrc/x11/grandr_applet: Makefile
pkgsrc/x11/gtk2: Makefile
pkgsrc/x11/gtk3: Makefile
pkgsrc/x11/gtksourceview: Makefile
pkgsrc/x11/gtksourceview-sharp2: Makefile
pkgsrc/x11/kactivities: Makefile buildlink3.mk
pkgsrc/x11/kde-baseapps4: Makefile
pkgsrc/x11/kde-runtime4: Makefile buildlink3.mk
pkgsrc/x11/kde-workspace4: Makefile buildlink3.mk
pkgsrc/x11/kde3-i18n-af: Makefile
pkgsrc/x11/kde3-i18n-ar: Makefile
pkgsrc/x11/kde3-i18n-az: Makefile
pkgsrc/x11/kde3-i18n-bg: Makefile
pkgsrc/x11/kde3-i18n-bn: Makefile
pkgsrc/x11/kde3-i18n-br: Makefile
pkgsrc/x11/kde3-i18n-bs: Makefile
pkgsrc/x11/kde3-i18n-ca: Makefile
pkgsrc/x11/kde3-i18n-cs: Makefile
pkgsrc/x11/kde3-i18n-cy: Makefile
pkgsrc/x11/kde3-i18n-da: Makefile
pkgsrc/x11/kde3-i18n-de: Makefile
pkgsrc/x11/kde3-i18n-el: Makefile
pkgsrc/x11/kde3-i18n-en_GB: Makefile
pkgsrc/x11/kde3-i18n-eo: Makefile
pkgsrc/x11/kde3-i18n-es: Makefile
pkgsrc/x11/kde3-i18n-et: Makefile
pkgsrc/x11/kde3-i18n-eu: Makefile
pkgsrc/x11/kde3-i18n-fa: Makefile
pkgsrc/x11/kde3-i18n-fi: Makefile
pkgsrc/x11/kde3-i18n-fr: Makefile
pkgsrc/x11/kde3-i18n-fy: Makefile
pkgsrc/x11/kde3-i18n-ga: Makefile
pkgsrc/x11/kde3-i18n-gl: Makefile
pkgsrc/x11/kde3-i18n-he: Makefile
pkgsrc/x11/kde3-i18n-hi: Makefile
pkgsrc/x11/kde3-i18n-hr: Makefile
pkgsrc/x11/kde3-i18n-hu: Makefile
pkgsrc/x11/kde3-i18n-is: Makefile
pkgsrc/x11/kde3-i18n-it: Makefile
pkgsrc/x11/kde3-i18n-ja: Makefile
pkgsrc/x11/kde3-i18n-kk: Makefile
pkgsrc/x11/kde3-i18n-km: Makefile
pkgsrc/x11/kde3-i18n-ko: Makefile
pkgsrc/x11/kde3-i18n-lt: Makefile
pkgsrc/x11/kde3-i18n-lv: Makefile
pkgsrc/x11/kde3-i18n-mk: Makefile
pkgsrc/x11/kde3-i18n-mn: Makefile
pkgsrc/x11/kde3-i18n-ms: Makefile
pkgsrc/x11/kde3-i18n-nb: Makefile
pkgsrc/x11/kde3-i18n-nds: Makefile
pkgsrc/x11/kde3-i18n-nl: Makefile
pkgsrc/x11/kde3-i18n-nn: Makefile
pkgsrc/x11/kde3-i18n-pa: Makefile
pkgsrc/x11/kde3-i18n-pl: Makefile
pkgsrc/x11/kde3-i18n-pt: Makefile
pkgsrc/x11/kde3-i18n-pt_BR: Makefile
pkgsrc/x11/kde3-i18n-ro: Makefile
pkgsrc/x11/kde3-i18n-ru: Makefile
pkgsrc/x11/kde3-i18n-rw: Makefile
pkgsrc/x11/kde3-i18n-se: Makefile
pkgsrc/x11/kde3-i18n-sk: Makefile
pkgsrc/x11/kde3-i18n-sl: Makefile
pkgsrc/x11/kde3-i18n-sr: Makefile
pkgsrc/x11/kde3-i18n-sr_Latn: Makefile
pkgsrc/x11/kde3-i18n-ss: Makefile
pkgsrc/x11/kde3-i18n-sv: Makefile
pkgsrc/x11/kde3-i18n-ta: Makefile
pkgsrc/x11/kde3-i18n-tg: Makefile
pkgsrc/x11/kde3-i18n-tr: Makefile
pkgsrc/x11/kde3-i18n-uk: Makefile
pkgsrc/x11/kde3-i18n-uz: Makefile
pkgsrc/x11/kde3-i18n-vi: Makefile
pkgsrc/x11/kde3-i18n-zh_CN: Makefile
pkgsrc/x11/kde3-i18n-zh_TW: Makefile
pkgsrc/x11/kdebase3: Makefile
pkgsrc/x11/kdebindings-ruby: Makefile
pkgsrc/x11/kdelibdocs3: Makefile
pkgsrc/x11/kdelibs3: Makefile
pkgsrc/x11/kdelibs4: Makefile
pkgsrc/x11/kkbswitch: Makefile
pkgsrc/x11/kmessage: Makefile
pkgsrc/x11/konsole: Makefile
pkgsrc/x11/lablgtk: Makefile
pkgsrc/x11/modular-xorg-server: Makefile
pkgsrc/x11/py-gnome2: Makefile buildlink3.mk
pkgsrc/x11/py-gnome2-desktop: Makefile buildlink3.mk
pkgsrc/x11/py-gnome2-extras: Makefile buildlink3.mk
pkgsrc/x11/py-kde4: Makefile
pkgsrc/x11/py-qt4: Makefile
pkgsrc/x11/py-qt4-qscintilla: Makefile buildlink3.mk
pkgsrc/x11/qt3: Makefile
pkgsrc/x11/qt3-docs: Makefile
pkgsrc/x11/qt3-libs: Makefile
pkgsrc/x11/qt3-mysql: Makefile
pkgsrc/x11/qt3-pgsql: Makefile
pkgsrc/x11/qt3-tools: Makefile
pkgsrc/x11/qt4-creator: Makefile
pkgsrc/x11/qt4-docs: Makefile
pkgsrc/x11/qt4-libs: Makefile buildlink3.mk
pkgsrc/x11/qt4-mng: Makefile
pkgsrc/x11/qt4-mysql: Makefile
pkgsrc/x11/qt4-pgsql: Makefile
pkgsrc/x11/qt4-qdbus: Makefile buildlink3.mk
pkgsrc/x11/qt4-qscintilla: Makefile buildlink3.mk
pkgsrc/x11/qt4-sqlite3: Makefile
pkgsrc/x11/qt4-tiff: Makefile
pkgsrc/x11/qt4-tools: Makefile buildlink3.mk
pkgsrc/x11/qt5: Makefile
pkgsrc/x11/qt5-dbus: Makefile
pkgsrc/x11/qt5-mysql: Makefile
pkgsrc/x11/qt5-odbc: Makefile
pkgsrc/x11/qt5-psql: Makefile
pkgsrc/x11/qt5-qtbase: Makefile
pkgsrc/x11/qt5-qtdeclarative: Makefile
pkgsrc/x11/qt5-qtdoc: Makefile
pkgsrc/x11/qt5-qtgraphicaleffects: Makefile
pkgsrc/x11/qt5-qtimageformats: Makefile
pkgsrc/x11/qt5-qtlocation: Makefile
pkgsrc/x11/qt5-qtmultimedia: Makefile
pkgsrc/x11/qt5-qtquick1: Makefile
pkgsrc/x11/qt5-qtquickcontrols: Makefile
pkgsrc/x11/qt5-qtscript: Makefile
pkgsrc/x11/qt5-qtsensors: Makefile
pkgsrc/x11/qt5-qtserialport: Makefile
pkgsrc/x11/qt5-qtsvg: Makefile
pkgsrc/x11/qt5-qttools: Makefile
pkgsrc/x11/qt5-qttranslations: Makefile
pkgsrc/x11/qt5-qtwebkit: Makefile
pkgsrc/x11/qt5-qtx11extras: Makefile
pkgsrc/x11/qt5-qtxmlpatterns: Makefile
pkgsrc/x11/qt5-sqlite3: Makefile
pkgsrc/x11/qwt-qt4: Makefile
pkgsrc/x11/qwt6-qt4: Makefile
pkgsrc/x11/qwtplot3d-qt4: Makefile
pkgsrc/x11/razor-qt: Makefile
pkgsrc/x11/wmweather: Makefile
pkgsrc/x11/x11vnc: Makefile
pkgsrc/x11/x3270: Makefile
pkgsrc/x11/xlockmore: Makefile
Log Message:
Recursive PKGREVISION bump for OpenSSL API version bump.
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Mar 9 14:08:17 UTC 2014
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php54: Makefile distinfo
Log Message:
Update php54 to 5.4.26 (PHP 5.4.26).
Version 5.4.26
06-Mar-2014
* JSON:
- Fixed bug #65753 (JsonSerializeable couldn't implement on module extension)
* Fileinfo:
- Fixed bug #66731 (file: infinite recursion) (CVE-2014-1943).
- Fixed bug #66820 (out-of-bounds memory access in fileinfo) (CVE-2014-2270).
* LDAP:
- Implemented ldap_modify_batch (https://wiki.php.net/rfc/ldap_modify_batch).
* Openssl:
- Fixed bug #66501 (Add EC key support to php_openssl_is_private_key).
* Pgsql:
- Added warning for dangerous client encoding and remove possible injections
for pg_insert()/pg_update()/pg_delete()/pg_select().
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Mar 9 14:09:20 UTC 2014
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php55: Makefile distinfo
Log Message:
Update php55 to 5.5.10 (PHP 5.5.10).
Version 5.5.10
6-Mar-2014
* Core:
- Fixed bug #66574 (Allow multiple paths in php_ini_scanned_path).
* Date:
- Fixed bug #45528 (Allow the DateTimeZone constructor to accept timezones
per offset too).
* Fileinfo:
- Fixed bug #66731 (file: infinite recursion (CVE-2014-1943)).
- Fixed bug #66820 (out-of-bounds memory access in fileinfo (CVE-2014-2270)).
* GD:
- Fixed bug #66815 (imagecrop(): insufficient fix for NULL defer
(CVE-2013-7327)).
* JSON:
- Fixed bug #65753 (JsonSerializeable couldn't implement on module extension).
* LDAP:
- Implemented ldap_modify_batch (https://wiki.php.net/rfc/ldap_modify_batch).
* Openssl:
- Fixed bug #66501 (Add EC key support to php_openssl_is_private_key).
* PCRE:
- Upgraded to PCRE 8.34.
* Pgsql:
- Added warning for dangerous client encoding and remove possible injections
for pg_insert()/pg_update()/pg_delete()/pg_select().
|
|
12 Dec 2013, PHP 5.5.7
- CLI server:
. Added some MIME types to the CLI web server (Chris Jones)
. Implemented FR #65917 (getallheaders() is not supported by the built-in web
server) - also implements apache_response_headers() (Andrea Faulds)
- Core:
. Fixed bug #66094 (unregister_tick_function tries to cast a Closure to a
string). (Laruence)
- OPCache
. Fixed bug #66176 (Invalid constant substitution). (Dmitry)
. Fixed bug #65915 (Inconsistent results with require return value). (Dmitry)
. Fixed bug #65559 (Opcache: cache not cleared if changes occur while
running). (Dmitry)
- OpenSSL:
. Fixed memory corruption in openssl_x509_parse() (CVE-2013-6420).
(Stefan Esser).
- readline
. Fixed Bug #65714 (PHP cli forces the tty to cooked mode). (Remi)
|
|
28 Nov 2013, PHP 5.4.23
- Core:
. Fixed bug #66094 (unregister_tick_function tries to cast a Closure to a
string). (Laruence)
. Fixed bug #65947 (basename is no more working after fgetcsv in certain
situation). (Laruence)
- JSON
. Fixed whitespace part of bug #64874 ("json_decode handles whitespace and
case-sensitivity incorrectly"). (Andrea Faulds)
- MySQLi:
. Fixed bug #66043 (Segfault calling bind_param() on mysqli). (Laruence)
- mysqlnd:
. Fixed bug #66124 (mysqli under mysqlnd loses precision when bind_param
with 'i'). (Andrey)
. Fixed bug #66141 (mysqlnd quote function is wrong with NO_BACKSLASH_ESCAPES
after failed query). (Andrey)
- OpenSSL:
. Fixed memory corruption in openssl_x509_parse() (CVE-2013-6420).
(Stefan Esser).
- PDO
. Fixed bug 65946 (sql_parser permanently converts values bound to strings)
|
|
12 Dec 2013, PHP 5.3.28
- Openssl:
. Fixed handling null bytes in subjectAltName (CVE-2013-4073).
(Christian Heimes)
. Fixed memory corruption in openssl_x509_parse() (CVE-2013-6420).
(Stefan Esser).
|
|
Version 5.4.22
14-Nov-2013
* Core:
- Fixed bug #65911 (scope resolution operator - strange behavior with
$this).
CLI server:
- Fixed bug #65818 (Segfault with built-in webserver and chunked transfer
encoding).
* Exif:
- Fixed crash on unknown encoding.
* FTP:
- Fixed bug #65667 (ftp_nb_continue produces segfault).
* ODBC:
- Fixed bug #65950 (Field name truncation if the field name is bigger than
32 characters).
* Sockets:
- Fixed bug #65808 (the socket_connect() won't work with IPv6 address).
* Standard:
- Fixed bug #64760 (var_export() does not use full precision for
floating-point numbers).
* XMLReader:
- Fixed bug #51936 (Crash with clone XMLReader).
- Fixed bug #64230 (XMLReader does not suppress errors).
|
|
14 Nov 2013, PHP 5.5.6
- Core:
. Fixed bug #65947 (basename is no more working after fgetcsv in certain
situation). (Laruence)
. Improved performance of array_merge() and func_get_args() by eliminating
useless copying. (Dmitry)
. Fixed bug #65939 (Space before ";" breaks php.ini parsing).
(brainstorm at nopcode dot org)
. Fixed bug #65911 (scope resolution operator - strange behavior with $this).
(Bob Weinand)
. Fixed bug #65936 (dangling context pointer causes crash). (Tony)
- FPM:
. Changed default listen() backlog to 65535. (Tony)
- MySQLi:
. Fixed bug #66043 (Segfault calling bind_param() on mysqli). (Laruence)
- OPcache
. Increased limit for opcache.max_accelerated_files to 1,000,000. (Chris)
. Fixed issue #115 (path issue when using phar). (Dmitry)
. Fixed issue #149 (Phar mount points not working with OPcache enabled).
(Dmitry)
- ODBC
. Fixed bug #65950 (Field name truncation if the field name is bigger than
32 characters). (patch submitted by: michael dot y at zend dot com, Yasuo)
- PDO:
. Fixed bug #66033 (Segmentation Fault when constructor of PDO statement
throws an exception). (Laruence)
. Fixed bug 65946 (sql_parser permanently converts values bound to strings)
- Standard:
. Fixed bug #64760 (var_export() does not use full precision for floating-point
numbers) (Yasuo)
|
|
17 Oct 2013, PHP 5.5.5
- Core:
. Fixed bug #64979 (Wrong behavior of static variables in closure generators).
(Nikita)
. Fixed bug #65322 (compile time errors won't trigger auto loading). (Nikita)
. Fixed bug #65821 (By-ref foreach on property access of string offset
segfaults). (Nikita)
- CLI server:
. Fixed bug #65633 (built-in server treat some http headers as
case-sensitive). (Adam)
. Fixed bug #65818 (Segfault with built-in webserver and chunked transfer
encoding). (Felipe)
. Added application/pdf to PHP CLI Web Server mime types (Chris Jones)
- Datetime:
. Fixed bug #64157 (DateTime::createFromFormat() reports confusing error
message). (Boro Sitnikovski)
. Fixed bug #65502 (DateTimeImmutable::createFromFormat returns DateTime).
(Boro Sitnikovski)
. Fixed bug #65548 (Comparison for DateTimeImmutable doesn't work).
(Boro Sitnikovski)
- DBA extension:
. Fixed bug #65708 (dba functions cast $key param to string in-place,
bypassing copy on write). (Adam)
- Filter:
. Add RFC 6598 IPs to reserved addresses. (Sebastian Nohn)
. Fixed bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names).
(Syra)
- FTP:
. Fixed bug #65667 (ftp_nb_continue produces segfault). (Philip Hofstetter)
- GD
. Ensure that the defined interpolation method is used with the generic
scaling methods. (Pierre)
- IMAP:
. Fixed bug #65721 (configure script broken in 5.5.4 and 5.4.20 when enabling
imap). (ryotakatsuki at gmail dot com)
- OPcache:
. Added support for GNU Hurd. (Svante Signell)
. Added function opcache_compile_file() to load PHP scripts into cache
without execution. (Julien)
. Fixed bug #65845 (Error when Zend Opcache Optimizer is fully enabled).
(Dmitry)
. Fixed bug #65665 (Exception not properly caught when opcache enabled).
(Laruence)
. Fixed bug #65510 (5.5.2 crashes in _get_zval_ptr_ptr_var). (Dmitry)
. Fixed issue #135 (segfault in interned strings if initial memory is too
low). (Julien)
- Sockets:
. Fixed bug #65808 (the socket_connect() won't work with IPv6 address).
(Mike)
- SPL:
. Fix bug #64782 (SplFileObject constructor make $context optional / give it
a default value). (Nikita)
- Standard:
. Fixed bug #61548 (content-type must appear at the end of headers for 201
Location to work in http). (Mike)
- XMLReader:
. Fixed bug #51936 (Crash with clone XMLReader). (Mike)
. Fixed bug #64230 (XMLReader does not suppress errors). (Mike)
- Build system:
. Fixed bug #51076 (race condition in shtool's mkdir -p implementation).
(Mike, Raphael Geissert)
. Fixed bug #62396 ('make test' crashes starting with 5.3.14 (missing
gzencode())). (Mike)
|
|
17 Oct 2013, PHP 5.4.21
- Core:
. Fixed bug #65322 (compile time errors won't trigger auto loading). (Nikita)
- CLI server:
. Fixed bug #65633 (built-in server treat some http headers as
case-sensitive). (Adam)
- Datetime:
. Fixed bug #64157 (DateTime::createFromFormat() reports confusing error
message). (Boro Sitnikovski)
- DBA extension:
. Fixed bug #65708 (dba functions cast $key param to string in-place,
bypassing copy on write). (Adam)
- Filter:
. Add RFC 6598 IPs to reserved addresses. (Sebastian Nohn)
. Fixed bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names).
(Syra)
- IMAP:
. Fixed bug #65721 (configure script broken in 5.5.4 and 5.4.20 when enabling
imap). (ryotakatsuki at gmail dot com)
- Standard:
. Fixed bug #61548 (content-type must appear at the end of headers for 201
Location to work in http). (Mike)
- Build system:
. Fixed bug #62396 ('make test' crashes starting with 5.3.14 (missing
gzencode())). (Mike)
|
|
18 Sep 2013, PHP 5.5.4
- Core:
. Fixed bug #60598 (cli/apache sapi segfault on objects manipulation).
(Laruence)
. Improved fputcsv() to allow specifying escape character.
. Fixed bug #65490 (Duplicate calls to get lineno & filename for
DTRACE_FUNCTION_*). (Chris Jones)
. Fixed bug #65483 (quoted-printable encode stream filter incorrectly encoding
spaces). (Michael M Slusarz)
. Fixed bug #65470 (Segmentation fault in zend_error() with
--enable-dtrace). (Chris Jones, Kris Van Hees)
. Fixed bug #65225 (PHP_BINARY incorrectly set). (Patrick Allaert)
. Fixed bug #62692 (PHP fails to build with DTrace). (Chris Jones, Kris Van Hees)
. Fixed bug #61759 (class_alias() should accept classes with leading
backslashes). (Julien)
. Fixed bug #46311 (Pointer aliasing issue results in miscompile on gcc4.4).
(Nikita Popov)
- cURL:
. Fixed bug #65458 (curl memory leak). (Adam)
- Datetime:
. Fixed bug #65554 (createFromFormat broken when weekday name is followed
by some delimiters). (Valentin Logvinskiy, Stas).
. Fixed bug #65564 (stack-buffer-overflow in DateTimeZone stuff caught
by AddressSanitizer). (Remi).
- OPCache:
. Fixed bug #65561 (Zend Opcache on Solaris 11 x86 needs ZEND_MM_ALIGNMENT=4).
(Terry Ellison)
- Openssl:
. Fixed bug #64802 (openssl_x509_parse fails to parse subject properly in
some cases). (Mark Jones)
- Session:
. Fixed bug #65475 (Session ID is not initialized properly when strict session
is enabled). (Yasuo)
. Fixed bug #51127/#65359 Request #25630/#43980/#54383 (Added php_serialize
session serialize handler that uses plain serialize()). (Yasuo)
- Standard:
. Fix issue with return types of password API helper functions. Found via
static analysis by cjones. (Anthony Ferrara)
|
|
19 Sep 2013, PHP 5.4.20
- Core:
. Fixed bug #60598 (cli/apache sapi segfault on objects manipulation).
(Laruence)
. Fixed bug #65579 (Using traits with get_class_methods causes segfault).
(Adam)
. Fixed bug #65490 (Duplicate calls to get lineno & filename for
DTRACE_FUNCTION_*). (Chris Jones)
. Fixed bug #65483 (quoted-printable encode stream filter incorrectly encoding
spaces). (Michael M Slusarz)
. Fixed bug #65481 (shutdown segfault due to serialize) (Mike)
. Fixed bug #65470 (Segmentation fault in zend_error() with
--enable-dtrace). (Chris Jones, Kris Van Hees)
. Fixed bug #65372 (Segfault in gc_zval_possible_root when return reference
fails). (Laruence)
. Fixed bug #65304 (Use of max int in array_sum). (Laruence)
. Fixed bug #65291 (get_defined_constants() causes PHP to crash in a very
limited case). (Arpad)
. Fixed bug #65225 (PHP_BINARY incorrectly set). (Patrick Allaert)
. Improved fix for bug #63186 (compile failure on netbsd). (Matteo)
. Fixed bug #62692 (PHP fails to build with DTrace). (Chris Jones, Kris Van Hees)
. Fixed bug #61759 (class_alias() should accept classes with leading
backslashes). (Julien)
. Fixed bug #61345 (CGI mode - make install don't work). (Michael Heimpold)
. Cherry-picked some DTrace build commits (allowing builds on Linux,
bug #62691, and bug #63706) from PHP 5.5 branch
. Fixed bug #61268 (--enable-dtrace leads make to clobber
Zend/zend_dtrace.d) (Chris Jones)
- cURL:
. Fixed bug #65458 (curl memory leak). (Adam)
- Datetime:
. Fixed bug #65554 (createFromFormat broken when weekday name is followed
by some delimiters). (Valentin Logvinskiy, Stas).
. Fixed bug #65564 (stack-buffer-overflow in DateTimeZone stuff caught
by AddressSanitizer). (Remi).
- Openssl:
. Fixed bug #64802 (openssl_x509_parse fails to parse subject properly in
some cases). (Mark Jones)
- Session:
. Fixed bug #62129 (rfc1867 crashes php even though turned off). (gxd305 at
gmail dot com)
. Fixed bug #50308 (session id not appended properly for empty anchor tags).
(Arpad)
. Fixed possible buffer overflow under Windows. Note: Not a security fix.
(Yasuo)
. Changed session.auto_start to PHP_INI_PERDIR. (Yasuo)
- SOAP:
. Fixed bug #65018 (SoapHeader problems with SoapServer). (Dmitry)
- SPL:
. Fixed bug #65328 (Segfault when getting SplStack object Value). (Laruence)
- PDO:
. Fixed bug #64953 (Postgres prepared statement positional parameter
casting). (Mike)
- Phar:
. Fixed bug #65028 (Phar::buildFromDirectory creates corrupt archives for
some specific contents). (Stas)
- Pgsql:
. Fixed bug #65336 (pg_escape_literal/identifier() silently returns false).
(Yasuo)
. Fixed bug #62978 (Disallow possible SQL injections with pg_select()/pg_update()
/pg_delete()/pg_insert()). (Yasuo)
- Zlib:
. Fixed bug #65391 (Unable to send vary header user-agent when
ob_start('ob_gzhandler') is called) (Mike)
|
|
22 Aug 2013, PHP 5.5.3
- Openssl:
. Fixed UMR in fix for CVE-2013-4248.
|
|
22 Aug 2013, PHP 5.4.19
- Core:
. Fixed bug #64503 (Compilation fails with error: conflicting types for
'zendparse'). (Laruence)
- Openssl:
. Fixed UMR in fix for CVE-2013-4248.
|
|
|
|
15 Aug 2013, PHP 5.4.18
- Core:
. Fixed value of FILTER_SANITIZE_FULL_SPECIAL_CHARS constant (previously was
erroneously set to FILTER_SANITIZE_SPECIAL_CHARS value). (Andrey
avp200681 gmail com).
. Fixed bug #65254 (Exception not catchable when exception thrown in autoload
with a namespace). (Laruence)
. Fixed bug #65108 (is_callable() triggers Fatal Error).
(David Soria Parra, Laruence)
. Fixed bug #65088 (Generated configure script is malformed on OpenBSD).
(Adam)
. Fixed bug #62964 (Possible XSS on "Registered stream filters" info).
(david at nnucomputerwhiz dot com)
. Fixed bug #62672 (Error on serialize of ArrayObject). (Lior Kaplan)
. Fixed bug #62475 (variant_* functions causes crash when null given as an
argument). (Felipe)
. Fixed bug #60732 (php_error_docref links to invalid pages). (Jakub Vrana)
. Fixed bug #65226 (chroot() does not get enabled). (Anatol)
- CGI:
. Fixed Bug #65143 (Missing php-cgi man page). (Remi)
- CLI server:
. Fixed bug #65066 (Cli server not responsive when responding with 422 http
status code). (Adam)
- CURL:
. Fixed bug #62665 (curl.cainfo doesn't appear in php.ini). (Lior Kaplan)
- FPM:
. Fixed bug #63983 (enabling FPM borks compile on FreeBSD).
(chibisuke at web dot de, Felipe)
- FTP:
. Fixed bug #65228 (FTPs memory leak with SSL).
(marco dot beierer at mbsecurity dot ch)
- GMP:
. Fixed bug #65227 (Memory leak in gmp_cmp second parameter). (Felipe)
- Imap:
. Fixed bug #64467 (Segmentation fault after imap_reopen failure).
(askalski at gmail dot com)
- Intl:
. Fixed bug #62759 (Buggy grapheme_substr() on edge case). (Stas)
. Fixed bug #61860 (Offsets may be wrong for grapheme_stri* functions).
(Stas)
- mysqlnd:
. Fixed segfault in mysqlnd when doing long prepare. (Andrey)
- ODBC:
. Fixed bug #61387 (NULL valued anonymous column causes segfault in
odbc_fetch_array). (Brandon Kirsch)
- Openssl:
. Fixed handling null bytes in subjectAltName (CVE-2013-4073).
(Christian Heimes)
- PDO:
. Allowed PDO_OCI to compile with Oracle Database 12c client libraries.
(Chris Jones)
- PDO_dblib:
. Fixed bug #65219 (PDO/dblib not working anymore ("use dbName" not sent)).
(Stanley Sufficool)
- PDO_pgsql:
. Fixed meta data retrieve when OID is larger than 2^31. (Yasuo)
- Phar:
. Fixed Bug #65142 (Missing phar man page). (Remi)
- Session
. Fixed bug #62535 ($_SESSION[$key]["cancel_upload"] doesn't work as
documented). (Arpad)
. Fixed bug #35703 (when session_name("123") consist only digits,
should warning). (Yasuo)
. Fixed bug #49175 (mod_files.sh does not support hash bits). Patch by
oorza2k5 at gmail dot com (Yasuo)
- Sockets:
. Implemented FR #63472 (Setting SO_BINDTODEVICE with socket_set_option).
(Damjan Cvetko)
- SPL:
. Fixed bug #65136 (RecursiveDirectoryIterator segfault). (Laruence)
. Fixed bug #61828 (Memleak when calling Directory(Recursive)Iterator
/Spl(Temp)FileObject ctor twice). (Laruence)
. Fixed bug #60560 (SplFixedArray un-/serialize, getSize(), count() return 0,
keys are strings). (Adam)
- XML:
. Fixed bug #65236 (heap corruption in xml parser, CVE-2013-4113). (Rob)
|
|
|
|
* Make PKG_PHP's value as description in comment.
|
|
* Define PHP's version at one place.
* Remove obsolete description in comments.
* Add "used by www/php-fpm/Makefile" in php5[34]/Makefile.php.
* Remove commented out support for suhosin extension from php54.
* Add PHP_CHECK_INSTALLED and PHP_EXTENSION_DIR to php/phpversion.mk.
No functional should be made.
|
|
|
|
|
|
|
|
last update of php53/php54.
|
|
|
|
* Update PHP53_VERSION and PHP54_VERSION.
|
|
|
|
|
|
|
|
|
|
Reset PKGREVISION of database/php-ldap.
|
|
|
|
as suggested by obache@
|
|
to "user variables" section. pkglint is now aware of them. Bump pkglint
version. Oked by wiz@
|
|
|
|
|
|
|
|
|
|
|
|
* PHP_VERSION_DEFAULT, PHP_VERSIONS_ACCEPTED, PKG_PHP_VERSION now
don't accept 5 any more but 52, 53, 54.
Each value corresponding to PHP 5.2.x, 5.3.x, 5.4.x.
* PHP_PKG_PREFIX might be "php54".
* phpversion.mk defines PHP_BASE_VERS.
* phpversion.mk defines each PHP's exact version for now.
TODO:
php{5,53,54}/Makefile.{common,php} could be arranged to some
redundant codes.
|
|
|
|
* allow to override DIST_SUBDIR
|
|
|
|
|
|
|
|
Drop ${PHP_BASE_VARS} from PKGVERSION by default.
It used to be required to support multiple php version.
But after PHP version based ${PHP_PKG_PREFIX} was introduced,
such trick is not required anymore.
In addition to this, such version name schme invokes unwanted version bump
when base php version is bumped, plus, such version scheme is hard to
use for DEPENDS pattern.
To avoid downgrading of package using such legacy version scheme,
PECL_LEGACY_VERSION_SCHEME is introduced.
If it is defined, current version scheme is still used for currently
supported PHP version (5 and 53), but instead of ${PHP_BASE_VARS},
current fixed PHP base version in pkgsrc is used to avoid unwanted version bump
from update of PHP base package.
With newer PHP (54, or so on), new version scheme will be used if
it is defined.
This trick will not be required and should be removed after php5 and php53 will
be gone away from pkgsrc.
|
|
It is not necessary anymore. No objections in tech-pkg@.
|
|
|
|
|
|
variable settings affecting binary packages.
From Aleksey Cheusov in PR 44695.
|
|
|
|
|
|
|