Commit graph

158734 commits

Author SHA1 Message Date
tez
8f97c4caf2 fix CVE-2010-1321 (MITKRB5-SA-2010-005) and take maintainership 2010-05-20 14:21:23 +00:00
adam
bfa9636043 Updated postgresql; pgadmin; p5-DBD-postgresql 2010-05-20 13:31:38 +00:00
adam
4ab45655de Changes 2.17.1:
* Only use lo_import_with_oid if Postgres libraries are 8.4 or better

Changes 2.17.0:
* Do not automatically ROLLBACK on a failed pg_cancel
* Added support for new lo_import_with_oid function.
* Don't limit stored user name to \w in tests
* Allow tests to support versions back to Postgres 7.4
2010-05-20 13:30:49 +00:00
adam
e5728ed7e7 Changes 1.10.3:
* Fix the "quiet log" query in the status server.
* Call Stored Procedures in EnterpriseDB in an anonymous
  block to prevent errors with out/inout parameters.
* Fix an error when working with packages on EnterpriseDB in 'postgres' mode.
* Prevent a crash if the user cancels a restore operation.
* Fix the refresh of a dropped function.
* Fix a crash bug seen when closing the debugger parameter dialog on OSX.
* Fix to only show Storage value if the value is different from the type's
  default value.
* Fix uncalled attempt to "change" array data types in dlgColumn.
* Fix a crash that could occur if viewing a table with no rows in the Edit Grid.
* Fix a crash occuring when a function with a parameter with a default is
  selected.
* Don't offer debugging options to non-superusers on Postgres Plus Advanced
  Server < 8.4 which doesn't have support for user debugging.
* Fix the saving and reverse engineering of parameters for database, table,
  and function.
* Specify the schema of the table/function to restore if pg_restore's release
  is 8.2 or later.
* Fix the reverse engineering of a rule.
* Fix the status server window on Mac OS X.
* Fix the recent files, by notifying each frmQuery to update their recent files.
  Same support for macros and favourites.
* Fix the canvas resizing with really big table.
* Add the missing RULEs for VIEWs in SQL pane.
* More...
2010-05-20 13:27:20 +00:00
adam
4a8eeb454d Changes 8.4.4:
* Enforce restrictions in plperl using an opmask applied to the whole
  interpreter, instead of using "Safe.pm"
* Prevent PL/Tcl from executing untrustworthy code from pltcl_modules
* Fix data corruption during WAL replay of ALTER ... SET TABLESPACE
* Fix possible crash if a cache reset message is received during
  rebuild of a relcache entry
* Apply per-function GUC settings while running the language
  validator for the function
* Do constraint exclusion for inherited "UPDATE" and "DELETE" target
  tables when constraint_exclusion = partition
* Do not allow an unprivileged user to reset superuser-only parameter
  settings
* Avoid possible crash during backend shutdown if shutdown occurs
  when a CONTEXT addition would be made to log entries
* Fix erroneous handling of %r parameter in recovery_end_command
* Ensure the archiver process responds to changes in archive_command
  as soon as possible
* Fix pl/pgsql's CASE statement to not fail when the case expression
  is a query that returns no rows
* Update pl/perl's "ppport.h" for modern Perl versions
* Fix assorted memory leaks in pl/python
* Handle empty-string connect parameters properly in ecpg
* Prevent infinite recursion in psql when expanding a variable that
  refers to itself
* Fix psql's \copy to not add spaces around a dot within \copy
  (select ...)
* Avoid formatting failure in psql when running in a locale context
  that doesn't match the client_encoding
* Fix unnecessary "GIN indexes do not support whole-index scans"
  errors for unsatisfiable queries using "contrib/intarray" operators
* Ensure that "contrib/pgstattuple" functions respond to cancel
  interrupts promptly
* Make server startup deal properly with the case that shmget()
  returns EINVAL for an existing shared memory segment
* Avoid possible crashes in syslogger process on Windows
* Deal more robustly with incomplete time zone information in the
  Windows registry
* Update the set of known Windows time zone names
* Update time zone data files to tzdata release 2010j for DST law
  changes in Argentina, Australian Antarctic, Bangladesh, Mexico,
  Morocco, Pakistan, Palestine, Russia, Syria, Tunisia; also
  historical corrections for Taiwan.
  Also, add PKST (Pakistan Summer Time) to the default set of
  timezone abbreviations.
