This release fixes support for YouTube after the recent site changes that
broke the program. In addition, it adds support for depositfiles.com,
fixes a few minor bugs, and adds a few minor features
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
1.4.4 2010-10-21 16:53 UTC
Changelog:
Corrected a problem with SMTP servers that don't support the SIZE
feature. (Bug 17942)
1.4.3 2010-10-11 01:14 UTC
Changelog:
- Reduce peak memory usage when sending large files. (Request 17887)
- Adding support for proxy authentication. (Request 17358)
0.1.1 2010-12-09 17:35 UTC
* Added initial support for IDNA2008. This is needed for characters like the
German "Eszett" which would otherwise be turned into "ss" during nameprep.
Use $n->setParams('version', '2008') to use the "new" IDNA-encoding. Default
is still IDNA2003 for backwards-compatibility. Further aspects of
IDNA2008-encoding (for example some checks) should be added later according
to RFCs.
* #16466: Unit tests (testcaseses from draft-josefsson-idn-test-vectors;
thanks to Daniel)
* Unit tests (coverage, refactoring/cleanup, more tests)
* #17542: URIs get mangled when decoding (UTF8-fix)
* Codingstyle fixes
* fixed handling of URLs with more than a domain-name (fixed opposite of
parse_url())
* Added specialized and spl exceptions
* #17533: Releases and roles do not seem to work.
Changes in version 0.2.1.28 - 2010-12-17
o Major bugfixes:
- Fix a remotely exploitable bug that could be used to crash instances
of Tor remotely by overflowing on the heap. Remote-code execution
hasn't been confirmed, but can't be ruled out. Everyone should
upgrade. Bugfix on the 0.1.1 series and later.
o Directory authority changes:
- Change IP address and ports for gabelmoo (v3 directory authority).
o Minor features:
- Update to the December 1 2010 Maxmind GeoLite Country database.
address; patch-ac changed the distribution source to not pull in
netinet/in_var.h on NetBSD but that is where SIOCGIFNETMASK_IN6 comes from
so bring it back in. Bump pkg revision.
The quvi is a command line tool for parsing video download links. It
supports Youtube and other similar video websites. libquvi is a
library for parsing video download links with C API. It is written in
C and intended to be a cross-platform library.
You can see the list of supported sites from 'quvi --support'.
2.2.19 Sat Dec 11 2010 Toni Gundogdu
Changes:
- Set <http://clive.sourceforge.net> as new WWW home
- Add man1/clive.1.pod, manify from this from now on
- Youtube: Extend format aliases to match quvi IDs
- Remove myubo support: dead site
- Backup ChangeLog as ChangeLog.pre-gitlog
- Generate ChangeLog from gitlog
- Rename Evisor.pm to Gaskrank.pm
- Rename tests
- Remove dangling (and broken) ehrensenf, cctv support
- Exclude network tests, can still be found in the repo
- gzip release tarball from now on
Bugfixes:
- Liveleak.pm: token/ID parsing
- Youtube.pm: Unknown error (http/404) [#1]
These services may be hosted off any TCP/IP-enabled platform. The
Samba project includes not only an impressive feature set in file and
print serving capabilities, but has been extended to include client
functionality, utilities to ease migration to Samba, tools to aid
interoperability with Microsoft Windows, and administration tools.
Changes in libsoup from 2.32.1 to 2.32.2:
* Fixed a regression in 2.32.0 that caused evolution-exchange
to get stuck and stop updating. [#634422]
* Fixed a regression in 2.32.0 with apps using asynchronous
sessions from multiple threads (in particular, gupnp)
[#635101]
* Fixed the regression test for #631525 to not cause spurious
"make check" failures on some machines.
http://www.isc.org/announcement/guidance-regarding-dec-1st-2010-security-advisories
CVE: CVE-2010-3613
CERT: VU#706148
BIND: cache incorrectly allows a ncache entry and a rrsig for the same type
CVE: CVE-2010-3614
CERT: VU#837744
BIND: Key algorithm rollover bug in bind9
CVE: CVE-2010-3615
CERT: VU#510208
BIND: allow-query processed incorrectly
interface, looking for special "knock" sequences of port-hits. A client makes
these port-hits by sending a TCP (or UDP) packet to a port on the server. This
port need not be open - since knockd listens at the link-layer level, it sees
all traffic even if it's destined for a closed port. When the server detects
a specific sequence of port-hits, it runs a command defined in its configuration
file. This can be used to open up holes in a firewall for quick access.
* Fix problem with special case route targets ('remote_host')
The init_route() function will leave &netlist untouched for
get_special_addr() routes ("remote_host" being one of them).
netlist is on stack, contains random garbage, and
netlist.len will not be 0 - thus, random stack data is copied from
netlist.data[] until the route_list is full.
A small C program to modify PCAP files to forge them and use
them for test and so on. It allows you to change IP address,
Mac address, time of the capture, Mbit/second, Packets/second.
* Allow the empty domain "." in dhcp domain-search (119) options.
* Fix corruption of the domain when a name from /etc/hosts
overrides one supplied by a DHCP client.
* Fix regression which caused configuration like
--address=/.domain.com/1.2.3.4 to be rejected.
* Many new options added and improved.
* syntax in 50-ypbind hook has been fixed
* man page corrections
* Compile correctly on Debian kFreeBSD
* invoke-rc.d now detected by configure correctly
* report hwaddr used by dhcpcd when debug is enabled
* Fix detecting inet address for INFORM support
* document reason RELEASE in dhcpcd-run-hooks
* Support RTM_CHGADDR in the upcoming NetBSD-6
This is used to work out if the hwaddr has changed as the interface
does not go down/up unlike other OSes
* ntp hook no longer attempts to restart ntpd if 1st attempt failed
2.2.17 Sat Nov 06 2010 legatvs
Changes:
- toUnits: fix hi-speed issue, thanks to Thomas Klausner for the report
- Makefile.PL: Use VERSION_FROM
- Use 'version' module