Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
fix build with newer gcc and maybe also clang.
|
|
|
|
Changes for 1.21
- Added support for hostscript and script tags
- Changed ipv4_sort() to use a 10x faster sort method
|
|
"von mir aus" joerg
|
|
|
|
not older than the split. Bump PKGREVISION.
|
|
Bump revision.
|
|
|
|
Changes from previous:
2011-03-09 Malcolm Nooning <m.nooning@comcast.net> (0.48)
* t/forkm.t Patched perl Leon Timmermans
http://rt.perl.org/rt3/Public/Bug/Display.html?id=83646
2011-03-01 Malcolm Nooning <m.nooning@comcast.net> (0.47)
* lib/Net/Daemon.pm Patched per bug 32887
"ithreads not detected due to a typo"
2011-02-22 Malcolm Nooning <m.nooning@comcast.net> (0.46)
* lib/Net/Daemon.pm Fixed "Subroutine import redefined" problem
that perl 5.8.8 CPAN testers was getting. It was due to
more than one "require threads" being run.
* distribution. Bumped up the version number first.
2011-02-18 Malcolm Nooning <m.nooning@comcast.net> (0.45)
* lib/Net/Daemon.pm Used "make dist" to create the uploaded
* distribution. Bumped up the version number first.
2011-02-17 Malcolm Nooning <m.nooning@comcast.net> (0.44)
* lib/Net/Daemon.pm Added ServClose patch by Gaspar Chilingarov
* t/thread.t Added patches by Daniel Macks and Joe McMahon,
and added Test::More and skip_all for Windows < 5.10
2009-03-12 Joe McMahon <mcmahon@blekko.com> (0.44)
* Added necessary thread sharing to work with 5.10
threads model: regexp-threads,
* Bumped minimum required perl to 5.10 for t/threads.t tests
|
|
Changes from previous:
2.103622 2010-12-28 21:00:37 Europe/London
- Fix for converting between two as_ formats,
the delimiter discovery is a bit more relaxed
2.103621 2010-12-28 14:36:42 Europe/London
- Add custom format support (rt.cpan #63017)
1.103620 2010-12-28 12:55:41 Europe/London
- Port to Dist::Zilla
|
|
The maintainance program packet2ascii (actually, the ascii2packet part)
needed to be fixed, too.
|
|
The maintainance program packet2ascii (actually, the ascii2packet part)
needed to be fixed, too.
|
|
0.9.8.2
- Fixed a regression that crept in with the Apple Remote Desktop support.
|
|
Text inspired by David Brownlee.
|
|
And add p5-gcap, p5-grake, p5-umph.
|
|
|
|
|
|
|
|
|
|
|
|
grake is a command line tool for scanning webpages for Youtube links.
|
|
|
|
gcap is a command line tool for retrieving Youtube closed captions.
The retrieved closed captions are saved in Subrip (srt) file format.
|
|
|
|
|
|
umph is a command line tool for parsing video links from Youtube
feeds, such as playlists, favorites and uploads. The parsed video
links are printed to the standard output each separated with a
newline.
|
|
|
|
Umph::Prompt is an interactive prompt module for umph and similar
programs.
|
|
|
|
|
|
|
|
* Use ssl as per twitter requirements.
|
|
Explicitly exclude architectures known to work with older gcc versions
(alpha, i386 and x86_64 for now). Ok by tron.
|
|
|
|
The package builds fine, if you have the distfile; no reason to
mark it broken.
|
|
under NetBSD/amd64 5.1_STABLE.
This change was also not approved by the owner of the package.
|
|
Version 1.4 distfiles have been permanently removed from skype.com,
the only known master site. This package either needs to be upgraded
to the 2.x.x series or permanently removed from pkgsrc.
|
|
switch to new unstable branch.
|
|
Bump PKGREVISION.
|
|
Changes from previous:
- fixed typo
- clean up test suite
- improved date parsing
- fix MANIFEST
- improved arguments-checking in send_request.
- fixes from Devel::Cover analysis.
- fixes for file-based method loading/reloading.
- documentation clean-up and update.
|
|
(http://libtorrent.rakshasa.no/ticket/2088)
Fixes a build problem seen on NetBSD/sparc64 5.x
|
|
|
|
Initial version - split from SPAP::Lite.
This package adds TCP transport support to SOAP::Lite.
|
|
* Moved SOAP::Transport::TCP into SOAP-Transport-TPC distribution
* 70329 - not generating attributes properly (deleting id attribute)
Changes 0.713:
* 52637 error sending a request in perl 5.10.0 containing utf-8 data using the
string data type
* 48775 Small bug in SOAP::Packager
* 51178 Emailing: SOAP-Lite-0.710.10.patch
* 55962 Spelling errors
* 52015 defined(%hash) deprecated in Perl 5.11
* 63693 Uninitalized value
* 65655 Assignment of shift to list
* 58538 regression from 0.710.08 soap:Client,Application failed during request
deserialization
* 64250 Bleadperl v5.13.7-297-g558b442 breaks SOAP::Lite 0.712
* 68088 XML::Parser::Lite fails tests under perl 5.14 RC1
* 69825 Bug in SOAP/Lite/Deserializer/XMLSchemaSOAP1_2.pm
|
|
* No compiler languages is required.
* Convert to register egg-info.
Bump PKGREVISION.
|
|
|
|
while here,
* convert to register egg-info
* add test target
Version 0.75 (2011-04-12)
-------------------------
* IP('::/0').netmask() gives IP('::') instead of IP('0.0.0.0')
Version 0.74 (2011-02-16)
-------------------------
* Fix tests for Python 3.1 and 3.2
* ip.__nonzero__() and (ipa in ipb) return a bool instead of 0 or 1
* IP('0.0.0.0/0') + IP('0.0.0.0/0') raises an error, fix written by Arfrever
Version 0.73 (2011-02-15)
-------------------------
* Support Python 3: setup.py runs 2to3
* Update the ranges for IPv6 IPs
* Fix reverseName() and reverseNames() for IPv4 in IPv6 addresses
* Drop support of Python < 2.5
Version 0.72 (2010-11-23)
-------------------------
* Include examples and MANIFEST.in in source build (add them to
MANIFEST.in)
* Remove __rcsid__ constant from IPy module
Version 0.71 (2010-10-01)
-------------------------
* Use xrange() instead of range()
* Use isinstance(x, int) instead of type(x) == types.IntType
* Prepare support of Python3 (use integer division: x // y)
* Fix IP(long) constructor: ensure that the address is not too large
* Constructor raise a TypeError if the type is not int, long,
str or unicode
* 223.0.0.0/8 is now public (belongs to APNIC)
|
|
- The following vulnerabilities have been fixed.
o wnpa-sec-2011-17
The CSN.1 dissector could crash. (Bug 6351)
Versions affected: 1.6.0 to 1.6.2.
o wnpa-sec-2011-18
Huzaifa Sidhpurwala of Red Hat Security Response Team
discovered that the Infiniband dissector could dereference a
NULL pointer. (Bug 6476)
Versions affected: 1.4.0 to 1.4.9, 1.6.0 to 1.6.2.
o wnpa-sec-2011-19
Huzaifa Sidhpurwala of Red Hat Security Response Team
discovered a buffer overflow in the ERF file reader. (Bug
6479)
Versions affected: 1.4.0 to 1.4.9, 1.6.0 to 1.6.2.
- The following bugs have been fixed:
o Assertion failed when doing File->Quit->Save during live
capture. (Bug 1710)
o Wrong PCEP XRO sub-object decoding. (Bug 3778)
o Wireshark window takes very long time to show up if invalid
network file path is at recent file list (Bug 3810)
o Decoding [Status Records] Timestamp Sequence Field in Bundle
Protocol fails if over 32 bits. (Bug 4109)
o ISUP party number dissection. (Bug 5221)
o wireshark-1.4.2 crashes when testing the example python
dissector because of a dissector count assertion. (Bug 5431)
o Ethernet packets with both VLAN tag and LLC header no longer
displayed correctly. (Bug 5645)
o SLL encapsuled 802.1Q VLAN is not dissected. (Bug 5680)
o Wireshark crashes when attempting to open a file via drag &
drop when there's already a file open. (Bug 5987)
o Adding and removing custom HTTP headers requires a restart.
(Bug 6241)
o Can't read full 64-bit SNMP values. (Bug 6295)
o Dissection fails for frames with Gigamon Header and VLAN. (Bug
6305)
o RTP Stream Analysis does not work for TURN-encapsulated RTP.
(Bug 6322)
o packet-csn1.c doesn't process CSN_CHOICE entries properly.
(Bug 6328)
o BACnet property time-synchronization-interval (204) name shown
incorrectly as time-synchronization-recipients. (Bug 6336)
o GUI crash on invalid IEEE 802.11 GAS frame. (Bug 6345)
o [ASN.1 PER] Incorrect decoding of BIT STRING type. (Bug 6347)
o ICMPv6 router advertisement Prefix Information Flag R "Router
Address" missing. (Bug 6350)
o Export -> Object -> HTTP -> save all: Error on saving files.
(Bug 6362)
o Inner tag of 802.1ad frames not parsed properly. (Bug 6366)
o Added cursor type decoding to MySQL dissector. (Bug 6396)
o Incorrect identification of UDP-encapsulated NAT-keepalive
packets. (Bug 6414)
o WPA IE pairwise cipher suite dissector uses incorrect
value_string list. (Bug 6420)
o S1AP protocol can't decode IPv6 transportLayerAddress. (Bug
6435)
o RTPS2 dissector doesn't handle 0 in the octestToNextHeader
field. (Bug 6449)
o packet-ajp13 fix, cleanup, and enhancement. (Bug 6452)
o Network Instruments Observer file format bugs. (Bug 6453)
o Wireshark crashes when using "Open Recent" 2 times in a row.
(Bug 6457)
o Wireshark packet_gsm-sms, display bug: Filler bits in TP-User
Data Header. (Bug 6469)
o wireshark unable to decode NetFlow options which have system
scope size != 4 bytes. (Bug 6471)
o Display filter Expression Dialog Box Error. (Bug 6472)
o text_import_scanner.l missing. (Bug 6531)
- Updated Protocol Support
AJP13, ASN.1 PER, BACnet, CSN.1, DTN, Ethernet, ICMPv6, IEEE
802.11, IEEE 802.1q, Infiniband, IPsec, MySQL, PCEP, PN-RT, RTP,
S1AP, SSL
- New and Updated Capture File Support
Endace ERF.
|
|
* Version 1.5.2:
- Avoid adverts that might be twice what they should be on some Linux
systems (Steve Kehlet).
* Version 1.5.1:
- A new option has been added to try using broadcast advertisements instead
of multicast ones.
* Version 1.5:
- Breakage introducted with version 1.4 should finally be fixed, thanks to
Petr Kohts, Greg Walton and Steve Kehlet.
- A new option has been added to ignore unplugged network cable detection,
useful when nodes are connected with a crossover cable, not with a switch.
* Version 1.4:
- This version should finally fix every issue people had with gratuitous
ARP announcements.
- Nodes configured with the same intervals shouln't flip-flop any more.
* Version 1.3:
- Gratuitous ARP packets should now properly be sent, regardless of the
architecture.
- New option: -m (-xparam=...) in order to add arbitrary arguments to
up/down scripts.
- New option: -o (--passfile=...) in order to read the secret key from a
file.
- A delayed ARP request is sent after the first one when switching to
MASTER, in order to deal with some layer-3 switches.
- Bug fixes.
* Version 1.2:
- Neutral mode (--neutral).
- NetBSD compatibility.
- Minor bug fixes.
|