Commit graph

131149 commits

Author SHA1 Message Date
bjs
6967eaf1dd This patch ensures the driver won't use the DRM's MODESET_CTL
unless direct rendering is enabled.

From Owain Ainsworth <oga@openbsd.org>.

PKGREVISION++
2008-09-18 20:31:25 +00:00
drochner
56f7c1e5d3 try to deal with incompatible changes in py-bsddb3-4.7.2
(I'm not sure commenting out DB_TXN_NOSYNC is the best solution, but
it seems to work for me at least.)
approved by gdt
2008-09-18 17:11:01 +00:00
joerg
e54f27d772 On NetBSD require gawk. Don't do this for NetBSD 5.0 as it will have a
fixed awk.
2008-09-18 16:58:01 +00:00
drochner
c97e191895 -deal with an incompatible change in py-bsddb3-4.7.2
-remove py-xml bl3, this is not needed afaict
-pull in desktop-file-utils/bl3 because we install a .desktop file
bump PKGREVISION
2008-09-18 16:56:55 +00:00
drochner
2e4564c40c bump BUILDLINK_API_DEPENDS to the new revision
(The dependency is already there, due to the propagated db4 dependency.
Just make it explicit.)
2008-09-18 16:54:22 +00:00
obache
e7f830f5a9 Fix MASTER_SITE. 2008-09-18 15:42:11 +00:00
tron
ae3ccd9e5e We've got version 2.11.9.1 of "phpmyadmin". 2008-09-18 14:34:39 +00:00
tron
caa370a110 Note update of the "phpmyadmin" package to version 2.11.9.1. 2008-09-18 14:34:09 +00:00
tron
881aa84259 Update "phpmyadmin" package to version 2.11.9.1. Changes since 2.11.8.1:
- bug #2031221 [auth] Links to version number on login screen
- bug #2032707 [core] PMA does not start if ini_set() is disabled
- bug #2004915 [bookmarks] Saved queries greater than 1000 chars
  not displayed
- bug #2037381 [export] Export type "replace" does not work
- bug #2037375 [export] DROP PROCEDURE needs IF EXISTS
- bug #2045512 [export] Numbers in Excel export
+ [lang] Norwegian UTF-8 original file remerged
- bug #2074250 [parser] Undefined variable seen_from
- [security] Code execution vulnerability

This update fixes the security vulnerability reported in PMASA-2008-7.
2008-09-18 14:33:35 +00:00
wiz
33a9693980 Note removal of unixodbc-DataManager. 2008-09-18 14:27:39 +00:00
wiz
057cc7f18e Remove another qt2 application, noted by joerg@. 2008-09-18 14:27:22 +00:00
joerg
7e733cde40 Needs msgfmt, intltool and drop forcing pkgsrc gettext. Bump revision. 2008-09-18 13:56:13 +00:00
joerg
b35ef6ce2f Fix build on DragonFly. From PR 39566. 2008-09-18 13:40:10 +00:00
joerg
bc21fd9383 Fix build on DragonFly. From PR 39578. 2008-09-18 13:23:03 +00:00
joerg
47c03b9f23 Add some required explicit scopes to fix ambiguity errors on
NetBSD/current.
2008-09-18 13:03:38 +00:00
tron
6e523435ce Note update of the "mysql5-client" package to version 5.0.67nb1. 2008-09-18 13:02:02 +00:00
joerg
9b63b57886 Catch up with the usual platform specific mess in the mozilla build
system. Fixes bus errors in shlibsign. From PR 39576.
2008-09-18 13:01:45 +00:00
tron
a98245a423 Fix path to Perl interpreter in the installed scripts. Bump package
revision because of this fix.
2008-09-18 12:49:40 +00:00
taca
a12b960116 Note update of time/ruby-tzinfo package to 0.3.10. 2008-09-18 12:44:54 +00:00
taca
ceb052ef37 Update ruby-tzinfo pacakge to 0.3.10.
This is a leaf package.

== Version 0.3.10 (tzdata v2008f) - 16-Sep-2008

