Projects
Kolab:3.4
cyrus-imapd
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 48
View file
cyrus-imapd.spec
Changed
@@ -63,6 +63,8 @@ Patch0004: cyrus-imapd-2.5-return-0-to-make-function-nonvoid.patch Patch0005: cyrus-imapd-2.5-shared-folder-deletion.patch +Patch1000: cyrus-imapd-2.5-disable-user-parameter-notifyd.patch + BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) ## @@ -244,6 +246,8 @@ %patch0004 -p1 %patch0005 -p1 +%patch1000 -p1 + # only to update config.* files aclocal -I cmulocal libtoolize --install
View file
cyrus-imapd-2.5-disable-user-parameter-notifyd.patch
Added
@@ -0,0 +1,26 @@ +diff --git a/notifyd/notify_external.c b/notifyd/notify_external.c +index 250375c..5f71071 100644 +--- a/notifyd/notify_external.c ++++ b/notifyd/notify_external.c +@@ -71,15 +71,15 @@ char* notify_external(const char *class, const char *priority, + + /* check/parse options */ + if (!(notify = config_getstring(IMAPOPT_NOTIFY_EXTERNAL))) { +- syslog(LOG_ERR, "ERROR: recipient not specified"); +- return strdup("NO external recipient not specified"); ++ syslog(LOG_ERR, "ERROR: external recipient (program) not specified"); ++ return strdup("NO external recipient (program) not specified"); + } + +- if (!*user) { +- syslog(LOG_ERR, "ERROR: recipient not specified"); +- return strdup("NO external recipient not specified"); ++/* if (!*user) { ++ syslog(LOG_ERR, "ERROR: external recipient user not specified"); ++ return strdup("NO external recipient user not specified"); + } +- ++*/ + buf[0] = notify; + buf[1] = "-c"; + buf[2] = class;
View file
debian.series
Changed
@@ -1,2 +1,4 @@ cyrus-imapd-2.5-lt-prereq.patch -p1 cyrus-imapd-2.5-with-dav-ifdefs.patch -p1 +cyrus-imapd-2.5-shared-folder-deletion.patch -p1 +cyrus-imapd-2.5-disable-user-parameter-notifyd.patch -p1
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.