diff options
author | beech <beech@FreeBSD.org> | 2008-01-17 03:53:19 +0000 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-01-17 03:53:19 +0000 |
commit | f3df145676f681cbc6717efb35531134202b0e9c (patch) | |
tree | 6c1af5fec2fd2c1d6dc2e57aec4571ab1d9ec4b7 /ftp/proftpd/Makefile | |
parent | 935c71751a077d4e0e0bb75096e0fc39007632e5 (diff) | |
download | FreeBSD-ports-f3df145676f681cbc6717efb35531134202b0e9c.zip FreeBSD-ports-f3df145676f681cbc6717efb35531134202b0e9c.tar.gz |
- Fix IPv4-mapped IPv6 connections not matched properly against IP
glob ACLs.
- Bump portrevision.
Submitted by: TJ Saunders <tj@castaglia.org> (vendor)
Approved by: linimon (mentor)
Diffstat (limited to 'ftp/proftpd/Makefile')
-rw-r--r-- | ftp/proftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 819a575..36beb6e 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= proftpd DISTVERSION= 1.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \ |