diff options
author | leres <leres@FreeBSD.org> | 2018-10-28 01:12:39 +0800 |
---|---|---|
committer | leres <leres@FreeBSD.org> | 2018-10-28 01:12:39 +0800 |
commit | edc9e3b0dac0436883938345d5139984ffeedbf7 (patch) | |
tree | 295296b376774cf521f6ed81063a082e925de30f | |
parent | 61b4db3b21d90ba656bf9271841875c8cb77e8f1 (diff) | |
download | freebsd-ports-gnome-edc9e3b0dac0436883938345d5139984ffeedbf7.tar.gz freebsd-ports-gnome-edc9e3b0dac0436883938345d5139984ffeedbf7.tar.zst freebsd-ports-gnome-edc9e3b0dac0436883938345d5139984ffeedbf7.zip |
Update to 1.30 which fixes a security hole that allowed arbitrary
file disclosure in some circumstances. Announcement:
http://acme.com/updates/archive/211.html
Approved by: matthew (mentor, implicit)
MFH: 2018Q4
Security: 33c384f3-5af6-4662-9741-0acb21c7e499
-rw-r--r-- | www/mini_httpd/Makefile | 2 | ||||
-rw-r--r-- | www/mini_httpd/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/mini_httpd/Makefile b/www/mini_httpd/Makefile index c9dbd8d7e890..e766a7cdc0e4 100644 --- a/www/mini_httpd/Makefile +++ b/www/mini_httpd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mini_httpd -PORTVERSION= 1.29 +PORTVERSION= 1.30 CATEGORIES= www ipv6 MASTER_SITES= https://www.acme.com/software/mini_httpd/ diff --git a/www/mini_httpd/distinfo b/www/mini_httpd/distinfo index 31c81f74c723..5ef7aa608448 100644 --- a/www/mini_httpd/distinfo +++ b/www/mini_httpd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1529456298 -SHA256 (mini_httpd-1.29.tar.gz) = bdbd6226cbd105f537f67b5ad93ea69856426274bc5ada5124cca2785592ea6e -SIZE (mini_httpd-1.29.tar.gz) = 43830 +TIMESTAMP = 1540593543 +SHA256 (mini_httpd-1.30.tar.gz) = 9c4481802af8dde2e164062185c279e9274525c3af93d014fdc0b80cf30bca6e +SIZE (mini_httpd-1.30.tar.gz) = 43889 |