summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-02-27Added USE_TOOLS+=perlmartti1-1/+3
2006-02-27Change the stage to pre-install when remove .orig file.rxg1-2/+2
2006-02-27Use pre-defined TEXMFDIRS to instead of TEXMF.rxg1-9/+8
2006-02-27tweak.rxg1-3/+3
2006-02-27recognize libpcap>=0.9.3drochner1-2/+8
2006-02-27Updated lang/scheme48 to 1.3.rillig1-1/+2
2006-02-27Updated scheme48 to 1.3.rillig3-108/+48
05/01/05 (version 1.3) Additions: A collection of libraries implementing the Concurrent ML model for concurrent programming has been added; it is compatible to the CML libraries in Sunterlib. See the documentation for details. Support for SRFIs 34-36 ("Exception handling for programs", "Conditions", "I/O conditions") has been added. This is in the CONDITIONS, EXCEPTIONS, and I/O-CONDITIONS structures, for which the SRFI-34, SRFI-35, and SRFI-36 structures are essentially aliases. A bridging infrastructure between the old condition system and the new one translates condition objects back and forth, hopefully transparently for the user. A new infrastructure for dynamically loading external libraries from shared objects has been added; check the manual for details. The old infrastructure is still presented, but is unsupported on Windows and will be removed in a future release. The S48_GC_UNPROTECT_GLOBAL macro has been added, which allows to remove a root added by S48_GC_PROTECT_GLOBAL. The Scheme 48 header files should now be compileable by a C++ compiler. An experimental Windows port has been added. Changes: The HTML manual is now generated with tex2page. A number of changes to the VM to support the (future) native-code compiler have been made. The PreScheme type rule for IF is now more strict, thus disallowing code that would lead to invalid C output. (This fixes a bug reported by Markus Ziegler.) Bug fixes: The TRAVERSE structure for displaying heap statistics has been re-enabled. A number of misues of CALL-ERROR have been corrected (reported by Taylor Campbell). The VALUE-PIPES package works again (fix by Taylor Campbell). In PreScheme it is now possible to shift integers by non-constant shift widths. Logical right shifts in PreScheme work now (reported by Taylor Campbell). A bug in TERMINATE-THREAD! was fixed (reported by Taylor Campbell). A bug in the implementation of ,exit-when-done was fixed. A bug in the regexp-matching code that prevented matching the empty string correctly was fixed. A bug in the implementation of STRING-CONTAINS from SRFI-13 was fixed. A bug in the implementation of :WHILE in SRFI-42 was fixed (submitted by Sebastian Egner). Bugs in the implementations of ANGLE and MAGNITUDE were fixed. An obscure bug in the implementation of APPLY (which was triggered by certain instances of (apply apply ...) ) was fixed. For a degenerate case of ITERATE, the code was made to conform the documentation (reported by Taylor Campbell). Various miscellaneous fixes. Patch provided by Nils O. Selasdal in PR 32941. While here, fixed pkglint warnings.
2006-02-27Remove non-existent http mirror.ghen1-2/+1
2006-02-27postfix-2.2.9 and squirrelmail-1.4.6martti2-4/+5
2006-02-27Updated squirrelmail-locales to 1.4.6martti3-9/+237
* sync with squirrelmail 1.4.6
2006-02-27Updated squirrelmail to 1.4.6martti11-148/+28
This release is very important, and we strongly advise everybody to update to the latest release. Security Update =============== This version contains a number of security updates that were brought to our attention via a number of sources. - In webmail.php, the right_frame parameter was not properly sanitized to deal with very lenient browsers, which allowed for cross site scripting or frame replacing. [CVE-2006-0188] - In the MagicHTML function, some very obscure constructs were discovered to be exploitable: 'u\rl' was interpreted as 'url' (privacy concern), and comments could be inside keywords (allows for cross site scripting). Both only affect Internet Explorer users. Found by Martijn Brinkers and Scott Hughes. [CVE-2006-0195] - The function sqimap_mailbox_select did not strip newlines from the mailbox parameter, and thereby allowed for IMAP command injection. Found by Vicente Aguilera. [CVE-2006-0377]
2006-02-27Fix pkg/32498martti3-7/+12
- install PREFIX/sbin/qshape Updated postfix to 2.2.9 Most of this patch hardens the TLS implementation against DNS-based attacks, and eliminates some anomalies from the TLS per-site policy engine. See the TLS_README document for tips on how to avoid DNS-based attacks that can change the server hostname that Postfix uses for logging, for TLS per-site policies, and for server certificate verification. The patch also adds a workaround that prevents Postfix from repeatedly trying to deliver mail to domains with a malformed MX record (for example, with a null MX hostname). Postfix 2.2.9 bounces such mail immediately.
2006-02-27Added RCS Id.rillig1-0/+2
2006-02-27Quoting bugfix.rillig1-2/+2
2006-02-27mail/prayer linked library change.joerg1-1/+2
2006-02-27Use krb5.b3.mk, don't add libdes to link list. libdes is part ofjoerg3-6/+7
Kerberos IV and not needed by Kerberos V. Bump revision.
2006-02-27Add another possible location of the apache module in the WRKSRC.joerg1-1/+5
2006-02-27- Added a list of forbidden commands that must not be used in packages.rillig1-1/+12
Currently this list contains ktrace, strace and truss, as these are too platform-specific. Suggested by tron.
2006-02-26Use the same configuration for DragonFly as FreeBSD is using.joerg5-1/+92
2006-02-26Added the book ``Design and implementation of pkglint''.rillig10-0/+806
2006-02-26Note update of "bittorrent" and "bittorrent-gui" package to version 4.4.0.tron2-4/+4
2006-02-26Update "bittorrent" and "bittorent-gui" package to version 4.4.0.tron9-103/+226
Numerous enhancenments were made since version 4.0.4 which include support for trackerless torrents.
2006-02-26Don't use "ktrace" command in "post-install" target. This was obviouslytron1-2/+2
some leftover debugging code.
2006-02-26The Python modules tries to parse the output of cpp and generatejoerg2-1/+18
type tables from it. It is too stupid to understand the GCC extension used for (u)int64_t on FreeBSD and DragonFly by the default code. Use -Dlint on those platforms and hope that FreeBSD 10 will arrive after the upstream is fixed.
2006-02-26Fix errno.joerg2-1/+14
2006-02-26Make X11 dependency explicit. Use X11BASE for include and link pathes.joerg4-32/+62
Add DragonFly support.
2006-02-26Follow up to lang/tcl's WRKSRC definition change.joerg1-2/+2
2006-02-26lang/tcl's WRKSRC changed, follow up to unbreak build (hi adam!).joerg1-2/+2
2006-02-26Add DragonFly support based on the patches for libffi and boehm-gc.joerg7-7/+94
2006-02-26spidermonkey has no local errno anymore.joerg1-1/+2
2006-02-26Fix spelling of DragonFly. Don't generate a common (!) errno, justjoerg4-6/+27
remove the junk for compatibility with strange Visual C environments. Bump revision for the latter.
2006-02-26Remove autogenerated chunk from patch.joerg2-12/+3
2006-02-26Invert MASTER_SITES and HOMEPAGE. Pointed out by Bernd Ernesti.rpaulo1-3/+3
2006-02-26- Improved checking of sed commands that are used in the SUBSTrillig2-6/+56
framework. Now, unescaped shell special characters are detected.
2006-02-26Mention that you need to run the setup program as root.wiz1-2/+2
2006-02-26Note peace PKGREVISION bump.wiz1-1/+2
2006-02-26Simplify installation, correct PLIST, remove BROKEN_IN, use x11.bl3.mkwiz2-16/+14
instead of manual depdending on x11-links. Bump PKGREVISION. Ok kent@
2006-02-26As seen in 2.1 bulk build:wiz1-1/+4
uses event_once, so depend on libevent>=0.9
2006-02-26libdnsres dependency change.joerg1-1/+2
2006-02-26Uses libevent, include b3.mk. Fix compilation of test case on DragonFly.joerg3-2/+17
Bump revision.
2006-02-26Updated wm/oroborox to 0.9.7.10.rxg1-1/+2
2006-02-26Updated oroborox to 0.9.7.10.rxg2-8/+7
Changes: 10-Feb-2006 (Release 0.9.7.10) ~~~~~~~~~~~ * GIMP paint tool slowing down the system fixed: culprit was title string and icon name book keeping - support for icon name was removed (commented out for now), as OroboROX doesn't do anything with that info now and probably in the future (ROX-Filer's pinboard handles that) 26-Jan-2006 ~~~~~~~~~~~ * remove X11 session management code: was useless, as ROX isn't prepared for, and most probably terribly broken, definitely completely untested.
2006-02-26Fix build with newer MySQL versions: mysql_shutdown can have twojoerg2-1/+26
arguments. Version number borrowed from Ruby adapter.
2006-02-26Depend on system makeinfo and fix build on DragonFly.joerg4-5/+86
2006-02-26- Got rid of 810 warnings in -Wall mode by assuming that certain variablesrillig1-6/+4
like *DIR, *PATH, *FILE, PKGNAME will never contain one of the $\"'` characters. With greetings to Alistair, who convinced me that pkglint need not be the most pedantic tool. (It will stay _very_ pedantic, though. :))
2006-02-26Use pkgsrc version of config.guess and config.sub.joerg1-1/+7
2006-02-26+ dialog-1.0.20060221, mDNSResponder-108, p5-Apache-Test-1.28,wiz1-1/+6
p5-Config-Tiny-2.05, p5-HTML-Element-Extended-1.16.
2006-02-26Note update of www/squid package to 2.5.12nb5.taca1-1/+2
2006-02-26Update www/squid pacakge to 2.5.12nb5.taca2-4/+52
* 2006-02-26 00:06 (Cosmetic) Error in FTP listings of files with -> in their name * 2006-02-26 00:06 (Cosmetic) Harmless typo in ftp.c * 2006-02-26 00:06 (Minor) Fails to compile on Fedora Core 5 test 2 x86_64 * 2006-02-26 00:06 (Cosmetic) Hangs at 100% CPU if /dev/null is not accessible * 2006-02-26 00:06 (Cosmetic) New persistent_connection_after_error configuration directive * 2006-02-26 00:06 (Medium) delay pools given too much bandwidht after "-k reconfigure" * 2006-02-26 00:06 (Medium) 504 Gateway Time-out on FTP uploads * 2006-02-26 00:06 (Minor) Some clients support NTLM even if not initially negotiating persiste * 2006-02-26 00:06 (Minor) Ident access lists don't work in delay_access statements * 2006-02-26 00:06 (Cosmetic) Segmentation fault on empty proxy_auth ACLs * 2006-02-26 00:06 (Minor) Issues in processing ranges on objects >2GB * 2006-02-26 14:36 (Minor) Some 206 responses logged incorrectly
2006-02-26Fix DISTNAME.wiz1-3/+3