Bug 145003 - Port update for databases/skytools
Summary: Port update for databases/skytools
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-24 10:10 UTC by Khee Chin
Modified: 2010-03-27 23:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.09 KB, patch)
2010-03-24 10:10 UTC, Khee Chin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Khee Chin 2010-03-24 10:10:02 UTC
Port update for databases/skytools/
from 2.1.10 to 2.1.11

List of bugfixes (lifted verbatim from http://pgfoundry.org/frs/shownotes.php?release_id=1580 ):
= Fixes =

  * londiste, pgq smart triggers: crash in case the table info cache
    invalidation callback was called from signal handler.  Fix it by
    moving cache operations out of callback.

  * walmgr:
    - symlink handling for pg_log and pg_xlog
    - Set archive_command to "/bin/true" for restored postgresql.conf
    (Martin Pihlak, Mark Kirkwood)

  * londiste copy:
    - Make constraint dropping work for inherited tables
      (Hannu Krosing)

    - Do not restore fkeys to tables with unknown replication status
      or coming from different queue.  (Hannu Krosing)

    - Use TRUNCATE ONLY on 8.4+.  (Sergey Konoplev)

    - Replace last copy pidfile check with signal_pidfile,
      thus avoiding potential infinite stall with dead copy.

  * londiste repair: set LC_ALL=C when calling 'sort' to have
    byte based sorting.

  * skytools.DBScript:
    - Add --version switch to show skytools version.  (Hannu Krosing)

    - Safer pidfile handling - avoid creating zero-length files
      on disk full situation by deleting them on write error.

  * pgq.Event: ev.retry, ev.ev_retry fields for retry count.
    (Nico Mandery)

  * pgq.maint_retry_events(): lock table to allow only single mover.

  * pgq.logutriga() did not put custom pkey= value into events.

  * pgq.logutriga() and pgq.sqltriga() did allow UPDATE and DELETE
    on tables without pkey, running into SQL errors downstream.
    They should throw error in such case.

  * Fix DeprecationWarning on Python 2.6 vs. 'import sets'.

  * make deb: Work around Debian's --install-layout related braindamage.

Fix: Patch attached.

Patch attached with submission follows:
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-03-24 10:57:27 UTC
Class Changed
From-To: update->maintainer-update

Fix synopsis and class.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2010-03-27 22:52:06 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-03-27 22:52:09 UTC
miwi        2010-03-27 22:51:56 UTC

  FreeBSD ports repository

  Modified files:
    databases/skytools   Makefile distinfo 
  Log:
  - Update to 2.1.11
  
  PR:             145003
  Submitted by:   Khee Chin <kheechin@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.9       +2 -3      ports/databases/skytools/Makefile
  1.4       +3 -3      ports/databases/skytools/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"