2010-05-20 12:36:38 +00:00
adam
b55e9a879d Changes 8.3.11:
* Enforce restrictions in plperl using an opmask applied to the whole
  interpreter, instead of using "Safe.pm"
* Prevent PL/Tcl from executing untrustworthy code from pltcl_modules
* Fix possible crash if a cache reset message is received during
  rebuild of a relcache entry
* Apply per-function GUC settings while running the language
  validator for the function
* Do not allow an unprivileged user to reset superuser-only parameter
  settings
* Avoid possible crash during backend shutdown if shutdown occurs
  when a CONTEXT addition would be made to log entries
* Ensure the archiver process responds to changes in archive_command
  as soon as possible
* Update pl/perl's "ppport.h" for modern Perl versions
* Fix assorted memory leaks in pl/python
* Prevent infinite recursion in psql when expanding a variable that
  refers to itself
* Fix psql's \copy to not add spaces around a dot within \copy
  (select ...)
* Fix unnecessary "GIN indexes do not support whole-index scans"
  errors for unsatisfiable queries using "contrib/intarray" operators
* Ensure that "contrib/pgstattuple" functions respond to cancel
  interrupts promptly
* Make server startup deal properly with the case that shmget()
  returns EINVAL for an existing shared memory segment
* Avoid possible crashes in syslogger process on Windows
* Deal more robustly with incomplete time zone information in the
  Windows registry
* Update the set of known Windows time zone names
* Update time zone data files to tzdata release 2010j for DST law
  changes in Argentina, Australian Antarctic, Bangladesh, Mexico,
  Morocco, Pakistan, Palestine, Russia, Syria, Tunisia; also
  historical corrections for Taiwan.
  Also, add PKST (Pakistan Summer Time) to the default set of
  timezone abbreviations.
2010-05-20 12:36:28 +00:00
adam
bf8522ea64 Changes 8.2.17:
* Enforce restrictions in plperl using an opmask applied to the whole
  interpreter, instead of using "Safe.pm"
* Prevent PL/Tcl from executing untrustworthy code from pltcl_modules
* Fix possible crash if a cache reset message is received during
  rebuild of a relcache entry
* Do not allow an unprivileged user to reset superuser-only parameter
  settings
* Avoid possible crash during backend shutdown if shutdown occurs
  when a CONTEXT addition would be made to log entries
* Update pl/perl's "ppport.h" for modern Perl versions
* Fix assorted memory leaks in pl/python
* Prevent infinite recursion in psql when expanding a variable that
  refers to itself
* Fix psql's \copy to not add spaces around a dot within \copy
  (select ...)
* Ensure that "contrib/pgstattuple" functions respond to cancel
  interrupts promptly
* Make server startup deal properly with the case that shmget()
  returns EINVAL for an existing shared memory segment
* Avoid possible crashes in syslogger process on Windows
* Deal more robustly with incomplete time zone information in the
  Windows registry
* Update the set of known Windows time zone names
* Update time zone data files to tzdata release 2010j for DST law
  changes in Argentina, Australian Antarctic, Bangladesh, Mexico,
  Morocco, Pakistan, Palestine, Russia, Syria, Tunisia; also
  historical corrections for Taiwan.
  Also, add PKST (Pakistan Summer Time) to the default set of
  timezone abbreviations.
