summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-04-20Update to 2.5:wiz2-7/+7
10/04/2005 *** v2.5 *** - Excludes disks from RomCenter data files (datutil -k to override).
2005-04-20Updated to version 1.3.2heinz2-7/+6
-- Changes since 1.3.1 =================== * tests/cmdline/maxsize.test, tests/cmdline/maxsize.baseline: Changing initial tests from 23 bytes to 25 bytes because on 64 bit systems the sizeof(Attr) is 24 bytes itself, was causing the test to fail due to different output (but not incorrect program operation). [Bug# 1121539] * src/main.c (parse_cmdline): ignoring negative values to maxsize option. [Bug# 1121539] * tnef.c (copy_guid_from_buf): [Bug# 1117373]. New function to parse a GUID from a character buffer correctly; big endian machines interpreted it incorrectly, forcing to be dealt with as little endian number. (decode_mapi): Use of new function (dump_mapi_attr): Fixing compiler warnings * configure.in: adding stroul to checked functions * configure.in, src/basename.h, src/basename.c: [Bug# 1109683] - fixing declaration of basename
2005-04-20Move WRKSRC line to where it belongs nowadays.wiz1-2/+2
2005-04-20Add RCS Id.wiz1-0/+1
2005-04-20Drop trailing whitespace.wiz1-2/+2
2005-04-20Drop trailing whitespace, |fmt.wiz1-7/+8
2005-04-20Sort.wiz1-11/+11
2005-04-20Sort bl3 inclusions.wiz1-3/+3
2005-04-20Add missing include for zlib/bl3; from pancake in PR 30016.wiz1-1/+2
2005-04-20Updatedheinz2-3/+5
enigma to 0.81nb5 p5-Net-DNS to 0.49 p5-razor-agents to 2.67
2005-04-20Check for the JRE and not the SDK package to figure which version of thetron1-4/+4
Sun Java package is installed.
2005-04-20Update to version 2.67heinz2-8/+6
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]
2005-04-20Updated psiconv to 0.9.7adam2-3/+3
2005-04-20Changes 0.9.7:adam3-14/+13
* Support ImageMagick 6
2005-04-20Update to version 0.49.heinz2-6/+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.
2005-04-20Updated libexif to 0.6.12adam2-3/+3
2005-04-20Changes 0.6.12:adam5-70/+14
* 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.
2005-04-20Note update of graphics/graphviz to version 2.2.1 [bug fixes release]seb1-1/+2
2005-04-20Update to version 2.2.1.seb3-18/+19
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
2005-04-20Explain setting PHP_OPENSSL (from Stoned Elipot)kim1-1/+7
2005-04-20Note import of mb2md.schmonz1-1/+2
2005-04-20Add and enable mb2md.schmonz1-1/+2
2005-04-20Initial import of mb2md 3.20.schmonz4-0/+40
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.
2005-04-20Initial import of genrpm-1.0, a tool to generate rpm packages.agc1-1/+2
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.
2005-04-20Add and enable genrpmagc1-1/+2
2005-04-20Initial import of genrpm-1.0, a tool to generate rpm packages.agc6-0/+456
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.
2005-04-20Note update of devel/p5-Module-CoreList to version 2.00 [support of perlseb1-1/+2
versions 5.9.2 and 5.00{0,1,2}]
2005-04-20Update to version 2.00.seb2-6/+6
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.
2005-04-20-p5-GraphVizseb1-2/+1
2005-04-20Note update of graphics/p5-GraphViz to version 2.02 [bug fixes, couple ofseb1-1/+2
new features and latest dot language additions support]
2005-04-20Update to version 2.02seb3-12/+44
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)
2005-04-20Note update of net/p5-NetAddr-IP to version 3.24 [bug fix and couple ofseb1-1/+2
new features]
2005-04-20Update to version 3.24.seb2-7/+8
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.
2005-04-20Applied patches found atheinz7-3/+208
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.
2005-04-20Note update of www/squid package to 2.5.9nb6.taca1-1/+2
2005-04-20Two of offcial patches are updated.taca2-82/+82
- squid-2.5.STABLE9-LDAP_SUN_SDK.patch - squid-2.5.STABLE9-2GB.patch Bump PKGREVISION.
2005-04-19Note jwhois-3.2.2nb17.kleink1-1/+2
2005-04-19Upgrade to jwhois-3.2.2nb17, incorporating today's allocations:kleink3-15/+25
2A00:0000::/21 RIPE NCC 2600:0000::/22 ARIN 2604:0000::/22 ARIN 2608:0000::/22 ARIN 260C:0000::/22 ARIN
2005-04-19Sort.wiz1-11/+11
2005-04-19Make note of csound4 update.ben1-1/+2
2005-04-19Update to csound4-4.23.12.11. Significant changes include:ben3-9/+27
* 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
2005-04-19ArX2 addition & some updatesdrochner1-1/+6
2005-04-19update to 2.10.1drochner4-41/+9
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
2005-04-19update to 2.10.1drochner3-7/+9
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
2005-04-19Honor *OWN, *GRP, and *MODE.minskim1-1/+4
2005-04-19Define TMACDIR and CATDEPS appropriately on Linux.minskim2-2/+205
Bump BOOTSTRAP_VERSION.
2005-04-19+ArX2drochner1-1/+2
2005-04-19Import ArX-2.2.1. This is the successor of pkgsrc/devel/ArX.drochner5-0/+78
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.)
2005-04-19update to 2.10.1drochner3-7/+9
changes: * Fixed accessibility crash * Use less memory for desktop background image * translation updates
2005-04-19update to 1.4.3drochner3-411/+417
bug fixes only