diff options
author | Juergen Daubert <jue@jue.li> | 2018-02-02 17:26:48 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2018-02-02 17:26:48 +0100 |
commit | b904f3e24d68cfc88905082a3f53ae385c112b0f (patch) | |
tree | 63ddc5f0daac2833d038b789aad2704c99f65529 /dovecot/Pkgfile | |
parent | 3ea797e65ee547af94487d2fbde0ae3c8fd3dbb7 (diff) | |
download | opt-b904f3e24d68cfc88905082a3f53ae385c112b0f.tar.gz opt-b904f3e24d68cfc88905082a3f53ae385c112b0f.tar.xz |
dovecot: add another patch for CVE-2017-15132
Diffstat (limited to 'dovecot/Pkgfile')
-rw-r--r-- | dovecot/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dovecot/Pkgfile b/dovecot/Pkgfile index 32789e7e8..a9f4f109e 100644 --- a/dovecot/Pkgfile +++ b/dovecot/Pkgfile @@ -5,15 +5,16 @@ name=dovecot version=2.3.0 -release=2 +release=3 source=(https://dovecot.org/releases/2.3/$name-$version.tar.gz - CVE-2017-15132.patch + CVE-2017-15132.patch CVE-2017-15132-1.patch dovecot-config.patch dovecot) build () { cd $name-ce-$version patch -p1 -i $SRC/CVE-2017-15132.patch + patch -p1 -i $SRC/CVE-2017-15132-1.patch patch -p1 -i $SRC/$name-config.patch ./configure --prefix=/usr \ |