2010-05-20 12:36:14 +00:00
obache
987b03702a Note libthai option. 2010-05-20 12:24:11 +00:00
sbd
7061c36c1c add libusb 2010-05-20 11:23:32 +00:00
drochner
32d2fdf2c6 update to 3.0.1
changes:
-some extensions
-dropped py-numarray support
-bugfixes
2010-05-20 11:15:17 +00:00
drochner
003874fb01 fix installation without DESTDIR 2010-05-20 11:09:51 +00:00
obache
39c6f75b44 Note missing py-zinnia addition. 2010-05-20 09:56:53 +00:00
sbd
c87c33818e Updated print/cups to 1.3.11nb4 2010-05-20 09:38:56 +00:00
sbd
9671b1dde1 Add dbus and threads options.
Bump PKGREVISION
2010-05-20 09:38:34 +00:00
sbd
0aaaff0ab9 Because ghostscript uses libpaper cups should to. 2010-05-20 09:37:12 +00:00
sbd
4d86209bdf Cleanup of the Makefile and options.mk:
* Remove unneeded ${VARS} variable.
* add a blank line after PKGREVISON for readability.
* remove unneeded --with-rcdir and --enable-gnutls=no from CONFIGURE_ARGS.
* reorder part of CONFIGURE_ARGS for a little more readability.
* explicitly enable jpeg/png/tiff.
* change a LOCALBASE reference to PREFIX (pkglint warning).
* remove write permission from a set-uid program (checkperms warning).
* add "set -e" in front of shell for loops (pkglint warning)
* explicitly enable/disable dnssd and gssapi in options.
2010-05-20 09:35:58 +00:00
obache
e8f872795a + zinnia p5-zinnia py-zinnia ruby-zinnia zinnia-tomoe 2010-05-20 09:13:56 +00:00
obache
8cd03cc1d1 Added inputmethod/zinnia-tomoe version 0.6.0.20080911 2010-05-20 09:11:22 +00:00
obache
dc17b53e61 Import zinnia-tomoe-0.6.0.20080911 as inputmethod/zinnia-tomoe.
Zinnia is a simple, customizable and portable online hand recognition system
based on Support Vector Machines.

This package contains Zonna recognition models trained with Tomoe data.
2010-05-20 09:11:07 +00:00
obache
5da4832a25 Added inputmethod/ruby-zinnia version 0.05 2010-05-20 09:08:22 +00:00
obache
204c087f2f Import ruby-zinnia-0.05 as inputmethod/ruby-zinnia.
Zinnia is a simple, customizable and portable online hand recognition system
based on Support Vector Machines.

This package is ruby module for Zinnia.
2010-05-20 09:08:10 +00:00
obache
5a8c025d1a Import py-zinnia-0.05 as inputmethod/py-zinnia.
Zinnia is a simple, customizable and portable online hand recognition system
based on Support Vector Machines.

This package is python module for Zinnia.
2010-05-20 09:07:34 +00:00
obache
562889ff76 Added inputmethod/p5-zinnia version 0.05 2010-05-20 09:07:01 +00:00
obache
fffc01d4c7 Import p5-zinnia-0.05 as inputmethod/p5-zinnia.
Zinnia is a simple, customizable and portable online hand recognition system
based on Support Vector Machines.

This package is perl module for Zinnia.
2010-05-20 09:06:42 +00:00
obache
27df8bc13f Added inputmethod/zinnia version 0.05 2010-05-20 09:06:00 +00:00
obache
0235753146 Import zinnia-0.05 as inputmethod/zinnia.
Zinnia is a simple, customizable and portable online hand recognition system
based on Support Vector Machines.  Zinnia simply receives user pen strokes as a
sequence of coordinate data and outputs n-best characters sorted by SVM
confidence.  To keep portability, Zinnia doesn't have any rendering
functionality.  In addition to recognition, Zinnia provides training module that
allows us to create any hand-written recognition systems with low-cost.
2010-05-20 09:05:30 +00:00
wiz
e796bfd5e3 Fix typo. 2010-05-20 08:39:32 +00:00
obache
abe356a5fd Note skk option. 2010-05-20 08:23:47 +00:00
obache
a516002892 + im-ja 2010-05-20 08:19:38 +00:00
obache
58a0da8059 Added inputmethod/im-ja version 1.5 2010-05-20 08:18:50 +00:00
obache
350d0a34f0 Import im-ja-1.5 as inputmethod/im-ja.
im-ja is a Japanese input module for GTK2 and also has a XIM server.
Currently supports hiragana, katakana, half-width katakana, zenkaku, canna, wnn,
anthy, skk and kanji character recognition inputs.
Conversion hotkeys, status window, preedit text colors, etc. can be customized
through a GUI. An optional applet is also included for the gnome-panel which
can be used to display and change the input method.
2010-05-20 08:18:00 +00:00
sbd
10046e470f Add comments to the patch files. 2010-05-20 08:06:44 +00:00
sbd
8cb74e7379 Define cups licence 2010-05-20 08:05:29 +00:00
sbd
90bc431fb7 add dnssd and poppler 2010-05-20 08:01:57 +00:00
sbd
c7928d7023 On Linux systems record the glibc version in the build information.
OKed by wiz@
2010-05-20 07:57:22 +00:00
obache
561d23451d + kimera kimera-tomoe-gtk 2010-05-20 07:49:21 +00:00
martti
bd00ee2fa8 clamav-0.96.1 2010-05-20 07:49:08 +00:00
obache
20d087711f Added inputmethod/kimera-tomoe-gtk version 0.5 2010-05-20 07:48:22 +00:00
obache
5892421168 Import kimera-tomoe-gtk-0.5 as inputmethod/kimera-tomoe-gtk.
kimera-tomoe-gtk is an Kimera helper program for Tomoe.
2010-05-20 07:48:09 +00:00
martti
b63502036f Updated mail/clamav to 0.96.1
* Lots of bug fixes
2010-05-20 07:47:45 +00:00
obache
66be01e8df Added inputmethod/kimera version 2.11 2010-05-20 07:47:28 +00:00
obache
538ae68768 Import kimera-2.11 as inputmethod/kimera.
Kimera is an input method (XIM) for the X Window System utilizing
the Qt4 toolkit that provides Japanese language input support. It
provides Kanji conversion via Canna or Anthy, as well as supporting
the ability to assign input styles. We are also considering a
simple key assign selection method like the one used in Windows.
2010-05-20 07:46:41 +00:00
wiz
ec0a2e5f46 Updated finance/libofx to 0.9.1 2010-05-20 06:54:34 +00:00
wiz
a53cfb0e6f Update to 0.9.1, based on PR 43330 by Gary Duzan.
Set LICENSE.

