Commit graph

82966 commits

Author SHA1 Message Date
yyamano
538c626745 Make this build on Darwin. 2005-08-06 13:06:06 +00:00
rillig
a175190b3c Added a chunk to patch-ac to fix non-ISO-C90 code. 2005-08-06 12:44:26 +00:00
adrianp
02216dc14b Add missing patch from last update - ride the previous bump 2005-08-06 12:29:25 +00:00
adrianp
e37fc224e2 Patches to address recent security issue via Gentoo:
http://secunia.com/advisories/16181/
2005-08-06 11:51:18 +00:00
wiz
a80a8ae73b Updated www/links to 2.1.0.18
Updated www/links-gui to 2.1.0.18
2005-08-06 10:59:02 +00:00
wiz
00c982b046 Update to 2.1pre18:
=== Release 2.1pre18

Sat Jul 30 00:01:55 MET DST 2005 mikulas:

	Fixed reverse numbering of form fields in javascript

Fri Jul 29 22:45:30 MET 2005 user:

	Fixed cursor position in bookmarks after HOME, END, PAGE UP, PAGE DOWN

Thu Jun 23 04:05:45 cet 2005 mikulas:

	<sub>, <sup> and alignment images to top and middle of line

Wed Jun 22 18:15:11 MET 2005 user:

	Implemented <hr> in graphics mode

Mon Jun 20 15:57:00 cet 2005 mikulas:

	Do not make whitechar-elimination on invisible form entries

Sat Jun 18 18:16:24 MET 2005 user:

	Allow '#' in smb files and directories

Fri Jun 17 23:10:24 MET 2005 Simen Graaten

	Updated Norwegian translation

Mon Jun  6 18:47:37 MET 2005 user:

	Do not respond to unknown authentication methods with basic response

Sun May 29 05:43:58 cet 2005 mikulas:

	Do always use cache when going back

Sun May 22 21:03:16 MET 2005 user:

	Allow '#' in ftp password

Wed May 18 01:18:58 cet 2005 mikulas:

	Allow image map elements without href and only with javascript

Thu May 12 04:15:43 MET 2005 user:

	Fixed crash with -anonymous and "frame at full-screen" in menu

Sun May  8 15:37:22 cet 2005 mikulas:

	Fix lockup with terminal height only 1 or 2 characters

Fri May  6 20:06:50 MET 2005 user:

	Make '*' work in graphics mode too
	Fixed badly displayed images when image displaying was toggled

Thu Apr 21 21:52:28 cet 2005 mikulas:

	Do not count time that connection waits in queue

Fri Apr 15 17:37:51 MET 2005 user:

	Do not parse <TITLE> inside <SCRIPT>

Sat Apr  2 20:32:01 MET DST 2005 mikulas:

	Workaround for bug in Sun C compiler

Fri Apr  1 00:21:39 MET DST 2005 mikulas:

	Accept &#13; as line break in textarea (fixes bugzilla)

Thu Mar 24 04:06:53 MET 2005 Federico G. Schwindt <fgsch@lodoss.net>:

	Use MD5 functions from libc when available

Mon Mar  7 22:36:45 MET 2005 user:

	Support for another smb client --- smbc by Martin Zlomek

Wed Mar  2 23:39:30 CET 2005 mikulas:

	Fixed crash of javascript with debuglevel<2 (uninitialized memory)
	Fixed possible touching of data beyond allocated space in javascript
2005-08-06 10:57:25 +00:00
wiz
ae082a1cb2 CONFLICTS should be symmetric, so add ones for bittornado. 2005-08-06 10:55:06 +00:00
rillig
71d66a2ecb Code beautification: %{$foo} instead of %$foo. 2005-08-06 08:08:33 +00:00
rillig
4b97d64081 Checking for C/C++ comments is not necessary for Makefiles. No-one uses
them. All pathnames are already interpreted as being relative to the
package's directory. Added a reminder that ONLY_FOR_PLATFORM should be
changed to NOT_FOR_PLATFORM where appropriate.
2005-08-06 08:00:14 +00:00
jlam
3dade16609 Note additions of some procedural languages for postgresql80-server:
databases/postgresql80-plperl
	databases/postgresql80-plpython
	databases/postgresql80-pltcl