* Updated to tzdata version 2008f
  (http://article.gmane.org/gmane.comp.time.tz/2293).
2008-09-18 12:42:47 +00:00
taca
7e57f02fc7 Note update of inputmethod/canna* packages:
inputmethod/canna-lib
	inputmethod/canna-server
	inputmethod/canna
	inputmethod/canna-canuum
2008-09-18 12:40:44 +00:00
taca
1a116e4c6e Bump PKGREVISION of inputmethod/canna* packages. 2008-09-18 12:35:27 +00:00
taca
eff33425fd Add a one line patch which fix crash problem of cannaserver.
This change is alreay exists in Canna's CVS repositry.

It was reported by Hiroshi SAKURAI on netbsd mailing list in Japan.
2008-09-18 12:33:44 +00:00
ghen
4f1ea63a1f Updated audio/easyh10 to 1.5nb1. 2008-09-18 12:18:36 +00:00
ghen
593c3cf874 Avoid dependency on GNU iconv by using standard names for encodings (instead
of GNUisms).  NetBSD 4.0 supports the alternative names though, so this patch
could be removed later.  Bump PKGREVISION.
2008-09-18 12:17:59 +00:00
taca
9e676f25b0 +Canna-3.7p3. 2008-09-18 11:55:17 +00:00
taca
cf08f59dab Note update of databases/mysql5-client and databases/mysql5-server to 5.0.67.
This is securify fix for MySQL and most work was done by Martti Kuparinen.
2008-09-18 11:53:47 +00:00
taca
06c6aabaa4 Update mysql5-server pacakge to 5.0.67.
This is security fix.

For complete changes, please refer
http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-67.html.
Here is a part of it.


Functionality added or changed:

Security Enhancement:

  To enable stricter control over the location from which user-defined
  functions can be loaded, the plugin_dir system variable has been
  backported from MySQL 5.1. If the value is non-empty, user-defined
  function object files can be loaded only from the directory named by this
  variable. If the value is empty, the behavior that is used before 5.0.67
  applies: The UDF object files must be located in a directory that is
  searched by your system's dynamic linker. (Bug#37428)

Important Change: Incompatible Change:

  The FEDERATED storage engine is now disabled by default in the .cnf files
  shipped with MySQL distributions (my-huge.cnf, my-medium.cnf, and so
  forth). This affects server behavior only if you install one of these
  files. (Bug#37069)

Cluster API: Important Change:

  Because NDB_LE_MemoryUsage.page_size_kb shows memory page sizes in bytes
  rather than kilobytes, it has been renamed to page_size_bytes. The name
  page_size_kb is now deprecated and thus subject to removal in a future
  release, although it currently remains supported for reasons of backward
  compatibility. See The Ndb_logevent_type Type, for more information about
  NDB_LE_MemoryUsage. (Bug#30271)

Important Change:

  Some changes were made to CHECK TABLE ... FOR UPGRADE and REPAIR TABLE
  with respect to detection and handling of tables with incompatible .frm
  files (files created with a different version of the MySQL server). These
  changes also affect mysqlcheck because that program uses CHECK TABLE and
  REPAIR table, and thus also mysql_upgrade because that program invokes
  mysqlcheck.
2008-09-18 11:51:37 +00:00
taca
9ae23cc08c Update mysql5-client pacakge to 5.0.67.
For complete changes, please refer
http://dev.mysql.com/doc/refman/5.0/en/releasenotes-cs-5-0-67.html.
Here is a part of it.


Functionality added or changed:

Security Enhancement:

  To enable stricter control over the location from which user-defined
  functions can be loaded, the plugin_dir system variable has been
  backported from MySQL 5.1. If the value is non-empty, user-defined
  function object files can be loaded only from the directory named by this
  variable. If the value is empty, the behavior that is used before 5.0.67
  applies: The UDF object files must be located in a directory that is
  searched by your system's dynamic linker. (Bug#37428)

Important Change: Incompatible Change:

  The FEDERATED storage engine is now disabled by default in the .cnf files
  shipped with MySQL distributions (my-huge.cnf, my-medium.cnf, and so
  forth). This affects server behavior only if you install one of these
  files. (Bug#37069)

Cluster API: Important Change:

  Because NDB_LE_MemoryUsage.page_size_kb shows memory page sizes in bytes
  rather than kilobytes, it has been renamed to page_size_bytes. The name
  page_size_kb is now deprecated and thus subject to removal in a future
  release, although it currently remains supported for reasons of backward
  compatibility. See The Ndb_logevent_type Type, for more information about
  NDB_LE_MemoryUsage. (Bug#30271)

Important Change:

  Some changes were made to CHECK TABLE ... FOR UPGRADE and REPAIR TABLE
  with respect to detection and handling of tables with incompatible .frm
  files (files created with a different version of the MySQL server). These
  changes also affect mysqlcheck because that program uses CHECK TABLE and
  REPAIR table, and thus also mysql_upgrade because that program invokes
  mysqlcheck.
2008-09-18 11:50:44 +00:00
joerg
c3e2e192a4 Fix build on Solaris by using nbcompat. 2008-09-18 10:38:45 +00:00
joerg
63f4b6ab43 Needs msgfmt. 2008-09-18 10:21:17 +00:00
joerg
0b6c3deaa2 Needs msgfmt. 2008-09-18 09:12:09 +00:00
joerg
233cd377fa Needs msgfmt. From PR 39577. 2008-09-18 08:46:21 +00:00
yyamano
7cefdf3e72 Fix "dyld: Symbol not found: _program_name" on Darwin. pkg/39435 2008-09-18 05:22:19 +00:00
minskim
311227a971 Note update of ns. 2008-09-18 04:49:18 +00:00
minskim
12a33a655c Update ns to 2.33. This version contains many new modules, especially
wireless network models, and bug fixes.


Changes since 2.31:

Wireless shadowing bug fix; originally reported by Marcello Caleffi;
suggestion from Nicola Baldo applied

AODV bug fix from Marco Fiore

Add dynamic libraries patch from SIGNET group, University of Padova

Add 80211Ext models from Mercedes-Benz/Karlsruhe team

Add Ilango Purushothaman's 802.11 infrastructure mode support.

Add ns-2 TCP Linux patch and calendar scheduler improvements.

Enable Tk for ns-2.

Several changes to SCTP module, contributed by Nasif Ekiz and Protocol
Engineering Lab at the University of Delaware
2008-09-18 04:48:12 +00:00
obache
a47e73a4b0 Updated x11/x11vnc to 0.9.4 2008-09-18 00:11:48 +00:00
obache
ae3933a437 Update x11vnc to 0.9.4.
New in the 0.9.4 x11vnc release:

        Reverse VNC connections (-connect and  -connect_or_exit options)
                work in the -find and -create X session FINDCREATEDISPLAY
                modes.

        Reverse VNC connections (either normal or using SSL) can use a
                Web Proxy, a SOCKS proxy, the UltraVNC repeater proxy,
                an SSH connection, or even a CGI URL to make the outgoing
                connection (-proxy option).  Forward connections can
                use the -ssh option to set up a reachable redirection.

        Support for the ZYWRLE encoding is added, this is the RealVNC ZRLE
                encoding extended to do motion video and photo regions
                more efficiently by way of a Wavelet based transformation.

        The session finding and creating modes (-find and -create) have
                been improved to be more reliable and also provide a new
                desktop types (xfce) and new service redirection options.

        Support for indexed colormaps (PseudoColor) with depths other
                than 8 is provided (depths 1 to 16 now work).

        Java viewer applet source code is provided in the x11vnc 0.9.4
                tarball so now everything can be built from source.

  miscellaneous new features and changes:

        To unset Caps_Lock, Num_Lock and raise all keys in the X server
                use -clear_all, or by remote control 'x11vnc -R clear_all'

        The -autoport option gives more control over the server port
                range that probes.

        The -ping option can be used to help keep idle connections alive.

        The -finddpy and -listdpy utilities help to debug and configure
                the -find, -create, and -display WAIT:... modes.

        Some automatic detection of screen resizes are handled even if
                the -xrandr option is not supplied.

        The -advertise_truecolor option can workaround some VNC viewer
                incompatibilities with PseudoColor.

        The option '-clip xinerama0' can be used to clip to the first
                Xinerama sub-screen, etc.

        If a fast framebuffer read rate is detected the -wait and -defer
                parameters are reduced to 10 and 15 msec, respectively.

        Pasting of the selection/clipboard into remote applications
                (e.g. Java) is improved.

        Usage with dvorak keyboards is improved.  The option -macuskbd is
                available on MacOSX to use the original US keyboard code.

        Via a compiler option (-DENABLE_GRABLOCAL) one can use the
                -grablocal n option to filter VNC client input if someone
                at the console has done mouse or keyboard input n secs ago.

        The -sleepin option can now sleep a random amount of time between
                min and max time delays (-sleepin min-max).
2008-09-18 00:11:30 +00:00
joerg
2a8a2bb2eb Correct handling of tvtime.xml. Bump revision. 2008-09-17 23:00:05 +00:00
adrianp
d71ecf387a Fix a bug on some platforms which causes the installation to fail.
Thanks to Peter Avalos for debugging and joerg@ for pointing it out.
2008-09-17 22:40:06 +00:00
adrianp
0bcb9a14df + description for zlib 2008-09-17 20:33:18 +00:00
joerg
e3a71de58f filter_tomsmocomp is only present on i386. Mark as DESTDIR safe. 2008-09-17 18:52:10 +00:00
rillig
c187bba751 Needs BROKEN_GETTEXT_DETECTION to build on Ubuntu 8.04. 2008-09-17 16:34:40 +00:00
joerg
1dcb5f6eeb Use external libffi to make it usable on amd64. Fix part of a regression
test, I have no idea about the remaining test case though.
Bump revision.
2008-09-17 16:20:21 +00:00
joerg
681afdef37 Fix build on DragonFly. From PR 38835.
Add DESTDIR support.
2008-09-17 16:15:54 +00:00
joerg
59a7666aee Fix build with newer awk in netbsd-current. 2008-09-17 16:11:28 +00:00
kleink
ea2ab00d69 Note update of www/drraw to 2.2a5nb1. 2008-09-17 15:49:26 +00:00
kleink
5914a62421 doc/WISHLIST is no longer. Bump to 2.2a5nb1. 2008-09-17 15:48:16 +00:00
epg
0bdf50d644 When I broke apr/-util out to build separately from httpd on
2007/01/24 19:46:45, I left Makefile.common in apache22 for no
reason at all.  Drop it.

approved by tron
2008-09-17 15:39:06 +00:00
joerg
021facada4 Needs intltool. 2008-09-17 15:28:16 +00:00