Commit graph

170220 commits

Author SHA1 Message Date
drochner
721ab61f6f update to 0.12.0
This switches to the new 0.12 release branch.
2011-04-05 17:52:10 +00:00
drochner
fc2c8ba706 update to 2.24.3
changes:
-Add missing introspection annotations
-bugfixes
-translation updates
2011-04-05 17:50:06 +00:00
minskim
de87e7d4c4 Note update of pgpool. 2011-04-05 17:47:58 +00:00
minskim
8c28aaba06 Update pgpool to 3.4.1.
Patch provided by Wen Heping in PR 43628.

Changes:
        * Fix handling failover when health_check was disabled. (Yoshiyuki)
          - The bug was introduced in 3.4.
        * Fix deadlock while processing Parse message. (Yoshiyuki)
        * Add new "replicate_select" directive, being the default value to
          be false. (Yoshiyuki)
          - If it is true, SELECT query is replicated. This behavior is
            same as V3.2 or earlier.
        * Improve signal handling. (Yoshiyuki)
          - Occasionaly, zombie processes were remained. Or processes were
            unstable.
        * Fix hang up when SELECT was error inside a transaction
          block. The bug was introduced in V3.3. (Yoshiyuki)
        * Fix PREPARE/EXECUTE handling in master slave mode. (Yoshiyuki)
        * Fix "kind mismatch error" when deadlock error
        * Fix hang up and SEGV in extended query protocol when a warning
          SQL like "SELECT '\'';" executed. (Yoshiyuki)
        * Fix memory leak when connection cache was full. (Yoshiyuki)
        * Improve replication. SELECT nextval() and SELECT setval() are
          now replicated. (Yoshiyuki)
        * Change SELECT query is only sent to the master node. (Yoshiyuki)
          - Use /*REPLICATION*/ comment to repliate a SELECT query.
        * Fix unexpected failover error due to receiving an interrupt
          signal while connecting to the backend. (Yoshiyuki)
        * Fix "ps" output to follow PostgreSQL's output. (Taiki)
        * Change the default value for enable_pool_hba to true. (Taiki)
        * Add "pgpool.pam" file, for PAM configuration file, to be
          installed under "$PREFIX/share/". (Taiki)
        * Support HBA authentication(Taiki)
        * Support log_connections(Taiki)
        * Support log_hostname(Tatsuo)
        * Show pgpool status in ps command(Tatsuo)
        * Fix bug with prepared query(Yoshiyuki)
        * Detach secondary server when "kind mismatch error" is detected(Tatsuo)
        * Re-open socket if it was closed by backend while reusing
          connection(Yoshiyuki)
        * Allow 0 weight(Tatsuo)
        * Return correct error messaes when pg_hba.conf auth fails. Patch
          contributed by Kenji Kikuchi
        * Fix kind mismatch errors with COPY FROM STDIN(Yoshiyuki)
        * Allow load balancing with extended protocol(Yoshiyuki)
        * Fix LISTEN/NOTIFY bug in master/slave mode reported by Michael
          Ulitskiy (Tatsuo)
        * Improve documentation. patches contributed by Mark Stosberg
        * Fix "kind is 0!" error in Execute(). Reads messages until
          receiving CommandComplete, EmptyQuery, ErrorResponse or
          PortalSuspend in Execute() (Yoshiyuki)
        * Add log_statement option. patches contributed by Thomas E
          Lackey, modifications and documents by Tatsuo
        * In SimpleForwardToFrontend() do not send SYNC and wait for ready for
          query when PANIC or FATAL error occurs. In this case the backend
          closes the communication channel immediately which will cause unwanted
          failover/degeneration by, for example, trying to connect to
          invalid database (Tatsuo)
        * Fix dealock problem in extended modd by calling synchronize() in
          Execute if replication_strict is enabled (Yoshiyuki)
        * Fix segfault problem in race conditions among
          connection_life_time, child_life_time and child_max_connections
        * pgpool does not exit even if pgpool.conf contents is wrong(Tatsuo)
        * Fix buffer overrun bug with long health_check_user name(Taiki)
        * Fix occasional segfault with replication and load balance
          enabled(bug id #1000548)(Tatsuo)
        * Fix pool_send_error_message to send properly NULL terminated
          string(Yoshiyuki)
        * Fix kind mismatch error in SimpleFowardFrontend(Yoshiyuki)
        * Enable to build with BSD make(Yoshiyuki)
        * Fix pool_debug and friends to block signals while
          executing(Tatsuo)
        * Fix numerous bugs with extended query(Yoshiyuki)
        * Fix INSERT LOCK(Yoshiyuki)
        * Do not reuse startup packet(Tatsuo)
        * Automatically DEALLOCTE prepared queries when client
          disconnects(Yoshiyuki)
        * Do not forward packets when length = 0 in
          SimpleForwardToFrontend/SimpleForwardToBackend(Tatsuo)
        * Fix lost of kind info(Tatsuo)
        * Fix bugs with master/slave mode introduced in 2.7.2. per report
          from David Boreham (Tatsuo)
        * Fix bugs with master/slave and prepared quries. per report
          from David Boreham (Tatsuo)
        * Changed Copyright to PgPool Global Development Group
        * Fix a typo in man page
        * PQnotifes() does not receive immediate responses from LISTEN
        * NOTIFY emits packet kind does not agree errors in master/slave
          mode
        * add pgpool man pages(Peter Eisentra)
        * Fix bug in show pool_status for ignore_leading_white_space
2011-04-05 17:47:17 +00:00
drochner
e7f1c9ba3f update to 2.28.5
changes:
-Improve documentation
-Fix some introspection annotations
-Translation updates
2011-04-05 17:20:14 +00:00
minskim
656c03267d Sync tex-etex{,-doc} with TeX Live r21566. No functional change. 2011-04-05 17:19:24 +00:00
drochner
dfbd15180c update to 2.12.4.1
changes:
-added dms/hms libraries (degree/hour-min-sec calculations)
-bugfixes
-documentation improvement
2011-04-05 17:18:14 +00:00
drochner
28229c8cb2 update to 2.90
changes:
-handle more tags and data formats
-bugfixes
2011-04-05 16:57:49 +00:00
drochner
e15bad8c78 update to 1.11
changes:
-New data point picker for finding coordinates of points on plot
-New data navigator window for filtering, sorting and examining
 dataset statistics
-UI improvements, minor feature improvements
-bugfixes
2011-04-05 16:53:47 +00:00
drochner
9f86539780 update to 0.13
changes:
- Changed Picard icon license to CC by-sa.
- Small UI consistency changes.
- Albums with tracks linked to more than one file are never marked as
  completed.
- Fixed matching of scanned files to tracks while the album is still loading.
- Support for properly embedded FLAC pictures.
- Existing embedded images in APE and ASF files are removed only if there
  are new images to replace them.
- More strict tagger script validation.
- Fixed the $truncate tagger script function.
- Proper rounding of track durations.
- Fixed a bug with saving images larger than 64k to WMA files.
- Added a $swapprefix tagger script function.
- Release events with a date are preferred over the ones without a date.
- Files that are being saved as marked as pending.
- Updated .desktop file to allow opening Picard with multiple files.
- Handle the ?open file? event on Mac OS X.
- Added timeouts to the HTTP web service client.
- Fixed a bug with albums missing the expand/collapse icons.
2011-04-05 16:28:34 +00:00
ryoon
4d18af723d * Remove PLIST.DragonFly, now CHECK_BUILTIN.curses is used.
* Disable gdbm support explicitly.
2011-04-05 15:03:44 +00:00
ryoon
3e7a73b1da Remove zsh-current 2011-04-05 13:55:50 +00:00
ryoon
8d26327eff Updated shells/zsh-current.ryoon to 4.3.11 2011-04-05 13:55:04 +00:00
ryoon
d85620aa59 Update to 4.3.11.
Changelog is too long.
Please read NEWS and Changelog file.
2011-04-05 13:54:24 +00:00
ryoon
07309a985e Updated fonts/umefont-ttf to 0.426 2011-04-05 13:23:32 +00:00
ryoon
1b56f7946a Update to 0.426.
Changelog:
In Gothic (Sans-serif) family
 * Fix glyphs in Unicode : 0020-6130, 9e12-ffff (first check)
 * Fix glyphs in SJIS : second check completed

In Minchi (Serif) family
 * Fix glyphs in Unicode : 0020-6130, 9e12-ffff (first check)
 * Fix glyphs in SJIS : second check completed
2011-04-05 13:21:44 +00:00
wiz
11b44a737a Updated devel/meld to 1.5.1 2011-04-05 13:08:43 +00:00
wiz
b340602987 Update to 1.5.1:
2011-3-20 meld 1.5.1
=====================

  New features:

    * Add menu items and keyboard shortcuts for version control and directory
      comparison actions (Kai Willadsen)
    * Add support for the Fossil SCM (Jan Danielsson)
    * Add a menu for switching between tabs (Kai Willadsen)
    * Add a menu item to unlock scrolling (Kai Willadsen)

  Code changes and fixes:

    * Improve filter handling with inline error reporting in the preference
      pane, and correct refreshing of file and directory comparisons on filter
      changes (Kai Willadsen)
    * Make line number display work with GtkSourceView 2.10+ (Piotr Piastucki)
    * Support external diff tools in subversion (Cedric Le Dillau)
    * Support CVSNT as a CVS alternative (Kai Willadsen)
    * Performance fixes for subversion and bazaar (Tristan Hill, Kirill Müller)
    * Correctly update a modified file's status in git and svn version control
      views (Peter Tyser)
    * Make temporary files unwritable to avoid unintentionally editing them
      (Peter Tyser)
    * Clean up diff results for cleaner comparisons (Piotr Piastucki)
    * Improve symlink and binary handling, and error cases for directory
      comparisons (Kai Willadsen)
    * Improve copy semantics for directories and symlinks (Kai Willadsen)
    * Show case insensitivity and file encoding errors less intrusively (Kai
      Willadsen)
    * Sundry bug fixes (Kai Willadsen, Piotr Piastucki)

  Translation updates:
    * Bruno Brouard (fr)
    * Claude Paroz (fr)
    * Daniel Mustieles (es)
    * Joe Hansen (da)
    * Mario Blättermann (de)
    * Matej Urbančič (sl)
    * Miroslav Nikolić (sr)
    * Petr Kovar (cs)
    * Takeshi AIHANA (ja)


2010-12-27 meld 1.5.0
=====================

  New features:

    * Use MyersSequenceMatcher by default (matcher from Piotr Piastucki)
    * Add a "Show whitespace" preference (Jon Dufresne)
    * Add "Copy change above/below left/right" actions (Kai Willadsen)
    * Add Alt+Up/Down as shortcuts for previous/next change (Kai Willadsen)
    * Add previous/next conflict actions (Kai Willadsen)
    * Patch creation can now create reverse patches, and can choose between
      panes in a three-way comparison (Kai Willadsen)
    * Add a --output option for specifying where to save a merge result
      (Kai Willadsen)

  Code changes and fixes:

    * Require Python 2.5, Gtk+/PyGtk 2.14, PyGtkSourceView 2.4 (optional)
    * Port to gtk.Builder and gtk.IconTheme (Kai Willadsen)
    * Remove gnome-vfs usage (Kai Willadsen)
    * Portability fixes (Thomas Klausner)
    * Build fixes (Helmut Jarausch)
    * Add a man page (Peter Tyser)
    * Put preferences fallback in XDG-compliant location (Kai Willadsen)
    * Fix Undo/Redo with unicode text (Kai Willadsen)
    * Handle unicode linebreaks (Kai Willadsen)

  Translation updates:

    * Bruno Brouard (fr)
    * Carles Ferrando (ca@valencia)
    * Claude Paroz (fr)
    * Gabor Kelemen (hu)
    * Joe Hansen (da)
    * Jorge González (es)
    * Mario Blättermann (de)
    * Matej Urbančič (sl)
    * Petr Kovar (cs)
2011-04-05 13:08:34 +00:00
wiz
f18199d725 Updated textproc/hunspell-de to 20110321 2011-04-05 13:01:03 +00:00
wiz
edcdebf530 Update to 20110321.
Wordlist fixes, I guess :)
2011-04-05 13:00:54 +00:00
wiz
b3ca5c1ba8 Updated devel/mdds to 0.5.2 2011-04-05 12:58:03 +00:00
wiz
669b07d605 Update to 0.5.2:
mdds 0.5.2