2005-08-06 06:29:43 +00:00
jlam
d09e92e04a Add and enable postgresql80-{plperl,plpython,pltcl}. 2005-08-06 06:26:36 +00:00
jlam
baece952e8 Import databases/postgresql80-pltcl-8.0.3.
PL/Tcl is a dynamic loadable extension for the PostgreSQL database system
that enables the Tcl language to be used to create functions and
trigger-procedures.  It offers most of the capabilities a function
writer has in the C language.
2005-08-06 06:25:51 +00:00
jlam
3cfbae819d Import databases/postgresql80-plpython-8.0.3.
PL/Python allows you to write functions in the Python programming
language that may be used in SQL queries as if they were built into
Postgres.  The PL/Python intepreter is a full Python interpreter.

PL/Python is currently only available as an "untrusted" language
(meaning it does not offer any way of restricting what users can do
in it).  It has therefore been named "plpythonu".  The trusted variant
plpython may become available again in future, if a new secure execution
mechanism is developed in Python.
2005-08-06 06:25:12 +00:00
jlam
cb14fbed19 Import lang/postgresql80-plperl-8.0.3.
PL/Perl allows you to write functions in the Perl programming language
that may be used in SQL queries as if they were built into Postgres.
The PL/Perl intepreter is a full Perl interpreter.  However, certain
operations have been disabled in order to maintain the security of the
system.
2005-08-06 06:24:31 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
86f9268481 Update lang/perl5 to 5.8.7. Changes from version 5.8.6 include updates
for many "core" modules, UTF-8 and Unicode bugfixes, and ithreads
bugfixes.

The major changes are in the pkgsrc infrastructure to handle Perl and
Perl modules.  All pkgsrc-installed Perl modules are now installed in
"vendor" directories, and the perl interpreter has been modifed to
search for libraries in the following order: site, vendor, perl.  The
Perl library is stored in a directory that is named for the Perl ABI
version associated with the Perl release, so any updates of Perl to
newer versions can be done "in-place" as long as Perl ABI version
remains the same.  All Perl scripts and man pages are stored in
locations that won't conflict between site, vendor, and perl modules,
and a new utility perllink(1) now manages symlinks to those scripts
and man pages under the usual ${LOCALBASE}/bin and ${LOCALBASE}/man/man1.

PERL5_SITEPREFIX may be set to the prefix where local, site-specific
modules will be installed, e.g. PERL5_SITEPREFIX=/usr/local.  Note
that modules installed here are completely unmanaged by pkgsrc.

Update the buildlink and tool dependencies on perl to require perl>=5.8.7
to reflect the new locations for Perl modules and the Perl shared
library.
2005-08-06 06:18:44 +00:00
xtraeme
948ada653a Added mail/etpan-0.6.1 2005-08-06 05:33:48 +00:00
xtraeme
d8c9115abe Initial import of etpan-0.6.1 from pkgsrc-wip.
etPan is a mail client that is based on libEtPan!

Features:

* IMAP4rev1 / POP3 / NNTP / mbox / mh / maildir
* virtual folder tree
* multiple folder views and message views
* smart multi-threading
* PGP signing and encryption (using GnuPG as external command)
* S/MIME signing and encryption (using OpenSSL as external command)
* SPAM process (using bogofilter as external command)
* user interface for configuration edition
2005-08-06 05:32:19 +00:00
rillig
b9e3b22ee1 Moved the checks that had been done while loading Makefiles into a
subroutine checklines_Makefile, which is called by
checkfile_package_Makefile and check_category.
2005-08-06 02:26:47 +00:00
xtraeme
fbfc9a1c26 + x11vnc 2005-08-06 00:31:00 +00:00
wiz
ea2b6f3f49 Updated emulators/suse91_base to 9.1nb6 2005-08-05 22:40:50 +00:00
wiz
bb660ffa0b Update zlib rpm for two security fixes. Bump PKGREVISION. 2005-08-05 22:40:24 +00:00
wiz
f1a8ff4f46 Fix typo in ONLY_FOR_PLATFORM. 2005-08-05 22:28:12 +00:00
reinoud
443fa4b602 Addition of btget, a bittorrent client written entirely in 'C'. It uses
allmost no processor time compared to the python bittorrent.

LibBT is a C reimplementation of the BitTorrent core protocols.  Our
goal for the project is to develop a low overhead library version of
the protocols so that BitTorrent transfers can easily be built in to
any existing application.

