Commit Graph

111095 Commits

Author SHA1 Message Date
Tilman Keskinoz
5fc022ae1d Update qscintilla to 1.4
Bump PORTREVISION of affected port.

PR:		72152
Submitted by:	Danny Pansters <danny@ricin.com>
2004-10-13 09:20:21 +00:00
Clement Laforet
310abe64ef - Yet Another Security Fix
Fix CAN-2004-0885:

  * modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Ensure that a
  correct cipher suite has been negotiated, else deny access.

  * modules/ssl/ssl_engine_init.c (ssl_init_ctx_protocol): With OpenSSL
  0.9.7, prevent session resumption during a renegotiation to force the
  client to negotiate a new (and acceptable) cipher suite.

Credits:	Hartmut Keil, Joe Orton
2004-10-13 09:17:38 +00:00
Sergei Kolobov
e7cfe6e3ad - Update to 2.15 (major bug fix)
PR:		ports/71973
Submitted by:	Steven Honson (maintainer)

While I'm here:
- Shorten long lines in Makefile to avoid wrapping
2004-10-13 09:16:07 +00:00
Anton Berezin
d671d24aa4 Update to 2.10. 2004-10-13 09:15:44 +00:00
Anton Berezin
4c90bd11cb Update to 1.65. 2004-10-13 09:08:47 +00:00
Sergei Kolobov
25d5793be7 - Update to 1.0.21
- Make security/libtasn1 and security/opencdk into optional dependencies,
  enabled by knobs: WITH_LIBTASN1 and WITH_OPENCDK, respectively.
  Default to using their included versions
2004-10-13 09:08:06 +00:00
Pav Lucistnik
2386edf34e - Update to 8.2.2
PR:		ports/72602
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
2004-10-13 09:02:27 +00:00
Anton Berezin
aa26c25c5d Update to 2.13. 2004-10-13 08:58:08 +00:00
Edwin Groothuis
5d4f957009 Fix build of databases/phpmyadmin
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
Reviewed by:	Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
2004-10-13 08:54:07 +00:00
Tilman Keskinoz
eaa7b1f384 Drop maintainership 2004-10-13 08:38:44 +00:00
Clement Laforet
c8ff4a485b - Add WITHOUT_APACHE_EXPAT knob.
It ensures to link with expat when apache isn't built with its own expat

Noticed by:	Nik Clayton <nik _at_ crf-consulting _dot_ co _dot_ uk>
PR:		ports/71988
2004-10-13 08:37:32 +00:00
Edwin Groothuis
01ab3fff1d [MAINTAINER] net/py23-BitTornado: [SUMMARIZE CHANGES]
- Added manual pages from Debian Linux.
    - Added sample script that can be used as startup/stop script for
    Bittorrent sites (hopefully will be integrated in $PREFIX/etc/rc.d/ once
    (but first I need some feedback)
    - Added proper IPv6 support - removing compact=1 from announcements.
    (If you want you can test it at http://6net.nii.hu:6969)

PR:		ports/71736
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2004-10-13 08:34:07 +00:00
Sergei Kolobov
983e24899d Add djbdns-tools-1.05:
This port contains a subset of the DJBDNS package.
It includes several useful Domain Name System (DNS) tools:

- dnsfilter: a parallel IP-address-to-host-name converter
- dnsip, dnsipq, dnsname, dnstxt, and dnsmx: simple
  command-line interfaces to DNS
- dnsq, dnstrace, dnstracesort: DNS debugging tools

Author:	Daniel J. Bernstein <djb@cr.yp.to>
WWW:	http://cr.yp.to/djbdns.html
2004-10-13 08:32:24 +00:00
Tilman Keskinoz
ab16937b74 First round of patches from Erling Jacobsen:
* ntohs() won't work, because it converts from bigendian to native
byteorder, and the format used in TVision streams is littleendian.
Conversion must be done explicitly, by calling readByte() several
times, in consecutive statements !
*This enables ncurses mouse support, which was broken (it seemed to depend
on gpm in an unhealthy way).
*Un*x filenames can easily contain spaces ... Don't trim the filename.
*Avoid possible problems with signed/unsigned char comparisons. And
functions like toupper must be called with an unsigned char.

PR:	71544
Submitted by:	Erling Jacobsen <linuxcub@email.dk>

Set maintainer back to ports, as libh is now officially a dead project

Compile with GCC 3.4

Bump PORTREVISION
2004-10-13 08:26:49 +00:00
Sergei Kolobov
a9602a8535 Add t-prot-1.44:
This program is a filter which shall improve the readability for messages
(emails and posts) by *hiding* some annoying parts, including:
- mailing list footers
- excessive quoting
- overlong signatures
- Outlook-style "TOFU" (text above - full quote below)
- squeeze sequences of blank lines or punctuation

Its primary mode of operation is a display filter in MUA (it has special
support for Mutt), but it can also be used in MTA/MDA - e.g. for immediately
bouncing "improper" messages.

Author:	Jochen Striepe <t-prot@tolot.escape.de>
WWW:	http://www.escape.de/users/tolot/mutt/
2004-10-13 08:26:07 +00:00
Cheng-Lung Sung
890e57972a - update to 0.11
- fix build error (see post-patch sec.)

Approved by:	co-mentor (vanilla)
2004-10-13 08:23:28 +00:00
Tilman Keskinoz
6e5a312778 Update libcdio to 0.70
Bump PORTREVISION of affected port
2004-10-13 08:17:54 +00:00
Clement Laforet
a73e5a1a86 - Update to 1.13.5 2004-10-13 08:11:52 +00:00
Tilman Keskinoz
d77bc0323e Add entry for p5-XML-RSS-Parser 2004-10-13 08:07:52 +00:00
Tilman Keskinoz
f41dc2f5bc Remove this ports.
Version 3 of this module is now part of the p5-XML-RAI port

Approved by:    clsung (Maintainer)
2004-10-13 08:06:03 +00:00
Pav Lucistnik
b0b161c053 Add exiv2, Exif and Iptc metadata manipulation library and tool.
PR:		ports/72060
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-10-13 08:04:48 +00:00
Tilman Keskinoz
62b54ed356 Update to 1.01 2004-10-13 08:01:10 +00:00
Tilman Keskinoz
a8f55bd2f9 Use libtool 15 2004-10-13 07:59:41 +00:00
Edwin Groothuis
6f4685d640 Removed trash at the end of the Makefile.
No idea how that ended up there.

Submitted by:	Michael Johnson <ahze@ahze.net>
2004-10-13 07:56:47 +00:00
Tilman Keskinoz
b9af4efef7 Add p5-XML-Elemental, an XML::Parser style and generic classes package
for simplistic and perlish handling of XML data
2004-10-13 07:48:22 +00:00
Tilman Keskinoz
cd49748b40 Update to 0.08 2004-10-13 07:37:43 +00:00
Tilman Keskinoz
db5a434fb1 Update to 1.12.12 2004-10-13 07:37:08 +00:00
Yen-Ming Lee
1b600ff552 WITH_SPEEDYCGI needs suidperl enabled under perl 5.8.4 or above,
so, disable it first, and enable it again if perl exists and enabled suidperl
2004-10-13 07:21:02 +00:00
Cheng-Lung Sung
0e4889b1d7 - update to 0.14
* Removed dependency on XML::XPath (from 0.13)
* Support for using LibXML with XML::Atom (from 0.12)

Approved by:	co-mentor (vanilla)
2004-10-13 06:50:13 +00:00
Dmitry Sivachenko
6d743bfb5c Update to version 1.12.
PR:		72596
Submitted by:	Aaron Dalton <aaron@daltons.ca>
2004-10-13 06:45:51 +00:00
Cheng-Lung Sung
e019c27764 - update to 0.31
- bug fix and patch.

PR:		ports/72605
Submitted by:	Toshiya SAITOH <toshiya AT saitoh dot nu>
Approved by:	co-mentor (vanilla)
2004-10-13 06:33:56 +00:00
Dmitry Sivachenko
a41a0778aa Update to version 1.11.
Based on PR:		71480 (update to version 1.10)
Submitted by:		Palle Girgensohn <girgen@pingpong.net>
2004-10-13 06:01:37 +00:00
Dmitry Sivachenko
2ad58495a6 New port: p5-Cache-Simple-TimedExpiry.
A lightweight cache with timed expiration.

PR:		71481
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2004-10-13 05:51:32 +00:00
Joe Marcus Clarke
82b40bb9a4 Fix the build on 4.X. 2004-10-13 05:41:57 +00:00
Kirill Ponomarev
289b34cbfb Fix WWW line
PR:		ports/72608
Submitted by:	maintainer
2004-10-13 05:16:04 +00:00
Kirill Ponomarev
6250fb5a73 Update to 11.11 2004-10-13 05:05:35 +00:00
Edwin Groothuis
1aed325430 [MAINTAINER] devel/ccache: update to 2.4
- Update to 2.4
	- Add workaround to use ccache when USE_GCC is used in a port

PR:		ports/71717
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-10-13 03:36:42 +00:00
Yen-Ming Lee
ab6cda7917 - add USE_GCC=3.3 and unbreak
- respect CXX and CFLAGS
- replace pkg-plist with PLIST_FILES
- update WWW in pkg-descr
- cosmetic fixes

PR:		72214
Submitted by:	leeym
2004-10-13 03:31:14 +00:00
Edwin Groothuis
cb40e7e026 [MAINTAINER] japanese/estraier: update to 1.2.24
Update to 1.2.24

PR:		ports/71601
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-10-13 03:19:00 +00:00
Edwin Groothuis
16b7ee693b [maintainer] sysutils/linneighborhood: fix thread usage
Somehow, a hard coded -lc_r survived in a patch file.
	Eleminating it, makes the port (finally) PTHREAD_* conform.

PR:		ports/71612
Submitted by:	Simon Barner <barner@in.tum.de>
2004-10-13 03:04:57 +00:00
Michael Nottebrock
4b2d90eef8 Adjust patch. 2004-10-13 03:03:40 +00:00
Dirk Meyer
4312b76055 - default USE_OPENLDAP_VER 22
PR:		71949
Submitted by:	Jose M Rodriguez
2004-10-13 02:58:36 +00:00
Edwin Groothuis
3e8d8ca41e [maintainer] Unbreak databases/mysqlcppapi after mysql41-* update
databases/mysqlcppapi is unable to detect mysql-4.1.4 and
	use new mysql_shutdown() api. Thus it is broken with mysql41-*
	after mysql41-* were updated to 4.1.4. I hope this fix can
	make it way to ports before the freeze.

PR:		ports/71348
Submitted by:	Jie Gao <gaoj@cpsc.ucalgary.ca>
2004-10-13 02:53:10 +00:00
FUJISHIMA Satsuki
69c50ebf27 update to 1.7.5. 2004-10-13 02:15:50 +00:00
Edwin Groothuis
49a52357b8 Update: security/samhain 1.8.10b -> 1.8.11
Updating the Samhain integrity checking system from 1.8.10b to 1.8.11.

	Code changes include:

	o for files in the IgnoreAll policy, there are no warnings
	  (anymore) about 'no such user/group' and/or non-printable filenames
	o there is a new option HardlinkOffset=... to specify an
	  offset from the canonical hardlink count for a directory
	o ... and a new option AddOKChars=... to modify the set of
	  characters in a filename for which a warning (about
	  obscure/non-printable) filename is issued.

	Port changes:

	Turn off kernel integrity checking by default - building
	this into packages wouldn't work anyhow, since it would
	only work with an identical kernel as on the build cluster.

PR:		ports/71169
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
2004-10-13 02:04:30 +00:00
Yen-Ming Lee
803fadff8a - upgrade to openwebmail-2.41
- disable SpeedyCGI support automatically when PERL isn't suid-enabled.
2004-10-13 02:02:55 +00:00
Edwin Groothuis
5b2e209044 [Maintainer Update] Muine: Fix library mapping so minor updates don't cause breakage.
Attached patch changes Muine's library mappings so minor
	version number changes do not break the port in the future.

PR:		ports/71136
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-10-13 01:58:56 +00:00
Yen-Ming Lee
0a2353a0be - add USE_GCC=2.95 and unbreak this port
- utilize INFO
- replace pkg-plist with PLIST_FILES

PR:		72134
Submitted by:	leeym
2004-10-13 01:52:07 +00:00
Edwin Groothuis
0ea6f53244 [MAINTAINER] graphics/lphoto: [Add option to use jpeg-mmx]
- Add option to use jpeg-mmx

PR:		ports/69836
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-10-13 01:51:42 +00:00
Joe Marcus Clarke
e805043aad Fix build, and chase new libexif.
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-10-13 01:49:59 +00:00