Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
enigma to 0.81nb5
p5-Net-DNS to 0.49
p5-razor-agents to 2.67
|
|
Sun Java package is installed.
|
|
This also fixes PR pkg/29991.
--
Changes since 2.40:
===================
2.67 (December 03, 2004)
+ This is a patch release that fixes a bug in the
Whiplash signature scheme. The bug was in the new code
added to support canonicalization of domains. It
caused the signature algorithm to generate no signa-
tures on valid content.
2.66 (December 02, 2004)
+ Introduced support for country domain canonicalization
in the Whiplash signature scheme. This means domains
like foo.co.uk would be extracted correctly by
Whiplash. This change affords a considerable improve-
ment in accuracy.
+ Modified the revocation logic to do signature-only
communications with the server. All versions of
razor-agents prior to this sent the entire message on
razor-revoke, and even though the backend would drop
the messages after computing signatures, this entailed
a privacy risk. From this version on razor-agents will
_never_ send the contents of a revoked message to the
backend servers.
+ Fixed a bug in "se" (supported engines) computation,
which was broken when the "se" mask was larger than 8
bits. This would sometimes disable the use of engine 4
(ehash). This fix would also afford an increase in
accuracy due to ehash being used everytime.
+ Fixed a bug in report by message. Version 2.61 would
drop MIME headers on certain spam messages which would
cause the backend to ignore these messages as mal-
formed.
2.61 (July 06, 2004)
+ Introduced the Whiplash signature scheme. Whiplash
signatures are based on canonical domain names present
in URLs embedded in spam messages. A Whiplash signa-
ture is also a function of the length of the spam mes-
sage. It's important to note that not all whiplashes
are used as classifiers. The Whiplash engine is aug-
mented by sophesticated logic on the Razor2 backend to
select the Whiplashes that are used to filter spam.
+ Fixed a bug in MIME parser whereby some broken MIME
mails were invisible to the system. [Bug #788723]
+ We override the "use_engines" parameter in the config
file because this version supports different engines
but leaves the config file untouched. [Bug #984374]
+ Engine 1 support completely removed. Engine 1 was a
signature scheme compatible with the old razor v1 sig-
natures, which is no longer supported on the backend.
[Bug #975490]
|
|
|
|
* Support ImageMagick 6
|
|
--
Changes from 0.48
=================
Fix: Only remove leading zeros in the regular expressions for typesbyval
and classbyval methods. (patch by Ronald v.d. Pol)
Fix: Properly return an empty array in the authority, additional and answer
methods (patch by Ronald v.d. Pol)
Fix: rt.cpan.org #11930
Incorrect searchlist duplication removal in Net::DNS::Resolver::Win32
Patch courtesy Risto Kankkunen.
Problem: rt.cpan.org #11931
Win32.pm used the DNSRegisteredAdapters registry key to determine which
local forwarders to send queries to. This is arguably the wrong key as it
is used to identify the server which to send dynamic updates to.
A real fix for determining the set of nameservers to query has not been
implemented. For details see
https://rt.cpan.org/Ticket/Display.html?id=11931
Fix: Bug report by Bernhard Schmidt (concerning a bug on the IPv6 branch).
The bug caused dname compression to fail and to create
compression pointers causing loops.
Fix: rt.cpan.org #8882
No redundant lookups on SERVFAIL response
and #6149
Does not search multiple DNS servers
Net::DNS::Resolver will now use the other nameservers in the
list if the RCODE of the answer is not NO ERROR (0) or NAME
ERROR (3). When send() exhausted the last nameserver from the it
will return the answer that was received from the last
nameserver that responded with an RCODE.
The error string will be set to "RCODE: <rcode from last packet>"
Fix: rt.cpan.org #8803
TXT records don't work with semicolons
Since we are expecting presentation format at input a comment
will need to be escaped ( \; ).
It could be argued that this is a to strict interpretation of
1035 section 5.1.
While working on this I discovered there are more problems with
TXT RRs. e.g.; '0100' (a character string content represented in
hex) is a perfectly legal and should be represented as "\000" in
presentation format. Net::DNS does pass character strings with
"non-ASCII" chars from the wire to the char_str_lst array but
the print functions do not properly escape them when printing.
Some tests with TXT RRs added to 07-misc.t
Properly dealing with zone file presentation format and binary
data is still to be done.
Fix: rt.cpan.org Ticket #8483
eval tests for DNS::RR::SIG fail when using a die handler
(Thanks Sebastiaan Hoogeveen)
Patch applied.
Fix: rt.cpan.org: Ticket #8608
Net::DNS::Packet->data makes incorrect assumptions
Implemented the "pop" method for the question.
Since having a qcount that is not 1 is somewhat rare (it appears
in TCP AXFR streams) the ability to pop the answer from a question
has not been documented in the "pod"
Also fixed the incorrect assumption.
(Thanks Bruce Campbell.)
Fix: Ticket #11106
Incorrect instructions in README
Corrected in the README and in Makefile.PL
Olaf Kolkman took over maintenance responsibility from Chris
Reinardt. This involved importing the code into another subversion
repository. I made sure the numbers jumped, but I did not have access
to the "original" subversion repository so I lost some of the history.
|
|
|
|
* Final fix of Ubuntu Security Notice USN-91-1 (CAN-2005-0664)
https://bugzilla.ubuntulinux.org/show_bug.cgi?id=7152
* Updated build system with cross compile capabilities
* Small fixes:
Fix tag order, use even offsets, improve Nikon&Olympus mnote tags.
|
|
|
|
Use USE_NEW_TOOLS.
Changes since last packaged version (2.2):
April 7, 2005
- correct license headers to CPL in .cpp files
- undo indentation cleanup to dynagraph .h files
- fix bugs: 183, 247, 419, 615, 616, 625, 626, 627, 643,
646, 651, 658, 661, 664, 674
- fix buffer overrun in Gvfilepath construction
|
|
|
|
|
|
|
|
Mb2md.pl is a Perl script that takes one or more Mbox format mailbox
files in a directory and convert them to Maildir format mailboxes.
Mb2md.pl does not only convert mailbox files into a Maildir but
also the /var/spool/mail/$USER mailspool file. It is smart enough
to not transfer a dummy message such as the UW IMAPD puts at the
start of Mbox mailboxes - and you could add your own search terms
into the script to make it ignore other forms of dummy first message.
|
|
This package installs a script called genrpm, which is used to
generate a Redhat Package Manager (RPM) package from an installed
pkgsrc package. It does this by generating a spec file, and using
that to identify the components of the RPM and package them.
If a pkgsrc tree is present on the system, a source RPM (or srpm)
can also be generated. This will include the distfile, any pkgsrc
patches, and the files used to accomplish the pkgsrc packaging.
|
|
|
|
This package installs a script called genrpm, which is used to
generate a Redhat Package Manager (RPM) package from an installed
pkgsrc package. It does this by generating a spec file, and using
that to identify the components of the RPM and package them.
If a pkgsrc tree is present on the system, a source RPM (or srpm)
can also be generated. This will include the distfile, any pkgsrc
patches, and the files used to accomplish the pkgsrc packaging.
|
|
versions 5.9.2 and 5.00{0,1,2}]
|
|
Changes since last packaged version (1.98):
2.00 Sunday 10th April, 2005
Data from Sebastien Aperghis-Tramoni for perl 5.00{0,1,2}.
1.99 Tuesday 5th April, 2005
Backport to CPAN the version of Module::CoreList shipped with
perl 5.9.2 (containing info for this latest distribution).
Install in coreperl instead of sitelib for perls >= 5.9.2.
|
|
|
|
new features and latest dot language additions support]
|
|
Add (pseudo) HOMEPAGE, trim dependencies, install examples.
Changes since last packaged version (1.8):
2.02 Fri Jan 7 18:51:06 GMT 2005
- remove dependencies on Graph and Math::Bezier
- make GraphViz HTML-Like labels work (spotted by Patrice Dehais)
- updated (including much documentation) to support newer additions
to the dot language (by Max Baker)
- new test which tests the POD
2.01 Fri Sep 24 17:02:29 BST 2004
- no longer *always* quote the label in add_node() in order to
let GraphViz::Data::Structure work again (sorry)
2.00 Wed Aug 25 16:30:53 BST 2004
- thanks to Ron Savage, patched to work under systems
which have an executable extension, such as Windows
1.9 Tue Aug 24 15:30:31 BST 2004
- check for "dot" in the Makefile.PL instead of a test, as
suggested by Autrijus Tang
- renamed Changes to CHANGES
- clusters can now take attributes as a hashref, thanks to
patch from Richard A.Wells (see clusters2.pl)
- fix docbug in GraphViz::Parse::Yapp (spotted by Mark Fowler)
- better quoting (patch by Barrie Slaymaker)
- document as_debug (suggested by Richard Clamp)
|
|
new features]
|
|
Add HOMEPAGE.
Changes since last packaged version (3.21)
* 3.22
Fixed bug rt.cpan.org #7070 reported by Grover Browning (auto-inc/dec
on v6 fails). Thanks Grover. Ruben van Staveren pointed out a bug in
v6 canonicalization, as well as providing a patch that was
applied. Thanks Ruben.
* 3.23
Included support for Module::Signature. Added ->re() as
contributed by Laurent Facq (Thanks Laurent!). Added Coalesce() as
suggested by Perullo.
* 3.24
Version bump. Transfer of 3.23 to CPAN ended up in a truncated file
being uploaded.
|
|
http://bugzilla.fedora.us/attachment.cgi?id=919&action=view
as patch-aj .. patch-an in order to fix PR pkg/29385.
Patch-am was changed slightly: a white-space-only change was omitted and
the comments from two "friend" declarations were removed in order to not
break support for gcc 2.95.
|
|
|
|
- squid-2.5.STABLE9-LDAP_SUN_SDK.patch
- squid-2.5.STABLE9-2GB.patch
Bump PKGREVISION.
|
|
|
|
2A00:0000::/21 RIPE NCC
2600:0000::/22 ARIN
2604:0000::/22 ARIN
2608:0000::/22 ARIN
260C:0000::/22 ARIN
|
|
|
|
|
|
* fltk fixes
* thread fixes
* many misc. bug fixes
* add support for creating shared libraries for plugins
* this will likely to be the last csound gbs release for a while
|
|
|
|
changes:
* Use less memory for desktop background
* Make authentication work for the external connect-to-server dialog
* Fix leaks
* Redraw less in the list view when deleting
|
|
changes:
* Lock the drive when requesting media
* Unlock the drive after it is used
* Fix compilation on non-Linux systems
* Fix compilation warnings on Solaris
* Avoid symbolic link loops in mapping-daemon
|
|
|
|
Bump BOOTSTRAP_VERSION.
|
|
|
|
Databases are incompatible, so make it a separate pkg.
(XXX to convert a database, one needs both versions at the same time,
which isn't supported by the pkgs. Since arx is just a single binary,
one can easily be copied away... this is not for greenhorns anyway.)
|
|
changes:
* Fixed accessibility crash
* Use less memory for desktop background image
* translation updates
|
|
bug fixes only
|
|
|
|
|
|
* Bug fixes?
|
|
|