diff options
author | laszlof <laszlof@FreeBSD.org> | 2007-09-15 04:16:53 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2007-09-15 04:16:53 +0800 |
commit | e06d4c0e2d5c9107e76f73e74bf8a869dcf7fad7 (patch) | |
tree | 7fdf83223d61702ad7663b009dea54d58fec8ab8 /sysutils/bacula-server | |
parent | 523430550b372538c9136b7d315d8fe59c37f82d (diff) | |
download | freebsd-ports-gnome-e06d4c0e2d5c9107e76f73e74bf8a869dcf7fad7.tar.gz freebsd-ports-gnome-e06d4c0e2d5c9107e76f73e74bf8a869dcf7fad7.tar.zst freebsd-ports-gnome-e06d4c0e2d5c9107e76f73e74bf8a869dcf7fad7.zip |
Upgrade to 2.2.4
- minor bug fix update
- Full details at http://marc.info/?l=bacula-announce&m=118979703801277&w=2
- If you are running PostgreSQL, please don't forget to update the
client libraries and ensure that they are the multi-thread version
so you can take advantage of the new speed improvements of the batch
insert feature (significant performance boost).
PR: ports/116356
Submitted by: Dan Langille <dan@langille.org> (maintainer)
Diffstat (limited to 'sysutils/bacula-server')
-rw-r--r-- | sysutils/bacula-server/Makefile | 2 | ||||
-rw-r--r-- | sysutils/bacula-server/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index 431b05842aaf..85fe8b43b2b3 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bacula -DISTVERSION= 2.2.3 +DISTVERSION= 2.2.4 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bacula diff --git a/sysutils/bacula-server/distinfo b/sysutils/bacula-server/distinfo index 0f76bba86b11..7bfc9a29bcea 100644 --- a/sysutils/bacula-server/distinfo +++ b/sysutils/bacula-server/distinfo @@ -1,3 +1,3 @@ -MD5 (bacula-2.2.3.tar.gz) = 68f540803f80f738c478b3ae19b4c956 -SHA256 (bacula-2.2.3.tar.gz) = 5b652c5dd9ff566f5c465b8c2714e34ee2037448faad5fc781db0996787fa105 -SIZE (bacula-2.2.3.tar.gz) = 3012348 +MD5 (bacula-2.2.4.tar.gz) = 2e3bbac3bf8b6d4c0825997c3009f18f +SHA256 (bacula-2.2.4.tar.gz) = 10589ed1fcba823a02137f0eae841e64763e9b7a599087184c69d173350958b1 +SIZE (bacula-2.2.4.tar.gz) = 3020298 |