Commit graph

115106 commits

Author SHA1 Message Date
xtraeme
c5dca93206 Update to 0.99.5:
After long time, a new xine-ui version is now available. There are fixes
for security issues with playlists (upgrade recommended!), fixes for crashes,
memleaks and bugs. Functional enhancements and features are added,
appearance of non-skinned windows is harmonized (with more space for
text), translations are updated.
2007-07-15 19:41:28 +00:00
tron
8c32bb0258 Note update of the "mysql5-client" and "mysql5-server" packages
to version 5.0.45.
2007-07-15 19:23:43 +00:00
tron
114020c045 Update "mysql5-client" and "mysql5-server" packages to version 5.0.45.
Change since version 5.0.41:
- Functionality added or changed:
  - A new status variable, Com_call_procedure, indicates the number of calls
    to stored procedures. (Bug#27994)
  - NDB Cluster: The server source tree now includes scripts to simplify
    building MySQL with SCI support. For more information about SCI
    interconnects and these build scripts, see Section 15.9.1,
    Configuring MySQL Cluster to use SCI Sockets. (Bug#25470)
  - Prior to this release, when DATE values were compared with DATETIME values
    the time portion of the DATETIME value was ignored. Now a DATE value is
    coerced to the DATETIME type by adding the time portion as 00:00:00. To
    mimic the old behavior use the CAST() function in the following way:
    SELECT date_field = CAST(NOW() as DATE);. (Bug#28929)
- A large number of bugs including these security problems have been fixed:
  - A malformed password packet in the
    connection protocol could cause the server to crash. Thanks for Dormando
    for reporting this bug and providing details and a proof of concept.
    (Bug#28984)
  - CREATE TABLE LIKE did not require any privileges on the source table. Now
    it requires the SELECT privilege. (Bug#25578)
  - In addition, CREATE TABLE LIKE was not isolated from alteration by other
    connections, which resulted in various errors and incorrect binary log
    order when trying to execute concurrently a CREATE TABLE LIKE statement
    and either DDL statements on the source table or DML or DDL statements on
    the target table. (Bug#23667)
2007-07-15 19:22:06 +00:00
wiz
afbbb24866 Revert previous, requested by joerg for fixing DragonFly builds. 2007-07-15 19:11:25 +00:00
heinz
e37c99a149 Updated list of sourceforge mirrors according to
http://sourceforge.net/project/mirror_picker.php.
2007-07-15 09:53:38 +00:00
joerg
6afe2f7afa ftpio bugfix for pkg_install. 2007-07-14 22:59:32 +00:00
joerg
ca03bfb945 Merge 1.75 of lib/ftpio.c from NetBSD:
When fixing vsftpd, other FTP server were broken as they return
different error codes for unmatching glob patterns. Basically ignore the
error code and just try the other pattern. chdir errors are still
considered fatal.

Bump version to 20070715.
2007-07-14 22:57:15 +00:00
kristerw
21a4cd070a Sort. 2007-07-14 22:36:25 +00:00
kristerw
0f0b8e4c0a Remove ap-iasp and iasp. 2007-07-14 22:35:00 +00:00
adrianp
18212afbc4 Updated chat/unrealircd to 3.2.7 2007-07-14 22:20:52 +00:00
adrianp
84f0599f2c Update to 3.2.7
- Updated c-ares to 1.4.0, TRE to 0.7.5
- chmode +L does no longer require chmode +l
- Oper blocks now can have CIDR, as in "userhost *@127.0.0.1/32";
- Services coders: SVSNOLAG/SVS2NOLAG (described in Changes) will allow a user to avoid fake lag (ie, flood as much as he/she wants).
- More intelligent accept() handling - that is, take in multiple times at a time instead of one per I/O loop
- A lot of bug fixes, basically.
2007-07-14 22:19:48 +00:00
adrianp
dd45804934 Updated net/libcares to 1.4.0 2007-07-14 22:07:07 +00:00
adrianp
e0591ad815 Update to 1.4.0
- Install ares_dns.h too
- Brad House added ares_save_options() and ares_destroy_options() that can be
  used to keep options for later re-usal when ares_init_options() is used.
- Brad House's man pages for ares_save_options() and ares_destroy_options()
  were added.
- James Bursa reported a major memory problem when resolving multi-IP names
  and I found and fixed the problem. It was added by Ashish Sharma's patch
  two days ago.
2007-07-14 22:05:56 +00:00
adrianp
4438f38891 Updated devel/tre to 0.7.5 2007-07-14 21:53:47 +00:00
adrianp
ae05e5c199 Update to 0.7.5
* Removed unused tre_filter code.
* Fixed printf format string and argument types for 64 bit builds.
* Fixed params array signedness inconsistencies.
* Fixed not to build agrep if --disable-approx is used.
* Included GNU getopt implementation from gnulib.
* Fixed backtracking matcher to work if malloc(0) returns NULL.
* Removed guessing of best optimizing CFLAGS.
* Fixed agrep exit status when no matches found.
* Fixed regex parser on big-endian 64 bit architectures.
* Added support for the -q command line option.
2007-07-14 21:53:01 +00:00
adrianp
444ca923e3 Updated pkgtools/pkg_install to 20070714 2007-07-14 20:36:58 +00:00
adrianp
8f09fd52a9 Bump pkg_install 2007-07-14 20:19:48 +00:00
adrianp
16b215dd7e Update to pkg_install-20070714
Merge of audit-packages with various improvements:
* Version 20070714
	Initial release of re-write in C
	Add support for notfication of eol packages (-e)
	Multiple levels of verbosity (e.g. -v -v)
	Specify a custom config file to use (-c)
	Query running config values (-Q)
	Default to download .gz compress pkg-vulnerabilities file
	Support for .bz2 compress pkg-vulnerabilities file
	Verify signature on downloaded files (-s)

Thanks to tron@, jschauma@, agc@, joerg@ and pkgsrc-security@ for feedback
and testing.
2007-07-14 20:17:06 +00:00
heinz
874717c9d3 Added support for installation to DESTDIR. 2007-07-14 19:12:22 +00:00
heinz
0397b4f735 The package supports installation to DESTDIR. 2007-07-14 18:32:29 +00:00
adrianp
9b5c38d79d Add support for the upcoming pkg_install-20070714 which now includes
audit-packages.
2007-07-14 17:17:45 +00:00
heinz
2a4d83908e Added support for installation to DESTDIR. 2007-07-14 17:06:44 +00:00
agc
bc20266738 Note update of pkgtools/genrpm to version 1.1 2007-07-14 14:52:27 +00:00
agc
45c75f52c6 Some bug fixes following feedback from Aleksey Cheusov.
Check that some directories exist before trying to use them.

Calculate the architecture, overridable on the command line.
2007-07-14 14:51:19 +00:00
heinz
852ea32349 The package supports installation to DESTDIR. 2007-07-14 14:03:06 +00:00
obache
01b24d20c2 No need to pass "." as directory, it is default value. 2007-07-14 05:51:11 +00:00
obache
1fcc9dd138 Allow empty DIST_SUBDIR, need to fix PR 35494. 2007-07-14 05:45:35 +00:00
obache
83705ce4e7 DIST_SUBDIR=. break PKG_RESUME_TRANSFER, sufficient just define as empty.
Fixes PR 35494.
2007-07-14 04:39:17 +00:00
obache
1ea3b9379e DIST_SUBDIR=. break PKG_RESUME_TRANSFERS, sufficient just define as empty.
Fixes PR 35494.
2007-07-14 04:35:43 +00:00
drochner
a8bb001879 update to 1.1.3
changes:
-build system fixes
-support xrestop
2007-07-13 18:01:16 +00:00
drochner
57411c7dfd +xf86-video-intel 2007-07-13 17:54:14 +00:00
drochner
8bb9fa971c import xf86-video-intel-2.1.0 which is the new driver for intel
graphics chips (successor of xf86-video-i810)
2007-07-13 17:50:11 +00:00
drochner
b2b36d8570 update to 2.10.2
changes:
-Several improvements to the Redmond theme.
-Bug fixes
-translation updates
2007-07-13 17:42:07 +00:00
drochner
08e70e1a31 update to 2.18.3
changes:
-Add support for beryl in gnome-wm
-Make it possible to save a session with multiple clients that are the
 same program
-bugfixes
-translation updates
2007-07-13 17:40:43 +00:00
drochner
8a8189625b update to 2.18.2
changes:
-fix fast-user-switching with multiple X servers
-translation update
2007-07-13 17:38:44 +00:00
drochner
e9b9c7a85c update to 2.18.3
changes: fix localisation issues
2007-07-13 17:32:11 +00:00
drochner
b3b4bae9d8 update to 2.18.3
changes:
-name UA sent firefox compatible
-minor UI fixes
-bugfixes
-translation updates
2007-07-13 17:30:35 +00:00
drochner
e9d9945668 update to 2.18.5
changes:
-bugfixes
-transation updates
2007-07-13 17:27:07 +00:00
drochner
b6b930e54c update to 2.18.3
changes:
* Fix leaks
* Fix keyboard shortcuts in preferences dialog
* Build fixes
* Added alpha support for icon frames
* Better handling of unicode search terms
2007-07-13 17:25:52 +00:00
drochner
ec75466b65 remove stale dependency on popt 2007-07-13 17:14:55 +00:00
drochner
79cbf331a4 -take maintainership (per PM from jmmv)
-pull in gnome2.dirs and regen PLIST
2007-07-13 17:12:27 +00:00
drochner
e9ca3da9c3 update to 2.18.3
changes: translation updates
2007-07-13 16:38:50 +00:00
drochner
e58dd07be2 remove explicit dependency on popt
(it is still pulled in through libgnome)
2007-07-13 16:36:25 +00:00
drochner
d7b1fab8bf update to 2.18.2
changes:
-UI improvements
-bugfixes
-translation updates
2007-07-13 16:35:14 +00:00
drochner
48fbe1f764 update to 0.15
changes:
-Add --focus-search command line option
-Add typeahead searching
-bugfixes
-translation updates
2007-07-13 16:32:32 +00:00
drochner
da5a5195af update to 2.18.4
changes: translation updates
2007-07-13 16:28:39 +00:00
drochner
cca955a521 remove explicit dependency on popt
(it is still pulled in through libgnome)
2007-07-13 16:24:35 +00:00
drochner
88ce34b5ab remove unneeded dependency on popt, bump PKGREVISION 2007-07-13 15:53:42 +00:00
drochner
cad512bf24 update to 2.18.2.1
changes:
-fixes to Nibbles, glChess and Sudoku
-translation updates
2007-07-13 15:51:20 +00:00
drochner
518594d239 +py-OpenGL/py-gtkglext 2007-07-13 15:13:08 +00:00