Tested on i386, amd64 and sparc64.
Note: untested on gcc2 architectures, but it's broken anyway since
gperf fails to build there due to an internal compiler error (as
found by sebastia@ on his vax).
OK sthen@
- new libpurple and otr flavors
- remove groff requirement
- convert to pkg-readmes with corrections
- fix broken @sample
- gnutls patch no longer required
started by jirib@live.com and again later by leva@ecentrum.hu, previous
MAINTAINER relinquishing maintainership - thanks.
feedback from ajacoutot@ and landry@
The Easy Publish and Consume library provides an easy method to:
* Publish data using HTTPS: EpcPublisher;
* Announce that information via DNS-SD: EpcDispatcher;
* find that information: EpcConsumer;
* And finally consume it.
You can use this library as a key/value store published to the network,
using encryption, authentication and service discovery.
ok aja@
IPy is a Python module for handling IPv4 and IPv6 Addresses and
Networks in a fashion similar to perl's Net::IP and friends.
The IP class allows a comfortable parsing and handling for most
notations in use for IPv4 and IPv6 Addresses and Networks.
It can detect about a dozen different ways of expressing IP addresses
and networks, parse them and distinguish between IPv4 and IPv6
addresses.
ok rpointel@
CVE-2011-3323: ospf6d *stack-based buffer overflow*, inter-area-prefix LSAs
CVE-2011-3324: ospf6d assertion failure; DD LSAs with over-length header
CVE-2011-3325: ospf crash(?) if a hello has a truncated header or invalid type
CVE-2011-3326: ospf null deref if a link state update LSA has an unknown type
CVE-2011-3327: bgp buffer overflow with malformed UPDATE (extended communities)
change for every update to png to pass in the correct directory version to
configure. Change this to create a symlink to the dir in pre-configure, and
pass the path to the symlink to configure instead, so png updates don't need
to touch this. Discussed with naddy@.