ports/78477: [UPGRADE] bacula to 1.36.2

Dan Langille dan at langille.org
Sun Mar 6 02:20:16 UTC 2005


>Number:         78477
>Category:       ports
>Synopsis:       [UPGRADE] bacula to 1.36.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 06 02:20:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Dan Langille
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
The FreeBSD Diary
>Environment:
System: FreeBSD xeon.example.org 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Mar 3 08:16:24 EST 2004 dan at polo.example.org:/usr/obj/usr/src/sys/XEON i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- bacula-patch begins here ---
diff -ruN /usr/ports/sysutils/bacula-server/Makefile bacula-server/Makefile
--- /usr/ports/sysutils/bacula-server/Makefile	Fri Feb  4 21:55:04 2005
+++ bacula-server/Makefile	Sat Mar  5 20:13:49 2005
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	bacula
-PORTVERSION=	1.36.1
-PORTREVISION=	1
+PORTVERSION=	1.36.2
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	bacula
diff -ruN /usr/ports/sysutils/bacula-server/distinfo bacula-server/distinfo
--- /usr/ports/sysutils/bacula-server/distinfo	Sun Nov 28 11:39:01 2004
+++ bacula-server/distinfo	Sat Mar  5 20:14:08 2005
@@ -1,2 +1,2 @@
-MD5 (bacula-1.36.1.tar.gz) = d09ecce1bc9e3a421f7eaf5ad2de5850
-SIZE (bacula-1.36.1.tar.gz) = 6828844
+MD5 (bacula-1.36.2.tar.gz) = 55a9ab6d211913fa8c73e3d07eabc189
+SIZE (bacula-1.36.2.tar.gz) = 6796181
diff -ruN /usr/ports/sysutils/bacula-server/files/patch-src-console-console.c bacula-server/files/patch-src-console-console.c
--- /usr/ports/sysutils/bacula-server/files/patch-src-console-console.c	Sat Jul  3 05:11:54 2004
+++ bacula-server/files/patch-src-console-console.c	Wed Dec 31 19:00:00 1969
@@ -1,63 +0,0 @@
-*** src/console/console.c.orig	Sun Jun 20 13:43:02 2004
---- src/console/console.c	Sat Jul  3 10:48:13 2004
-***************
-*** 63,69 ****
-  
-  /* Forward referenced functions */
-  static void terminate_console(int sig);
-! int get_cmd(FILE *input, const char *prompt, BSOCK *sock, int sec);
-  static int do_outputcmd(FILE *input, BSOCK *UA_sock);
-  void senditf(const char *fmt, ...);
-  void sendit(const char *buf);
---- 63,69 ----
-  
-  /* Forward referenced functions */
-  static void terminate_console(int sig);
-! int get_cmd(FILE *input, char *prompt, BSOCK *sock, int sec);
-  static int do_outputcmd(FILE *input, BSOCK *UA_sock);
-  void senditf(const char *fmt, ...);
-  void sendit(const char *buf);
-***************
-*** 200,206 ****
-  
-  static void read_and_process_input(FILE *input, BSOCK *UA_sock) 
-  {
-!    const char *prompt = "*";
-     bool at_prompt = false;
-     int tty_input = isatty(fileno(input));
-     int stat;
---- 200,206 ----
-  
-  static void read_and_process_input(FILE *input, BSOCK *UA_sock)
-  {
-!    char *prompt = "*";
-     bool at_prompt = false;
-     int tty_input = isatty(fileno(input));
-     int stat;
-***************
-*** 499,510 ****
-  #ifdef HAVE_READLINE
-  #define READLINE_LIBRARY 1
-  #undef free
-  #include "readline.h"
-  #include "history.h"
-  
-- 
-  int 
-! get_cmd(FILE *input, const char *prompt, BSOCK *sock, int sec)
-  {
-     char *line;
-  
---- 499,510 ----
-  #ifdef HAVE_READLINE
-  #define READLINE_LIBRARY 1
-  #undef free
-+ #include <stdio.h>
-  #include "readline.h"
-  #include "history.h"
-  
-  int
-! get_cmd(FILE *input, char *prompt, BSOCK *sock, int sec)
-  {
-     char *line;
-  
--- bacula-patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list