diff options
author | Nathan Angelacos <nangel@alpinelinux.org> | 2016-08-26 23:39:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-08-28 02:54:58 +0000 |
commit | 8542dcd91ca8f397d16cb1875abe90221dc23663 (patch) | |
tree | 495459454c31f8750a271992d164c6337c82482d /testing/rmilter/config_dir.patch | |
parent | b127113bd524cda938017fed32cdd407a15f3df4 (diff) | |
download | aports-8542dcd91ca8f397d16cb1875abe90221dc23663.tar.bz2 aports-8542dcd91ca8f397d16cb1875abe90221dc23663.tar.xz |
testing/rmilter version bump to 1.9.2
refreshed patch files
no man pages in upstream source; removed -doc package
Diffstat (limited to 'testing/rmilter/config_dir.patch')
-rw-r--r-- | testing/rmilter/config_dir.patch | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/testing/rmilter/config_dir.patch b/testing/rmilter/config_dir.patch index 479cd327ce..92b5c7b016 100644 --- a/testing/rmilter/config_dir.patch +++ b/testing/rmilter/config_dir.patch @@ -1,6 +1,8 @@ ---- old/include/cfg_file.h -+++ new/include/cfg_file.h -@@ -43,6 +43,12 @@ +diff --git a/src/cfg_file.h b/src/cfg_file.h +index a298493..ee87148 100644 +--- a/src/cfg_file.h ++++ b/src/cfg_file.h +@@ -39,6 +39,12 @@ #include <dkim.h> #endif @@ -13,9 +15,11 @@ #define COND_CONNECT_FLAG 0x1 #define COND_HELO_FLAG 0x2 #define COND_ENVFROM_FLAG 0x4 ---- old/src/main.c -+++ new/src/main.c -@@ -208,7 +208,7 @@ +diff --git a/src/main.c b/src/main.c +index 67c1667..b3990a8 100644 +--- a/src/main.c ++++ b/src/main.c +@@ -259,7 +259,7 @@ main(int argc, char *argv[]) init_defaults (cfg); if (cfg_file == NULL) { |