| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix compilation of thread-safe PHP after the PTHREAD_LIBS change
- Include md5 and blowfish support on amd64 (fix headers) [1]
- Add support for dom_import_simplexml function in php5-dom [2]
- Fix vulnerability in RFC 1867 file upload processing [3]
- Fix php_variables memory disclosure [3]
PR: ports/71752 [1], ports/72003 [2], ports/72420 [3]
Submitted by: Adam Gregoire <bsdunx@yahoo.com> [1],
Vaidrius Petrauskas <acrozy@uosis.mif.vu.lt> [2],
Dmitry A Grigorovich <odip@bionet.nsc.ru> [3]
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=118611
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix compilation of thread-safe PHP after the PTHREAD_LIBS change
- Include md5 and blowfish support on amd64 (fix headers) [1]
- Fix vulnerability in RFC 1867 file upload processing [2]
- Fix php_variables memory disclosure [2]
- GD LZW-GIF support is now enabled by default
PR: ports/71752 [1], ports/72420 [2]
Submitted by: Adam Gregoire <bsdunx@yahoo.com> [1],
Dmitry A Grigorovich <odip@bionet.nsc.ru> [2]
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=118610
|
|
|
|
|
|
|
|
|
|
|
| |
because it uses 64 bit integers by default and it messes very badly with some
pack/unpack things on the perl part and some << and >> on the C part, so, use
the perl part everywhere.
Approved by: portmgr (krion)
Notes:
svn path=/head/; revision=118573
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=118503
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=118496
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=118426
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- update to 0.8.13, changes to previous version:
* fixed handling of negative timezones in input-clf if format is
specified
* fixed segfaults in output-modlogan
* removed debug-output
Approved by: portmgr
Notes:
svn path=/head/; revision=118395
|
|
|
|
|
|
|
|
|
| |
on perl 5.0
Approved by: portmgr (linimon)
Notes:
svn path=/head/; revision=118394
|
|
|
|
|
|
|
|
|
|
|
| |
- set XMLPREFIX=${LOCALBASE} and make it PREFIX clean.
PR: 71108
Submitted by: leeym
Approved by: portmgr (marcus)
Notes:
svn path=/head/; revision=118316
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=118288
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=118271
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=118270
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=118258
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=118243
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=118218
|
|
|
|
|
|
|
|
| |
PR: 71336
Submitted by: Stefan Walter
Notes:
svn path=/head/; revision=118079
|
|
|
|
| |
Notes:
svn path=/head/; revision=118030
|
|
|
|
|
|
|
| |
Submitted by: Andy Miller <andy@trit.org>
Notes:
svn path=/head/; revision=118026
|
|
|
|
| |
Notes:
svn path=/head/; revision=118024
|
|
|
|
|
|
|
|
| |
PR: ports/71285
Submitted by: Stefan Walter
Notes:
svn path=/head/; revision=117942
|
|
|
|
| |
Notes:
svn path=/head/; revision=117941
|
|
|
|
| |
Notes:
svn path=/head/; revision=117920
|
|
|
|
|
|
|
|
|
|
|
|
| |
- no long support perl 5.005.
- although it requires p5-Data-Dumper, which may need by perl5.6 (described
in devel/p5-Data-Dumper/Makefile), but perl5.6 indeed install one.
And txt2html does not need newer module ( Data::Dumper => 0).
Approved by: vanilla (co-mentor)
Notes:
svn path=/head/; revision=117906
|
|
|
|
|
|
|
|
|
|
|
|
| |
- from Changes
- Fixed bug with forced declaration of the default namespace.
- Removed dead code. Added copyright notices to pod.
- Improved test coverage.
Approved by: vanilla (co-mentor)
Notes:
svn path=/head/; revision=117882
|
|
|
|
| |
Notes:
svn path=/head/; revision=117856
|
|
|
|
| |
Notes:
svn path=/head/; revision=117855
|
|
|
|
|
|
|
| |
Approved by: glewis (mentor)
Notes:
svn path=/head/; revision=117841
|
|
|
|
|
|
|
|
|
|
| |
This module is used by the Perl script that generates the
supported hardware list from section four manpages.
This fixes building HEAD and RELENG_5 release notes on 4.x.
Notes:
svn path=/head/; revision=117834
|
|
|
|
|
|
|
|
| |
PR: ports/71118
Submitted by: Vladimir Osintsev (maintainer)
Notes:
svn path=/head/; revision=117826
|
|
|
|
| |
Notes:
svn path=/head/; revision=117759
|
|
|
|
|
|
|
|
|
|
|
|
| |
- add dependency of Lingua-Stem-Ru
- modify WWW in pkg-descr
PR: ports/69714
Reviewed by: maintainer (thorsten.greiner at web.de)
Approved by: leeym (mentor)
Notes:
svn path=/head/; revision=117721
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- on FreeBSD 4.x, it links with -pthread, but no link is
retained in the resulting library;
- on FreeBSD 5.x and 6, it works, but since libaspell is
used by un-threaded programs, this is not a good choice.
Reviewed by: marcus.
Notes:
svn path=/head/; revision=117709
|
|
|
|
|
|
|
|
| |
PR: ports/71125
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=117639
|
|
|
|
| |
Notes:
svn path=/head/; revision=117630
|
|
|
|
| |
Notes:
svn path=/head/; revision=117624
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION.
Reported by: marcus and Volker Kindermann.
Notes:
svn path=/head/; revision=117609
|
|
|
|
| |
Notes:
svn path=/head/; revision=117590
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
functions to search lots of documents for some documents including specified
words. The principal purpose of Estraier is to realize a full-text search
system of a web site. It functions similarly to Google, but for a personal
web site or sites in an intranet.
PR: ports/71090
Submitted by: Michael Johnson <ahze@ahze.net>
Notes:
svn path=/head/; revision=117563
|
|
|
|
| |
Notes:
svn path=/head/; revision=117548
|
|
|
|
| |
Notes:
svn path=/head/; revision=117537
|
|
|
|
|
|
|
|
|
|
|
| |
Replace libtool 1.3 with 1.5, and adjust pkg-plist to remove
the no longer installed .la files.
Move the htdig.conf file out of the way before install so that
the sample file will get installed each time.
Notes:
svn path=/head/; revision=117536
|
|
|
|
| |
Notes:
svn path=/head/; revision=117535
|
|
|
|
|
|
|
|
|
|
| |
- Add dictionaries for Azerbaijani, Belarusian, Bengali, Estonian,
Finnish, Hebrew, Hungarian, Kinyarwanda, Latin, Latvian, Lithuanian,
Macedonian, Mongolian, Nyanja, Quechua, Sardinian, Tagalog, Tamil,
Tetum, Upper Sorbian, Uzbek, Vietnamese, and Yiddish.
Notes:
svn path=/head/; revision=117534
|
|
|
|
|
|
|
|
| |
PR: ports/71085
Submitted by: maintainer
Notes:
svn path=/head/; revision=117525
|
|
|
|
|
|
|
| |
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes:
svn path=/head/; revision=117505
|
|
|
|
|
|
|
|
|
| |
PR: 69795
Submitted by: Toni Viemero <toni.viemero@iki.fi>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=117408
|
|
|
|
|
|
|
|
| |
PR: ports/70934
Submitted by: maintainer
Notes:
svn path=/head/; revision=117324
|
|
|
|
|
|
|
|
|
| |
- Update Russian patch (2).
Submitted by: Xin LI (1), den (2)
Notes:
svn path=/head/; revision=117304
|
|
|
|
|
|
|
| |
Spotted by: Damir Horvat <damir@voljatel.si>
Notes:
svn path=/head/; revision=117294
|
|
|
|
|
|
|
| |
Approved by: vanilla (co-mentor)
Notes:
svn path=/head/; revision=117289
|