A suplied application called `btget' is a full fledged bittorrent
application based on this library.
2005-08-05 22:07:07 +00:00
jdolecek
f161eb15fe Update opera to 8.02.
Changes since 8.01:
Security
* Solved download dialog spoofing issue described in Secunia Advisory SA15870
* Fixed image dragging issue described in Secunia Advisory SA15756

Miscellaneous
* Improved default handling of encodings in spelling checker.
* Multiple stability fixes.
* When an installed plug-in is available, use as default handler rather
  than display download dialog.
* Improved support for XMLHttpRequest.
* Fixed download handling when closing originating page.
2005-08-05 22:04:04 +00:00
reinoud
4e3060c637 LibBT is a C reimplementation of the BitTorrent core protocols. Our
goal for the project is to develop a low overhead library version of
the protocols so that BitTorrent transfers can easily be built in to
any existing application.

A suplied application called `btget' is a full fledged bittorrent
application based on this library.
2005-08-05 22:00:49 +00:00
jlam
71c2e0daa6 libbonobo only needs the perl interpreter, not the libraries. 2005-08-05 21:52:36 +00:00
jlam
ba04b93517 Don't use buildlink3.mk files when not needing a library dependency.
Bugzilla only want's p5-* modules, and the MySQL dependency is pulled
in indirectly because it needs p5-DBD-mysql.
2005-08-05 21:45:29 +00:00
salo
e671684c7e One more hack to make it actually work.. (the configure tests are overly
complex and stupid..).
2005-08-05 21:42:54 +00:00
salo
b216d1f921 Linking with libssl requires libcrypto on systems where libssl doesn't
implicitly add it (e.g., netbsd-2).
2005-08-05 21:02:04 +00:00
xtraeme
2a86a40efb * Fix run-time linker flags for libetpan-config and libetpan.
* Add pthread.bl3.mk into the buildlink file.
2005-08-05 20:55:19 +00:00
jlam
245c6baa12 pilotmgr only needs the perl binary, not the perl library. 2005-08-05 20:31:52 +00:00
jlam
ca47ca0ada Hardcode a workaround for perl's DynaLoader.a which is definitely a
PIC code archive, but libtool isn't smart enough to realize it.  Munge
the name within cmd-sink-libtool into something that will make libtool
recognize it as a PIC code archive.  We unmunge it in arg-pp-main so
non-libtool wrappers see the right thing.  This let's us use libtool
to link applications with an embedded Perl interpreter.