* flat_segment_tree

  * fixed a crash on assignment by properly implementing assignment
    operator().

  * fixed several bugs in shift_right():

    * shifting of all existing nodes was not handled properly.

    * leaf nodes were not properly linked under certain conditions.

    * shifting with skip node option was not properly skipping the
      node at insertion position when the insertion position was at
      the leftmost node.

  * implemented min_key(), max_key(), default_value(), clear() and
    swap().

  * fixed a bug in operator==() where two different containers were
    incorrectly evaluated to be equal.

  * added quickcheck test code.
2011-04-05 12:57:54 +00:00
wiz
71d22f82fb Updated devel/libgsf-gnome to 1.14.20 2011-04-05 12:56:41 +00:00
wiz
a872b3a00e Updated devel/libgsf to 1.14.20 2011-04-05 12:53:39 +00:00
wiz
156f99a2b4 Update libgsf* to 1.4.20:
libgsf 1.14.20

Caolan McNamara:
	* Fix msole reading crash.

Morten:
	* Improve loading on metadata.  [#644217]
2011-04-05 12:53:26 +00:00
wiz
e64b807979 Updated textproc/epubcheck to 1.2 2011-04-05 12:51:26 +00:00
wiz
5b95debd3e Update to 1.2, changes not found. 2011-04-05 12:51:18 +00:00
wiz
8b98c8d252 Updated graphics/png to 1.5.2 2011-04-05 12:48:06 +00:00
wiz
9ce2aeae85 Update to 1.5.2:
Version 1.5.2beta01 [February 13, 2011]
  More -Wshadow fixes for older gcc compilers.  Older gcc versions apparently
    check formal parameters names in function declarations (as well as
    definitions) to see if they match a name in the global namespace.
  Revised PNG_EXPORTA macro to not use an empty parameter, to accommodate the
    old VisualC++ preprocessor.
  Turned on interlace handling in png_read_png().
  Fixed gcc pendantic warnings.
  Handle longjmp in Cygwin.
  Fixed png_get_current_row_number() in the interlaced case.
  Cleaned up ALPHA flags and transformations.
  Implemented expansion to 16 bits.

Version 1.5.2beta02 [February 19, 2011]
  Fixed mistake in the descriptions of user read_transform and write_transform
    function prototypes in the manual.  The row_info struct is png_row_infop.
  Reverted png_get_current_row_number() to previous (1.5.2beta01) behavior.
  Corrected png_get_current_row_number documentation
  Fixed the read/write row callback documentation.
    This documents the current behavior, where the callback is called after
    every row with information pertaining to the next row.

Version 1.5.2beta03 [March 3, 2011]
  Fixed scripts/makefile.vcwin32
  Updated contrib/pngsuite/README to add the word "modify".
  Define PNG_ALLOCATED to blank when _MSC_VER<1300.

Version 1.5.2rc01 [March 19, 2011]
  Define remaining attributes to blank when MSC_VER<1300.
  ifdef out mask arrays in pngread.c when interlacing is not supported.

Version 1.5.2rc02 [March 22, 2011]
  Added a hint to try CPP=/bin/cpp if "cpp -E" fails in scripts/pnglibconf.mak
    and in contrib/pngminim/*/makefile, eg., on SunOS 5.10, and removed "strip"
    from the makefiles.
  Fixed a bug (present since libpng-1.0.7) that makes png_handle_sPLT() fail
    to compile when PNG_NO_POINTER_INDEXING is defined (Chubanov Kirill)

Version 1.5.2rc03 [March 24, 2011]
  Don't include standard header files in png.h while building the symbol table,
    to avoid cpp failure on SunOS (introduced PNG_BUILDING_SYMBOL_TABLE macro).

Version 1.5.2 [March 31, 2011]
2011-04-05 12:47:56 +00:00
wiz
0fab9bc698 Mention that vala update was reverted by removing the update entry. 2011-04-05 12:45:48 +00:00
wiz
cd7950f17b Make MAKE_PROGRAM overridable by packages.
From Aleksey Cheusov in PR 44696.
2011-04-05 12:42:06 +00:00
wiz
a40d60f5be Modify patch so it matches version accepted by upstream, and fix
PREFIX issue differently.
2011-04-05 12:28:57 +00:00
wiz
3053bc087d Fix build with png-1.5 and avoid conflict with getline() on NetBSD. 2011-04-05 12:27:05 +00:00
ahoka
a79cf90437 revert update 2011-04-05 12:17:06 +00:00
wiz
ae825236d8 Fix build with png-1.5. 2011-04-05 12:16:39 +00:00
wiz
3cd8efec95 The syntax doesn't work on most shells, remove the patches again until
they're fixed properly. Reported by drochner. Bump PKGREVISION.
2011-04-05 12:05:01 +00:00
wiz
be7779f6d9 Fix build with png-1.5. 2011-04-05 12:01:59 +00:00
adam
5726e81eda Added www/py-cherrypy version 3.2.0 2011-04-05 11:57:41 +00:00
wiz
ce1c0515be Set LICENSE. 2011-04-05 11:56:34 +00:00
wiz
105d01f833 Fix build with png-1.5. 2011-04-05 11:56:30 +00:00
adam
6067e1e80d CherryPy allows developers to build web applications in much the same way they
would build any other object-oriented Python program. This results in smaller
source code developed in less time.

CherryPy is now more than six years old and it is has proven very fast and
stable. It is being used in production by many sites, from the simplest ones to
the most demanding ones.
2011-04-05 11:56:08 +00:00
drochner
0d198b75cc update to 0.6.2
changes:
- Fix invalid reads in VC-1 decoding (related to CVE-2011-0723)
- Do not attempt to decode APE file with no frames
  (adresses
  http://packetstorm.linuxsecurity.com/1103-exploits/vlc105-dos.txt)
2011-04-05 11:50:45 +00:00
wiz
5c65e78e48 Fix build with png-1.5. 2011-04-05 11:49:51 +00:00
obache
1eb49075bf + mikutter 2011-04-05 11:48:41 +00:00
obache
06fd60b857 Added net/mikutter version 0.0.2.12 2011-04-05 11:47:35 +00:00
obache
0d296afc2f Import mikutter-0.0.2.12 as net/mikutter.
For all mikker and ill of twitter users best twitter client.
Miku is so moe, so cute, so beautiful, fantastic, excellent,
magnificent, brilliant and my wife. moeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
2011-04-05 11:47:16 +00:00
tron
23d843320e Re-add "MAKE_JOBS_SAFE=no" as the build breaks on an 8 core machine. 2011-04-05 11:43:08 +00:00
obache
97751186f2 Add buildink3 support (build depend by default for test use). 2011-04-05 11:36:59 +00:00
wiz
fbb3d2d7a0 Fix build with png-1.5. 2011-04-05 11:27:28 +00:00
wiz
8de787460d Start fixing for png-1.5. Small function left. 2011-04-05 11:24:15 +00:00