Bug 148456 - [update] net/rabbitmq to 1.8.0
Summary: [update] net/rabbitmq to 1.8.0
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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-08 22:40 UTC by Phillip N.
Modified: 2010-07-22 14:48 UTC (History)
0 users

See Also:


Attachments
file.diff (9.34 KB, patch)
2010-07-08 22:40 UTC, Phillip N.
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Phillip N. 2010-07-08 22:40:04 UTC
Update to rabbitmq 1.8.0

The update will reset the old amnesia database, so it would be a good idea to put this in UPDATING:

--- UPDATING.orig       2010-07-08 17:32:56.000000000 -0400
+++ UPDATING    2010-07-08 17:34:17.000000000 -0400
@@ -5,6 +5,16 @@
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20100708:
+  AFFECTS: users of net/rabbitmq
+  AUTHOR: pneumann@gmail.com
+
+  The database schema and the format in which persistent messages are
+  stored have both changed since the last release (1.7.2). When
+  starting, the RabbitMQ server will detect the existence of an old
+  database and will move it to a backup location, before creating a
+  fresh, empty database, and will log a warning.
+
 20100626:
   AFFECTS: users of japanese/ibus-mozc
   AUTHOR: daichi@FreeBSD.org




Thanks!

Fix: Patch attached with submission follows:
Comment 1 Wesley Shields freebsd_committer freebsd_triage 2010-07-21 20:45:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-07-22 14:33:21 UTC
wxs         2010-07-22 13:33:09 UTC

  FreeBSD ports repository

  Modified files:
    net/rabbitmq         Makefile distinfo pkg-plist 
  Added files:
    net/rabbitmq/files   patch-rabbitmqctl 
  Removed files:
    net/rabbitmq/files   pkg-message.in 
  Log:
  Update to 1.8.0
  
  PR:             ports/148456
  Submitted by:   Phillip <pneumann@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.13      +4 -6      ports/net/rabbitmq/Makefile
  1.7       +3 -3      ports/net/rabbitmq/distinfo
  1.1       +20 -0     ports/net/rabbitmq/files/patch-rabbitmqctl (new)
  1.2       +0 -16     ports/net/rabbitmq/files/pkg-message.in (dead)
  1.8       +26 -5     ports/net/rabbitmq/pkg-plist
_______________________________________________
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"
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-07-22 14:33:57 UTC
wxs         2010-07-22 13:33:44 UTC

  FreeBSD ports repository

  Modified files:
    .                    UPDATING 
  Log:
  Add a note about database change in new rabbitmq.
  
  PR:             ports/148456
  Submitted by:   Phillip <pneumann@gmail.com>
  
  Revision  Changes    Path
  1.948     +11 -1     ports/UPDATING
_______________________________________________
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"
Comment 4 Wesley Shields freebsd_committer freebsd_triage 2010-07-22 14:48:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!