Commits

Zero King authored 6400b210c28
redis: update to 4.0.10

Fixes CVE-2018-11218, CVE-2018-11219
No tags

databases/redis/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup muniversal 1.0
5 5
6 6 name redis
7 -version 4.0.9
7 +version 4.0.10
8 8 categories databases
9 9 platforms darwin
10 10 license BSD
11 11
12 12 maintainers nomaintainer
13 13
14 14 description Redis is an open source, advanced key-value store.
15 15 long_description ${description}
16 16
17 17 homepage https://redis.io/
18 18 master_sites http://download.redis.io/releases/
19 19
20 -checksums rmd160 ca7f86538baaa9b803c56785454aef33a98b5b2f \
21 - sha256 df4f73bc318e2f9ffb2d169a922dec57ec7c73dd07bccf875695dbeecd5ec510 \
22 - size 1737022
20 +checksums rmd160 0b8261062f8e75da08574308d9ee152b55f7008a \
21 + sha256 1db67435a704f8d18aec9b9637b373c34aa233d65b6e174bdac4c1b161f38ca4 \
22 + size 1738465
23 23
24 24 patchfiles patch-redis.conf.diff
25 25
26 26 post-patch {
27 27 reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/redis.conf
28 28 }
29 29
30 30 use_configure no
31 31
32 32 if {![variant_isset universal]} {

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut