o) Update to 1.32f-5 with a lot of fixed bugs

This commit is contained in:
Lars Koeller 2004-03-09 20:18:41 +00:00
parent 533767c3af
commit ae2a709430
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103463
6 changed files with 20 additions and 18 deletions

View File

@ -6,12 +6,12 @@
#
PORTNAME= bacula
PORTVERSION= 1.32f4
PORTVERSION= 1.32f5
#PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= bacula
DISTNAME= ${PORTNAME}-1.32f-4
DISTNAME= ${PORTNAME}-1.32f-5
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
COMMENT= The network backup solution

View File

@ -1 +1,2 @@
MD5 (bacula-1.32f-4.tar.gz) = 7880dc20db5c9833dcecb29e31a631a5
MD5 (bacula-1.32f-5.tar.gz) = 20fe32f7849723c8717ba59121eb6f99
SIZE (bacula-1.32f-5.tar.gz) = 3337763

View File

@ -1,11 +1,11 @@
*** src/lib/var.c.orig Sun Feb 8 18:38:44 2004
--- src/lib/var.c Sun Feb 8 18:39:48 2004
*** src/lib/var.c.orig Tue Mar 9 21:11:30 2004
--- src/lib/var.c Tue Mar 9 21:12:46 2004
***************
*** 120,126 ****
int n;
int bytes;
! if (format == NULL || ap == NULL)
! if (format == NULL)
return -1;
bytes = 0;
while (*format != '\0') {
@ -13,7 +13,7 @@
int n;
int bytes;
! if (format == NULL)
! if (format == NULL || ap == NULL)
return -1;
bytes = 0;
while (*format != '\0') {
@ -22,7 +22,7 @@
int n;
var_mvsnprintf_cb_t ctx;
! if (format == NULL || ap == NULL)
! if (format == NULL)
return -1;
if (buffer != NULL && bufsize == 0)
return -1;
@ -30,7 +30,7 @@
int n;
var_mvsnprintf_cb_t ctx;
! if (format == NULL)
! if (format == NULL || ap == NULL)
return -1;
if (buffer != NULL && bufsize == 0)
return -1;

View File

@ -6,12 +6,12 @@
#
PORTNAME= bacula
PORTVERSION= 1.32f4
PORTVERSION= 1.32f5
#PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= bacula
DISTNAME= ${PORTNAME}-1.32f-4
DISTNAME= ${PORTNAME}-1.32f-5
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
COMMENT= The network backup solution

View File

@ -1 +1,2 @@
MD5 (bacula-1.32f-4.tar.gz) = 7880dc20db5c9833dcecb29e31a631a5
MD5 (bacula-1.32f-5.tar.gz) = 20fe32f7849723c8717ba59121eb6f99
SIZE (bacula-1.32f-5.tar.gz) = 3337763

View File

@ -1,11 +1,11 @@
*** src/lib/var.c.orig Sun Feb 8 18:38:44 2004
--- src/lib/var.c Sun Feb 8 18:39:48 2004
*** src/lib/var.c.orig Tue Mar 9 21:11:30 2004
--- src/lib/var.c Tue Mar 9 21:12:46 2004
***************
*** 120,126 ****
int n;
int bytes;
! if (format == NULL || ap == NULL)
! if (format == NULL)
return -1;
bytes = 0;
while (*format != '\0') {
@ -13,7 +13,7 @@
int n;
int bytes;
! if (format == NULL)
! if (format == NULL || ap == NULL)
return -1;
bytes = 0;
while (*format != '\0') {
@ -22,7 +22,7 @@
int n;
var_mvsnprintf_cb_t ctx;
! if (format == NULL || ap == NULL)
! if (format == NULL)
return -1;
if (buffer != NULL && bufsize == 0)
return -1;
@ -30,7 +30,7 @@
int n;
var_mvsnprintf_cb_t ctx;
! if (format == NULL)
! if (format == NULL || ap == NULL)
return -1;
if (buffer != NULL && bufsize == 0)
return -1;