summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-12-30note lilypond-2.4.3 updatedmcmahill1-1/+2
2004-12-30update to lilypond-2.4.3.dmcmahill4-399/+851
This represents a major version bump and with it many many improvements and changes which are far to long to summarize here. One important change is that this version works with gcc3.
2004-12-30note addition of ec-fonts-mftraced-1.0.8dmcmahill1-1/+2
2004-12-30add and enable ec-fonts-mftraceddmcmahill1-1/+2
2004-12-30import ec-fonts-mftraced-1.0.8dmcmahill5-0/+169
EC PostScript Type1 fonts with TFMs for TeX These are PostScript Type1 renderings and TFMs of the EC variant of the standard TeX CMR font family. These fonts include characters with European accents. GNU LilyPond depends on this. Authors: Han-Wen Nienhuys <hanwen@cs.uu.nl> Jan Nieuwenhuizen <janneke@gnu.org>
2004-12-30Use GNU make on Linux because imake generates Makefile that requiresminskim1-1/+7
GNU make.
2004-12-29Note update of "opera7" package.tron1-1/+2
2004-12-29Use GNU make on Linux when USE_IMAKE=yes, because Makefile generatedminskim2-3/+6
by imake on Linux requires GNU make.
2004-12-29Update "opera" package to version 7.54u1 (as 7.54pl1). Changes sincetron2-16/+16
version 7.54: - Tightened origin check for frames, fixing issue reported in Secunia Advisory 13253. A side effect of this is that documents not passing the origin check will open in a new page. - Fixed issue reported by Marc Schönefeld: intrusive JavaScript or Java applet could exploit Sun Java vulnerability to retrieve logged-in user's username and install directory. - Fixed LiveConnect class access security issue reported by Jouko Pynnönen. - Fixed download issue reported by Andreas Sandblad, Secunia Research, described in Secunia Advisory 12981: periods and non-breaking spaces in content-type header type could obscure file type. - Improved support for the "must-revalidate" cache directive.
2004-12-29Small grammar fix.snj1-2/+2
2004-12-29Note ezmlm-idx update.schmonz1-1/+2
2004-12-29Update to 0.431. From the changelog:schmonz5-28/+14
-Make ezmlm-idx obey $QMAILQUEUE. -Added missing ezmlm-confirm.0 target. -Auto-generate all version strings from the VERSION file. -Fixed up the broken Swedish translation. Thanks Mads E. Eilertsen. -Fixed naming of translations to match their ISO 3166 country codes: sv => se (Sweden) and da => dk (Denmark) -Internal reorganization of ezmlm-test -Internal reorganization of email header generation.
2004-12-29Note work on ettercap-NGadrianp1-3/+2
2004-12-29Note update of xmame/xmess to 0.89.kristerw2-4/+4
2004-12-29Update xmess to 0.89.kristerw2-6/+7
Changes from 0.88: - Everything from MAME 0.89 (http://x.mame.net/changes-mame.html) and MESS 0.89 (http://x.mame.net/changes-mess.html). - Re-added a missing "Rapid Fire" entry from the setup menu that caused the other entries to be off by one. Fixes Bugzilla bug 621. - Another batch from Hans de Goede: * The GGI driver no longer crashes when $DISPLAY isn't set. * Sped up the rgbscan effect (effect 4), especially for DGA. - Added LIRC support for remote controls, e.g., with MythTV. (Andrew Chuah) - Fixed a typo that caused absolute analog axes to interfere with digital negative axes in the input setup.
2004-12-29Update xmame to 0.89.kristerw2-5/+6
Changes from 0.88: - Everything from MAME 0.89 (http://x.mame.net/changes-mame.html) and MESS 0.89 (http://x.mame.net/changes-mess.html). - Re-added a missing "Rapid Fire" entry from the setup menu that caused the other entries to be off by one. Fixes Bugzilla bug 621. - Another batch from Hans de Goede: * The GGI driver no longer crashes when $DISPLAY isn't set. * Sped up the rgbscan effect (effect 4), especially for DGA. - Added LIRC support for remote controls, e.g., with MythTV. (Andrew Chuah) - Fixed a typo that caused absolute analog axes to interfere with digital negative axes in the input setup.
2004-12-29Update lang/perl58 to perl-5.8.6. Selected hanges from version 5.8.5jlam6-31/+41
include: * By default, platforms that have native threads will build a threaded perl. Note that you will likely have to rebuild your Perl modules after this update unless your Perl is already threaded. * The perl interpreter is now more tolerant of UTF-16-encoded scripts. * Several core modules were updated. * Perl has a new -dt command-line flag, which enables threads support in the debugger. * "foreach" on threads::shared array used to be able to crash Perl. This bug has now been fixed. * A regexp in "STDOUT"'s destructor used to coredump, because the regexp pad was already freed. This has been fixed. * Using "delete" on an array no longer leaks memory. A "pop" of an item from a shared array reference no longer causes a leak. * "eval_sv()" failing a taint test could corrupt the stack - this has been fixed. * On platforms with 64 bit pointers numeric comparison operators used to erroneously compare the addresses of references that are overloaded, rather than using the overloaded values. This has been fixed. * From now on all applications embedding perl will behave as if perl were compiled with -DPERL_USE_SAFE_PUTENV.
2004-12-29*Really* fix the path to the .packlist.jlam1-2/+2
2004-12-29Fix path to .packlist.jlam1-3/+3
2004-12-29Updated anomy-sanitizer to 1.69kim1-1/+2
2004-12-29Update to anomy-sanitizer 1.69:kim3-6/+8
Added zip_policy.pl from Advosys (http://advosys.ca/) to the contrib/ directory, after being invited to do so by Derrick Webber of Advosys. Added sanitizer.procmail ruleset to contrib/, illustrating how to implement a quarantine and add custom headers to infected e-mails. Fixed priority bug in filename detection code, which would in some cases give higher priority to Content-IDs than it gave to the MIME filename attributes. Made the file-name/MIME-type sanity checks configurable (default on) via. the feat_sane_names variable. Set to 0 to disable. Added support for scripts which want to pass the name of a detected infection using the a line "Anomy-FileScan-VirusName: blah" like. This makes the following new variables available to the file replacement tempalte: %VIRUSNAME - Propogated from Anomy-FileScan-VirusName %SUMMARY - Propogated from Anomy-FileScan-Summary %DESCRIPTION - Propogated from Anomy-FileScan-Description This corrects problems, implements and expands on suggestions (posted here http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=235352) by Derrick Hudson (dman at dman13.dyndns.org).
2004-12-29This package works fine with tk-8.4.8.fredb1-2/+2
2004-12-29Make the dependency on p5-perl-headers slightly more restrictive, tofredb1-2/+2
force recompiling of it after the base system is upgraded, as suggested by Juergen Hannken-Illjes in an addendum to PR pkg/28754.
2004-12-29Generalize the dependency on p5-perl-headers to take account of all "nb"fredb1-2/+2
bumps, as suggested by Juergen Hannken-Illjes (PR pkg/28754).
2004-12-29Note djbdns-run update.schmonz1-1/+2
2004-12-29Move "User-settable rc.conf variables and their default values"schmonz9-86/+30
section above the inclusion of rc.subr, and express the default assignments more succinctly (from Todd Vierling). Remove Jonathan de Boyne Pollard's dnscache-showctl and tinydns-showctl, since they don't apply to services run with these rc.d scripts. Bump version.
2004-12-29Note qmail-run update.schmonz1-1/+2
2004-12-29Move "User-settable rc.conf variables and their default values"schmonz5-42/+45
section above the inclusion of rc.subr, and express the default assignments more succinctly (from Todd Vierling). Bump version.
2004-12-29Use VARBASE.minskim13-30/+30
2004-12-29Use VARBASE.minskim13-26/+26
2004-12-29Document things a bit betterhubertf1-2/+2
2004-12-29- Note update of oinkmaster to 1.1adrianp2-3/+3
2004-12-29- Update oinkmaster to 1.1adrianp3-22/+33
- Tidy up of package - New homepage on SourceForge - Install man page, extra examples and extra doco - Lots of change/bugfixes see: http://oinkmaster.sourceforge.net/changelog.shtml
2004-12-29- Note update of p5-MIME-Types to 1.13adrianp2-3/+3
2004-12-29- Update to 1.13adrianp2-7/+6
- [Ville Skyttä] and [Austing Ziegler] updated the type list to IANA registry dated 2004-04-09. Many changes to clean-up the list, trying to find a good balance between IANA's rules and common practice.
2004-12-29- Note update of p5-User-Identity to 0.90adrianp2-3/+3
2004-12-29- Update to 0.90adrianp2-8/+8
- Fix description of the package - Add a requirement of perl >= 5.6.0 Improvements: - Geography::Countries is not required, but optional so [Nick Ing-Simmons] has installed too much. - Cleaned the docs on many spots. - new methods User::Identity::Collection::itemType() User::Identity::Collection::removeRole() - new methods User::Identity::Item::removeCollection() - METHODS section Initiation renamed to "Constructors"
2004-12-29Note the pkg_install path size abstraction modifications.agc1-1/+3
2004-12-29delint: add pcre++ and sort p5-{Spiffy,Spoon} properly.jmmv1-3/+4
2004-12-29Note revision bump for glade2 to 1 and addition of glade2-gnome-2.6.5.jmmv1-1/+3
Closes PR pkg/25030.
2004-12-29Add and enable glade2-gnome.jmmv1-1/+2
2004-12-29Initial import of glade2-gnome, a package providing Glade built with GNOMEjmmv3-0/+32
support. This is version 2.6.5. Addresses PR pkg/25030.
2004-12-29Disable GNOME support and split the Makefile to aid in the addition of thejmmv4-41/+42
new glade2-gnome package, which provides the missing bits. Bump PKGREVISION to 1. While here, pick maintainership. This package was maintained by the same person as gnome2-terminal, who is unreachable according to ben@. Addresses PR pkg/25030.
2004-12-29Pull in portability changes from src, and bump version to 20041226:agc21-173/+182
Introduce a new abstraction in the C code, called MaxPathSize. All previous occurrences of MAXPATHLEN and FILENAME_MAX have been changed to use MaxPathSize instead. If MAXPATHLEN is not defined, then assume a default value of 1024 (this is primarily for use on the Hurd). The reason for this is that some older platforms define FILENAME_MAX to be 14, although MAXPATHLEN is 1024. On BSD-derived systems, FILENAME_MAX And MAXPATHLEN are both 1024. Bump pkg_install version to 20041226. These modifications have been tested so far on a NetBSD-current bulk build.
2004-12-29- Updated tcpflow to 0.21adrianp2-3/+3
2004-12-29- Update to 0.21adrianp3-11/+10
- Security fix (http://www.atstake.com/research/advisories/2003/a080703-2.txt) - PPP interfaces supported
2004-12-29- Note bump of p5-INET6 to 2.01adrianp2-3/+3
2004-12-29- Bump to 2.01adrianp2-7/+6
* New Release INET6-2.01 . * Patch from Wouter de Jong <wouter (at) widexs.nl> - fixing the parser on regexp at sock_info() * Patch from Olaf M.Kolkman <olafr (at) ipe.net> - Toggle the -w flag to avoid some warning messages around tests * fixing peerhost method.
2004-12-29- Note bump of cvsgraph to 1.5.1adrianp2-3/+3
2004-12-29- Bump to 1.5.1adrianp3-30/+6
- Lots of bugfixes and enhancements: - Added drawing of partial trees. - Most error and warning messages are now displayed in the graph, instead of being written to stderr. - Works with CVSNT.