Bug 72967 - update databases/slony1 to latest
Summary: update databases/slony1 to latest
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: Volker Stolz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-21 17:40 UTC by Vick Khera
Modified: 2004-11-24 18:01 UTC (History)
0 users

See Also:


Attachments
file.diff (845 bytes, patch)
2004-10-21 17:40 UTC, Vick Khera
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vick Khera 2004-10-21 17:40:29 UTC
	

I am willing to take ownership of this port, as reflected in the patch below.

Update databases/slony1 replication software for Postgres to latest version,
1.0.4.

notes for ports/UPDATING file:

The proper upgrade procedure is:
    1. Stop the slon replication engine on all nodes.
    2. Install the new Slony version on all nodes.
    3. Execute a slonik script containing the command
       update functions (id = <nodeId>);
       for every node in the cluster.
    4. Start all slon replication engines.
Comment 1 Vick Khera 2004-11-04 19:35:20 UTC
Here is a revised patch that updates slony1 to 1.0.5, which came out a 
few hours after 1.0.4 was found to contain an error.

--- slony1.old/Makefile Thu Oct 14 09:56:22 2004
+++ slony1/Makefile     Thu Nov  4 14:28:11 2004
@@ -6,11 +6,11 @@
  #

  PORTNAME=      slony1
-PORTVERSION=   1.0.2
+PORTVERSION=   1.0.5
  CATEGORIES=    databases
  MASTER_SITES=  http://developer.postgresql.org/~wieck/slony1/download/

-MAINTAINER=    ports@FreeBSD.org
+MAINTAINER=    vivek@khera.org
  COMMENT=       PostgreSQL master to multiple slaves replication system

  PGSQL_PORT=    ${PORTSDIR}/databases/postgresql7
diff -Pru slony1.old/distinfo slony1/distinfo
--- slony1.old/distinfo Thu Aug 26 15:46:16 2004
+++ slony1/distinfo     Thu Nov  4 14:28:31 2004
@@ -1,2 +1,2 @@
-MD5 (slony1-1.0.2.tar.gz) = 0ca6a4af061793a6d0a998a514ea50f7
-SIZE (slony1-1.0.2.tar.gz) = 322353
+MD5 (slony1-1.0.5.tar.gz) = 66fcc0f53028101e4e0f969e5f47fe43
+SIZE (slony1-1.0.5.tar.gz) = 374903
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-11-22 12:13:05 UTC
State Changed
From-To: open->feedback

Are you sure the note in UPDATING is necessary? Database-admins 
tend to think before typing anyway...I don't want to spam 
UPDATING with too many instructions which boil down to "Take care" 
and are not relevant to 99.9% of users. 


Comment 3 Volker Stolz freebsd_committer freebsd_triage 2004-11-22 12:13:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vs

I'll handle this.
Comment 4 Volker Stolz freebsd_committer freebsd_triage 2004-11-24 17:59:48 UTC
State Changed
From-To: feedback->closed

Committed, thanks!