ソースを参照

upgrading package: citadel 6.61 -> 6.62

Thorsten Hohmeier 20 年 前
コミット
6e0a11708e
2 ファイル変更8 行追加8 行削除
  1. 6 6
      citadel/citadel.patch
  2. 2 2
      citadel/citadel.spec

+ 6 - 6
citadel/citadel.patch

@@ -2,19 +2,19 @@ Index: server_main.c
 --- server_main.c.orig	2005-09-13 16:00:14.000000000 +0200
 +++ server_main.c	2005-09-15 07:07:33.070467000 +0200
 @@ -145,6 +145,9 @@
- 			openlog("citadel", LOG_NDELAY, syslog_facility);
+ 			openlog("citadel", LOG_NDELAY, 0);
  		}
  		else {
 +#ifndef LOG_PERROR
 +#define LOG_PERROR 0
 +#endif
- 			openlog("citadel", LOG_PERROR|LOG_NDELAY,
- 				syslog_facility);
+ 			openlog("citadel", LOG_PERROR|LOG_NDELAY, 0);
  		}
+        setlogmask(LOG_UPTO(verbosity));
 Index: sysdep.c
---- sysdep.c.orig	2005-09-13 16:00:14.000000000 +0200
-+++ sysdep.c	2005-09-15 07:07:48.206598000 +0200
-@@ -290,7 +290,10 @@
+--- sysdep.c.orig	2005-11-16 03:18:42 +0100
++++ sysdep.c	2005-11-16 08:57:42 +0100
+@@ -286,7 +286,10 @@
  	else {
  		sin.sin_addr.s_addr = inet_addr(ip_addr);
  	}

+ 2 - 2
citadel/citadel.spec

@@ -32,8 +32,8 @@ Distribution: OpenPKG
 Class:        EVAL
 Group:        Mail
 License:      GNU
-Version:      6.61
-Release:      20051111
+Version:      6.62
+Release:      20051116
 
 #   package options
 %option       with_ical   no