summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-05-13Fixed a typo in the comment.rillig1-2/+2
2005-05-13if-if-endif -> if-elif-endifminskim1-2/+2
2005-05-13Remove two blank lines.reed1-3/+1
2005-05-13Honor *OWN and *GRP.minskim1-1/+3
2005-05-13-leafnodesalo1-2/+1
2005-05-13Note news/leafnode update by <kim>salo1-1/+2
2005-05-13Make _USE_NEW_TOOLS default to "yes" to turn on using the new toolsjlam1-2/+2
framework. This has been tested by successfully building a meta-package that pulled in 81 dependencies during the installation.
2005-05-13Change references to M4 & YACC into TOOLS_M4 & TOOLS_YACC to simplifyjlam13-29/+29
transition to new tools framework.
2005-05-13Fix quoting in the values placed in CONFIGURE_ENV.jlam1-10/+10
2005-05-13use gimptool to install, just for consistencydrochner1-3/+2
2005-05-13update to 2.2.7drochner2-6/+6
bugfixes only
2005-05-13update to 1.8.4drochner3-7/+8
changes: -added "as" locale -bugfixes
2005-05-13update to 2.10.0drochner4-11/+11
changes: -added support for GTK-2.6 widgets and properties -bugfixes -updated translations
2005-05-13Upgrade to 1.11.2:kim3-17/+17
* Fix segfault when timeout or connection reset encountered while article header is read. * fetchnews will no longer re-fetch the active file for a server if it has been completely received even if fetching articles from this server encounters a problem. Long-standing bug. Debian bug #70052. * fetchnews will now properly mark the active for complete re-fetch if it says so. Previously, it forgot the mark in some circumstances. A problem fetching the active file or descriptions for a newly added server will now mark the active for re-fetch even if articles have successfully been retrieved from the same server. * Fix use-after-free segfault when server dies while body is being received. * Support quoted strings on the right hand side of configuration lines. * Support IPv6 in fetchnews as well. * In LIST ACTIVE/GROUP, keep group interesting in spite of being pseudo (which includes empty) as long as it is interesting. Avoids unsubscription of low-traffic groups that fall empty.
2005-05-13forgot to delete thisdrochner1-24/+0
2005-05-13update to 1.3.2, provided by Leonard Schmidt per PR pkg/30178drochner2-6/+6
changes: * Back out fmmode (buggy, unportable) for now * Better tiled background support (makes various windowmanagers/terminal emulators happier) * fixed a bug with --action's and thumbnail mode * Disabled thumbnail caching until a better spec can be sorted out (the current freedesktop.org spec doesn't support custom sizing. feh does). * New option --cycle-once to exit feh after one loop through a slideshow. Requested by various people
2005-05-13Note net/maradns update.salo2-3/+3
2005-05-13Update to version 1.0.28salo11-30/+130
Too many changes to list, see CHANGELOG within the source tarball. This update was prompted by an issue with random number generator, see the following url for details: http://www.maradns.org/download/patches/maradns-1.0.26-rekey_rng
2005-05-13Security fix:salo4-4/+77
"Matthias Clasen has reported a vulnerability in libexif, which can be exploited by malicious people to cause a DoS (Denial of Service). The vulnerability is caused due to an infinite recursion in the "exif_data_load_data_content()" function and can be exploited to cause a stack overflow when parsing a specially crafted image. Successful exploitation may crash an application linked against the vulnerable library." Bump PKGREVISION. Patch from: http://sourceforge.net/tracker/index.php?func=detail&aid=1196787&group_id=12272&atid=112272
2005-05-13sync with base librariesdrochner4-12/+12
no changes as far as Python wrappers are concerned, afaict
2005-05-13update to 2.6.2drochner2-6/+6
changes: - Allow None to be sent in to set_group radio widgets - guint/gsize as longs - Check for exceptions in child_watch - Bug fixes
2005-05-13Pass the install-time definition of sysconfdir through to sub-makejlam1-2/+3
processes. Since courier-imap uses GNU automake, we need to set AM_MAKEFLAGS to the correct value. This fixes the installation of the example config files into ${PREFIX}/share/examples/courier.
2005-05-13Fix PLIST by adding missing compile_et.1.jlam1-1/+2
2005-05-13Pass the install-time definition of variables that specify the locationsjlam1-3/+4
of the example config files through to sub-make processes. Since courier-authlib uses GNU automake, we need to set AM_MAKEFLAGS to the correct value. This fixes the installation of the *.dist files into ${PREFIX}/share/examples/courier-authlib.
2005-05-13Pass the install-time definition of sysconfdir through to sub-makejlam1-2/+3
processes. Since sqwebmail uses GNU automake, we need to set AM_MAKEFLAGS to the correct value. This fixes the installation of the *.dist files into ${PREFIX}/share/examples/sqwebmail.
2005-05-12Note that xmame/xmess has been updated to 0.96.kristerw1-1/+3
2005-05-12Update xmame/xmess to 0.96.kristerw6-39/+39
Release 0.96, 10 May 2005: - Everything from MAME 0.96 (http://x.mame.net/changes-mame.html) and MESS 0.96 (http://x.mame.net/changes-mess.html). - Fixed the RGB to YUV conversion used by the Xv driver so that it conforms to the CCIR digital component video specifications. Fixes Bugzilla bug 691. (Alex W. Jackson) - The rows of the OpenGL bitmap used for 16bpp games are no longer misaligned in some cases; nagano98 now displays without doubled lines. - The behavior of "-listgamelist" should once again match the Windows side with regard to case-insensitive sorting and the treatment of leading "The" and "Le". - When a specific joystick device is designated with "-joydevname (-jdev)", it is now always treated as the player 1 joystick. - The built-in profiler works again. (Colin Howell) - The X11 build now properly sets the standard window properties. (Christian Birchinger's friend)
2005-05-12postgresql80-client is the correct BUILDLINK_PACKAGE word to use whenjlam1-2/+2
referring to BUILDLINK_* variables.
2005-05-12Adding "${GREP} ." into pipeline that I inadvertently left out whenjlam1-3/+3
moving the EVAL_PREFIX code from bsd.pkg.mk to find-prefix.mk.
2005-05-12Teach the new tools framework more about perl. We include perl5/vars.mkjlam2-3/+14
in mk/tools/perl.mk since many packages expect to be able to use the variables defined in vars.mk, but those variables can only be defined if PERL5 is correctly defined, and that is only true after it is set here.
2005-05-12We don't need to check for whether the variables are defined beforejlam1-5/+1
using them, as these values are referenced till later when the variables will definitely have the correct value. This removes the need to include vars.mk here.
2005-05-12Allow vars.mk to be included multiple times. We avoid excessivejlam1-35/+34
computation by caching the variables using MAKEVARS.
2005-05-12Instead of structuring code so that variables defined by the EVAL_PREFIXjlam2-9/+32
loop are only used afterwards, split out the EVAL_PREFIX code into a separate file find-prefix.mk that can be included at any point to generate a prefix-computation for the variables specified by FIND_PREFIX at the inclusion point.
2005-05-12Don't check for whether variables are defined or not before addingjlam1-6/+2
them to PLIST_SUBST. They may simply be defined later on in the Makefile processing. Instead check whether USE_PERL5 was specified to determine whether to pass along PERL5_{SITEARCH,SITELIB,ARCHLIB} to PLIST_SUBST.
2005-05-12Note update of ht to 0.9.0.jmmv1-1/+2
2005-05-12Update to 0.9.0:jmmv2-6/+6
- analyser: support for int, half and byte data-types. - x86 disasm: invlpg, fisttp instructions added - x86 disasm: sse, sse2, sse3 instructions added - x86 asm: support for mmx instructions - configure: set -DNO_NATIVE_UNALIGNED_MOVES for platforms other than x86 - removed 'include <malloc.h>' from cp-demangle.c - fixed a buffer overflow in htperes.cc - handle ELFs w/o segment or program sections (Thanks Daniel Black) - don't malloc(0) (Thanks Daniel Black) - some keyboard fixed for windows xp
2005-05-12For Linux, usereed1-1/+8
BUILDLINK_TRANSFORM+= rm:-Wl,--no-undefined to workaround bug noted in PR #25402
2005-05-12Only cache the variable if it's been defined.jlam1-1/+3
2005-05-12Note PKGREVISION bump for nhc98.kristerw1-1/+2
2005-05-12Correct PLIST for ports other than i386.kristerw4-97/+108
Fix a build issue for Darwin. Bump PKGREVISION.
2005-05-12Note update of www/squid pakcage to 2.5.9nb11.taca1-1/+2
2005-05-12Update squid package to 2.5.9nb11.taca2-4/+43
Apply 9 official fixes including security improvement in DNS lookup. I still disable transparent_port.patch because it needs a missing header file of IP Filter. NetBSD current and 3.0_BETA already fixed this problem but still netbsd-2/2-0 branches. I will apply it after netbsd-2/2-0 branches fix this problem. (And this fix needs to update squid package to 2.5.STABLE10 which is RC3 now.) * 2005-05-10 23:11 (Cosmetic) Extended documentation of the always_direct directive * 2005-05-10 22:33 (Medium) assertion failed: store_client.c:343: "storeSwapOutObjectBytesOnDisk(mem) > sc->copy_offset" * 2005-05-11 19:19 (Security issue) DNS lookups unreliable on untrusted networks * 2005-05-09 01:51 (Minor) Allow dstdomain and dstdom_regex to match IP based hosts * 2005-05-08 14:01 (Cosmetic) Minor arp ACL improvements * 2005-05-04 18:09 (Minor) SNMP Agent updates to support SNMP Version 2 and bulk requests * 2005-05-01 10:58 (Cosmetic) Cosmetic change to DISKD statistics * 2005-04-30 12:58 (Medium) Poor hot object cache hit ratio and sporadic assertion failed: store_swapin.c: e->mem_status == NOT_IN_MEMORY * 2005-04-25 16:36 (Cosmetic) Minor aufs improvements
2005-05-12Note update of "firefox-bin" package to version 1.0.4.tron1-1/+2
2005-05-12Update "firefox-bin" package to version 1.0.4. The following securitytron2-6/+6
issuses were fixed in this release: MFSA 2005-44 Privilege escalation via non-DOM property overrides MFSA 2005-43 "Wrapped" javascript: urls bypass security checks MFSA 2005-42 Code execution via javascript: IconURL
2005-05-12Note update of "mozilla-bin" package to version 1.7.8.tron1-1/+2
2005-05-12Update "mozilla-bin" package to version 1.7.8. The following securitytron2-7/+6
issuses were fixed in this release: MFSA 2005-44 Privilege escalation via non-DOM property overrides MFSA 2005-43 "Wrapped" javascript: urls bypass security checks MFSA 2005-42 Code execution via javascript: IconURL Support for Solaris SPARC and x86 is not available due to lack of a precompiled binary at this point of time.
2005-05-12Security fix:salo4-4/+70
"A vulnerability in libTIFF was found, it can be potentially exploited by malicious people to compromise a vulnerable system." http://secunia.com/advisories/15320/ http://bugzilla.remotesensing.org/show_bug.cgi?id=843 Bump PKGREVISION, patch from libtiff cvs repository.
2005-05-12Fixed the patch for stripping debugging flags.rillig2-6/+5
2005-05-12Small change to suggested COPTS usage - from Christopher Sean Hiltonabs1-2/+2
2005-05-12Note chat/gaim update.salo1-1/+2