aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-03-23 18:31:06 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-03-23 18:31:06 +0000
commit4ef5301a9bb3ffab20e3aafadd66e15ff88e7504 (patch)
tree8dcfc56850c1b2ec0f30815be360a68d302485eb
parent69ee67d5d50b27f50e762c716c3e6a70c4d4b007 (diff)
parent84c3da24d9e3ed18598262ea58e45348ec20d3ef (diff)
downloadrspamd-4ef5301a9bb3ffab20e3aafadd66e15ff88e7504.tar.gz
rspamd-4ef5301a9bb3ffab20e3aafadd66e15ff88e7504.zip
Merge pull request #54 from dottedmag/rspamd-0.60.6.9
Last-minute fixes
-rw-r--r--CMakeLists.txt2
-rw-r--r--debian/changelog2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b0d8d50ef..33f1029ad 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -445,7 +445,7 @@ ProcessPackage(GTHREAD gthread-2.0)
IF(ENABLE_HIREDIS MATCHES "ON")
# Try to find hiredis library
- ProcessPackage(HIREDIS libhiredis)
+ ProcessPackage(HIREDIS hiredis)
ENDIF(ENABLE_HIREDIS MATCHES "ON")
ProcessPackage(GMIME2 gmime-2.6 gmime-2.4 gmime-2.0)
diff --git a/debian/changelog b/debian/changelog
index d82ae7700..9bbd05120 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ rspamd (0.6.9) unstable; urgency=low
* Initial release (Closes: #683746)
- -- Mikhail Gusarov <dottedmag@debian.org> Mon, 17 Feb 2014 23:24:39 +0100
+ -- Mikhail Gusarov <dottedmag@debian.org> Sun, 23 Mar 2014 19:04:13 +0100