diff options
author | Warren Baker <warren@decoy.co.za> | 2013-10-19 16:11:24 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2013-10-19 16:11:24 +0200 |
commit | 3c7e7ebe4eeeeca998bb7b323322eb70ccd4f281 (patch) | |
tree | bef5569120ae507d893d18835780961868013af4 | |
parent | 709adbc60ecfe2ba992acfe680eaefe9ea7b7f8b (diff) | |
download | pfsense-packages-3c7e7ebe4eeeeca998bb7b323322eb70ccd4f281.tar.gz pfsense-packages-3c7e7ebe4eeeeca998bb7b323322eb70ccd4f281.tar.bz2 pfsense-packages-3c7e7ebe4eeeeca998bb7b323322eb70ccd4f281.zip |
Fix pbi package. Fixes #3274
-rw-r--r-- | pkg_config.8.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml.amd64 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 9bc7434e..1602737f 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1622,7 +1622,7 @@ <ports_before>dns/ldns textproc/expat2 devel/libevent2</ports_before> <port>dns/unbound</port> </build_pbi> - <depends_on_package_pbi>unbound-1.4.20-i386.pbi</depends_on_package_pbi> + <depends_on_package_pbi>unbound-1.4.21-i386.pbi</depends_on_package_pbi> <build_options>unbound_UNSET=GOST ECDSA;unbound_SET=LIBEVENT THREADS</build_options> <logging> <facilityname>unbound</facilityname> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index b180b1c9..7a804ea7 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -1609,7 +1609,7 @@ <ports_before>dns/ldns textproc/expat2 devel/libevent2</ports_before> <port>dns/unbound</port> </build_pbi> - <depends_on_package_pbi>unbound-1.4.20-amd64.pbi</depends_on_package_pbi> + <depends_on_package_pbi>unbound-1.4.21-amd64.pbi</depends_on_package_pbi> <build_options>unbound_UNSET=GOST ECDSA;unbound_SET=LIBEVENT THREADS</build_options> <logging> <facilityname>unbound</facilityname> |