I feel so dirty...
2005-08-05 19:46:41 +00:00
jlam
c27abb4a87 Several changes to the postgresql80-* packages:
* Become maintainer for the postgresql80-* packages (ok'd by recht)

* Libtoolize postgresql80 build so that the shared libraries and
  loadable shared modules are built using libtool.  This should make
  PostgreSQL 8.0.x in pkgsrc build correctly on more pkgsrc-supported
  platforms.  This is accomplished with the Makefile.libtool file
  which replaces the Makefile.shlib file in the PostgreSQL distribution.

* Add libltdl modifications from the postgresql74-* packages so that
  this can work on Interix (untested).

* Fix some mismatches between static function declarations and their
  subsesquent definitions in the src/timezone module.  Fixes provided
  by Georg Schwarz.

* Convert PGSQL_USE_HIER into the PKG_OPTION "pgsql-hier-query", and
  teach both postgresql80-client and postgresql80-server to use it.

* Use BUILDLINK_TRANSFORM's "rm" action to remove unwanted compiler
  flags.

* Remove zlib/buildlink3.mk from postgresql80-client/buildlink3.mk
  as zlib is only used by the pg_dump client.

* Convert some files in files/* into patches that can be fed back
  to the PostgreSQL team.

* Install data and documentation files into share/postgresql instead
  of share/postgresql80 -- it's only possible to install one PostgreSQL
  version at a time in pkgsrc, and the new paths more closely match
  the rest of the installation paths.

* Add more mirrors to the MASTER_SITES list, and add a new variable
  POSTGRESQL_MIRRORS_SORT that has the same syntax as MASTER_SORT that
  can help people pick a nearby mirror.

* Nuke references to libpgtcl which is no longer distributed as part
  of a standard PostgreSQL installation as of version 8.0.

* Provide better documentation for Makefile.custom.

* Avoid linking in the pthread library in the correct way on NetBSD
  by setting DLOPEN_REQUIRE_PTHREADS=no.  Also, provide better
  documentation on why we can't enable thread-safety in the PostgreSQL
  libraries on NetBSD (at least for now).

* Preliminary support for installing postgresql80-* into a separate
  subdirectory under ${LOCALBASE} so possibly allow for multiple
  installations of PostgreSQL on the same machine.  Note that THIS
  DOES NOT WORK YET.

* Update the hierarchical-queries patch to "8.0.3-0.5.5" which fixes
  a bug which was crashing the backend when PRIOR was used in the
  target list.  The _level_ column is no longer automatically added
  to target list.  This makes it possible to use hierarchical queries
  as IN subqueries.  To get _level_ back you just have to explicitly
  mention it in target list.

Bump the following PKGREVISIONs:

	postgresql80-client	-> 2
	postgresql80-server	-> 2
	postgresql80		-> 1
2005-08-05 19:43:44 +00:00
xtraeme
ded486c747 Updated mail/libetpan to 0.38 2005-08-05 19:31:50 +00:00
xtraeme
00113e043a Update to 0.38.
* release 0.37 - Deadwing

        * fixed SSL
        * IMAP improvements
        * SASL
        * windows port
        * fixed IMAP implementation (for sylpheed)

    * release 0.36 - Silver Drop

        * memory leak
        * fixed maildir support

    * release 0.35 - Dimebag Darrell

        * minor bugfixes.

    * release 0.34 - edge

        * general
           - support for debian systems mbox
           - ability to disable thread-safe support
2005-08-05 19:29:56 +00:00
drochner
af4a153df9 update to 4.3.3
changes:
-Changes the interface to the recently added set_bt_compare callback to
 only take two arguments like a normal comparison function.
-Fixes a crash in DB.associate when it wanted to raise an exception.
cvs: ----------------------------------------------------------------------
2005-08-05 18:21:04 +00:00
jlam
ed87597c3e PGSQL_USE_HIER is actually undefined or yes. 2005-08-05 18:20:15 +00:00
drochner
b9f6f05cf7 update to 0.9.3
changes:
Option to chroot() when dropping privs
Fixes for compiling on nearly every platform,
	including improved 64bit support
Many new testcases
Support for sending packets
Improved Unicode support
Decoders & DLT Changes, Updates and New
2005-08-05 16:29:55 +00:00
drochner
bbf528655e update to 0.9.3
changes: Minor bug fixes, compilation failure fixes for windows.
2005-08-05 16:24:50 +00:00
salo
4b8982cf8f Security fix for CAN-2005-2370
"Multiple "memory alignment errors" in libgadu, as used in ekg before 1.6rc2
and other packages, allows remote attackers to cause a denial of service (bus
error) on certain architectures such as SPARC via an incoming message."

Bump PKGREVISION, patch from Gaim CVS.
2005-08-05 14:33:53 +00:00
salo
4e7d7334f7 backout previous, it's nb2, not rc3.. *sigh* 2005-08-05 13:07:32 +00:00
salo
b53e46ce20 the last security update was for rc3, not rc2. (hi adam!) 2005-08-05 13:04:26 +00:00
tonio
a60b2fb774 Updated audio/libopendaap to 0.4.0
Updated audio/tunesbrowser to 0.3.0
2005-08-05 13:04:19 +00:00
tonio
33140c0757 add simple patches for gcc-4 support
approved by cube@
2005-08-05 13:01:57 +00:00
tonio
39fdfb43f1 update tunesbrowser to 0.3.0
update the url to www.craz.net

patch-aa is no more necessary (SA_NOMASK is no more used)

Main changelog entries:
- password support. You will be prompted for a password if a server requires a password
- playlist support.
- Several bug and portablity fixes

approved by cube@
2005-08-05 12:58:49 +00:00
tonio
6bfe681a97 Update libopendaap to 0.4.0
changed the url to www.craz.net

remove patches that have been integrated upstream or are no more relevant

Main changelog entries:
- Playlist support now exists
- Use a free mdns library, instead of Apple's mDNS library. This means that libopendaap is entirely free now.
- You can now connect to servers with passwords
- Several bug fixes

approved by cube@
2005-08-05 12:53:08 +00:00
salo
782dfd9fc1 Note net/gopher update. 2005-08-05 12:15:39 +00:00
salo
69456950b2 Update to version 3.0.9
Changes:
- use PKG_SYSCONFIG

Upstream changelog nonexistent, security fixes for CAN-2005-1853.
2005-08-05 12:14:51 +00:00
tron
1e3865dcf6 Note update of "ipsec-tools" package to version 0.6.1rc1. 2005-08-05 12:05:10 +00:00