LibOFX 0.9.0:
	- this release now exports version information thus allowing depending applications
          to determine the version of LibOFX to compile against
        - some fields have been added to OfxFiLogin to allow for modification of some
          OFX header fields in outgoing requests. Together with the latest AqBanking3 this
          should fix the problem with servers suddenly rejecting connections from LibOFX
          applications
        - the calling application can now tell libofx where the data files reside. This allows
          for relocatable binaries (most importantly on Windows)
        - some warnings from recent versions of GCC have been fixed
        - libOFX can now easily be cross-compiled for Windows on Linux
        - the OFX header is now scanned for a hint regarding the encoding of the document and
          convert the data to UTF8 if iconv is available at compile time.
        - the API for online requests has been cleaned up
2010-05-20 06:54:23 +00:00
schmonz
f29b23dfe3 Updated www/ikiwiki to 3.20100518.2 2010-05-20 04:33:39 +00:00
schmonz
3f505994e9 Update to 3.20100518.2:
* page.tmpl: Accidentially broke po plugin's otherlanguages list
    styling when modifying for html5; now fixed.
* Fix a bug that prevented matching deleted comments, and so did
    not update pages that had contained them.
2010-05-20 04:33:23 +00:00
obache
5b64114a92 + gmediaserver 2010-05-20 04:29:57 +00:00
obache
6920534dc1 Added multimedia/gmediaserver version 0.13.0 2010-05-20 04:28:52 +00:00
obache
973dff9e82 Import gmediaserver-0.13.0 as multimedia/gmediaserver.
GMediaServer is a UPnP compatible media server for the GNU system. It is part of
the GNU project.

GMediaServer serves audio and video files to certain network connected media
players. Most hardware media players only play music and/or video--they don't
provide the media themselves. Those media files have to come from a device on
the network. GMediaServer is a server for such UPnP compatible media players,
including:

    * NETGEAR Wireless Digital Music Player (MP101)
    * Linksys(R) Wireless-B Music System (WMLS11B)
    * Linksys(R) Wireless-B Media Link for Music (WML11B)
    * Philips Streamium SL300i
    * Philips Streamium RC9800i
    * Omnifi DMS1
    * SMC EZ Stream 11Mbps Wireless Audio Adaptor (SMCWAA-B)
    * D-Link DSM-520 Wireless HD Media Player
    * Roku SoundBridge Network Music Player M1000
    * Terratec NOXON 2 audio

Other UPnP media players (including software based) may work as well--see the
manual for a more complete list.
2010-05-20 04:27:33 +00:00
taca
0854314141 It seems that something wrong with distinfo, DIST_SUBR directory name. 2010-05-20 00:45:43 +00:00