summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2003-06-23Updates of coq, unison, and hevea due to availability of nativejtb1-1/+4
code compilers on powerpc and sparc.
2003-06-23Note update of ocaml to 3.06nb3.jtb1-1/+2
Native code compilers for powerpc and sparc are now enabled.
2003-06-23Update vm to 7.16.jtb1-1/+2
* New commands: + vm-visit-imap-folder + vm-visit-imap-folder-other-window + vm-visit-imap-folder-other-frame + vm-save-message-to-imap-folder * New variables: + vm-imap-server-list * vm-primary-inbox can now be a POP or IMAP mailbox specification. * vm-mime-set-xxx-parameter: use the parameter name passed in instead of assuming the name is "charset". The only calls to this function passed in "charset" as the name, so this bug wasn't affecting anything. * vm-decode-mime-encoded-words: do charset conversion if needed. Forgot to add this back when vm-mime-charset-converter-alist was added. * vm-send-mail-and-exit -> vm-mail-send-and-exit in vm-user-agent definition. * vm-mail-send-and-exit: dropped first arg requirement since the argument isn't used anyway. * compute POP cache filenames based on the POP mailbox spec with the access method as "pop" and the authentication method and port as asterisks. This prevents visiting the wrong file if the user starts accessing a POP mailbox through a different port or using a different access or authentication method. Automatically migrate the old cache files to the new scheme as we go. * fixed convert -page typos. * vm-set-redistributed-flag: fourth arg of vm-set-xxx-flag call corrected to be vm-set-redistributed-flag instead of vm-set-forwarded-flag. * IMAP BYE responses are always untagged; changed code to match.
2003-06-23Note udate of emulators/vice.kristerw2-3/+3
2003-06-23Note new bomberclone package, and its datafiles.wiz1-1/+3
2003-06-23Note mail/dovecot update.salo1-1/+2
2003-06-23Note update ot converters/2vcard to 0.5jschauma1-1/+2
2003-06-23Initial import of tcx-19940124 into the NetBSD Packages Collection.agc1-1/+2
TCX is a system designed for the transparent decompression, execution and recompression of executables under Unix. It allows configuration options such as the type of compression system used (compress(1), gzip(1), your own local system etc), timeouts between recompressions, and emergency directories in case a decompression fails from shortage of disk space. The system is designed with a reasonable amount of robustness in mind, such as in the event of system crashes, or races on trying to uncompress, compress or execute something. This software is quite old (vintage 1993-94), and some things have moved on since then. In particular, untcx is setuid root. I have done a minor security audit, but anyone installing this software is invited to conduct one for themselves. =========================================================================== $NetBSD: MESSAGE,v 1.2 2002/09/12 19:37:07 wiz Exp $ WARNING - this package contains a setuid root executable called untcx, which was written in 1994, and contained calls to getwd(3), sprintf(3), strcpy(3) and strcat(3). I've done a minor audit of the code, and have fixed the above functions with calls to safer alternatives, but you may wish to delete this package from your own systems until you have carried out your own audit. ===========================================================================
2003-06-23Note update of sun-j*14 to 1.0.3 (aka _03 aka _03-b02).jschauma1-1/+3
2003-06-23Re-import an older version of aide, aide-0.6, as security/aide06,agc1-1/+2
since there is a problem with aide-0.9 which results in it sending an email warning on every run of the scanner. Whilst this version may have other problems (it believes opendir(3)'s output, IIRC), it does keep quiet about them. aide-0.6 creates a database from the regular expression rules that it finds from the config file. Once this database is initialized it can be used to verify the integrity of the files. It has several message digest algorithms (md5,sha1,rmd160,tiger,haval,etc.) that are used to check the integrity of the file. More algorithms can be added with relative ease. All of the usual file attributes can also be checked for inconsistencies. It can read databases from older or newer versions. See the manual pages within the distribution for further info. There is also a beginning of a manual at http://www.cs.tut.fi/~rammer/aide/manual.html
2003-06-23note pax update to 20030623grant1-1/+2
2003-06-23- ntop2-2.2adam1-2/+1
2003-06-23Updated py-GD to 2.07; Updated ntop2 to 2.2adam1-1/+3
2003-06-23note update of pax to 20030622grant1-1/+2
2003-06-23- gd-2.0.12adam1-2/+1
2003-06-23Updated gd to 2.0.15; fixed and PKGREVISION bumped for packages that depend ↵adam1-1/+16
on gd, because of gd shared library major bump
2003-06-23I updated binutils' version ? No I don't think so... :)seb1-2/+1
Seriously it was not needed.
2003-06-23Note update of devel/binutils to 2.13.2.1nb1 [hidden build dependency fix]seb1-1/+2
2003-06-23- wine-20030618adam1-2/+1
2003-06-23Updated wine to 20030618.adam1-1/+2
What's new: * More Direct3D and DirectSound improvements. * Tons of fixes merged from Crossover Office 2.0. * New iphlpapi dll. * Lots of bug fixes.
2003-06-23Rename textproc/xerces-p to textproc/p5-XML-Xerces.jlam1-1/+2
2003-06-23Update textproc/xerces-p to 1.7.0.3, and rename package to p5-XML-Xercesjlam1-1/+2
to better match other perl5 module packages. This release mirrors the Xerces-C 1.7.0 releases and implements a DOM API (though that seems to be broken). Also, several major memory leaks were fixed.
2003-06-23Update textproc/xerces-c to 1.7.0.3. This is the last stable releasejlam1-1/+2
in the Xerces-C 1.x line and contains many fixes and improvements over version 1.3.0. Make this package compile with ICU>=2.4.
2003-06-23Update textproc/icu to 2.6. This is a major reference release with newjlam1-1/+2
features and new and modified APIs from version 2.4: * Added support for Unicode 4.0 * Added support for Unicode regular expressions * Enhanced sorting * Added support for international domain names * Added service registration for pluggable ICU modules * Added layout engine API for language-specific glyphs * Separated currencies from locales * Added POSIX-like API for message catalogs * Added new charset converters
2003-06-23Bump PKGREVISIONs of lang/perl5 and lang/perl58: modify the build so thatjlam1-1/+3
libgcc.a isn't linked "whole archive" into the perl executable on newer NetBSD systems (>1.5.x). Newer NetBSD systems have libgcc_pic.a linked into shared libraries, so this hack isn't needed. This change was tested by building and testing textproc/xerces-p, a C++ perl5 module that uses functions in libgcc.a.
2003-06-23Added toolame-02l [mrg 2003-06-23]mrg1-1/+8
Added mjpegtools-1.6.1 [mrg 2003-06-23] Added transcode-0.6.6 [mrg 2003-06-23] Added gocr-0.37 [mrg 2003-06-23] Added subtitleripper-0.3-1 [mrg 2003-06-23] Added p5-Gdk-Pixbuf-0.7008 [mrg 2003-06-23] Added dvdrip-0.50.13 [mrg 2003-06-23]
2003-06-23check-0.8.4nb1; Install HTML documents.uebayasi1-1/+2
2003-06-20Note update of opencm to 0.1.2rc6 (alpha6 really).jmmv1-1/+2
2003-06-20+ inform-6.21.4 [pkg/21934], proftpd-1.2.9rc1, qvwm-1.1.12 [pkg/21935],wiz1-3/+5
rox-session-0.1.20. - zsh (thanks, uebayasi).
2003-06-20Zsh 4.0.7; bug fixes, a few completion improvements, MASTER_SITE update.uebayasi1-1/+2
2003-06-19Note update of audio/abcde to version 2.1.4nb1 [bugfix]seb1-1/+2
2003-06-19Initial import of mail/ssmtp, an extremely simple MTA that forwards mailjlam1-1/+2
to a mail hub. Originally from pkgsrc-wip; created by Toru TAKAMIZU <pkg at pop dot 707 dot to>. A secure, effective and simple way of getting mail off a system to your mail hub. It contains no suid-binaries or other dangerous things - no mail spool to poke around in, and no daemons running in the background. Mail is simply forwarded to the configured mailhost. Extremely easy configuration. WARNING: the above is all it does; it does not receive mail, expand aliases or manage a queue. That belongs on a mail hub with a system administrator. This program is especially recommended for mutt users who send emails via ISP's smtp server.
2003-06-19+ netatalk-1.6.3 [pkg/21930], top-3.5b12.5, tuxpaint-0.9.11,wiz1-5/+6
wine-20030618, zsh-4.0.7. - cfengine (thanks, seb), galeon-1.2.11 (thanks, taya)
2003-06-19Note qt2 update.wiz1-1/+2
2003-06-19Note update of xmame and xmess.kristerw1-1/+3
2003-06-19note update of galeon to 1.2.11taya1-1/+2
2003-06-19Note majesty-demo addition.wiz1-1/+2
2003-06-19Note dovecot update.salo1-1/+2
2003-06-19Initial import of rc.subr into The NetBSD Packages Collection.grant1-1/+2
This package allows you to use rc.subr-style rc scripts (such as those included in pkgsrc) on other operating systems.
2003-06-19Note update of "pkgchk" package to version 1.39.tron1-1/+2
2003-06-19Note update of sysutils/cfengine to version 1.6.5 [bugfixes andseb1-1/+2
slight packaging changes]
2003-06-19Note update of "acroread5" package to version 5.07.tron1-1/+2
2003-06-19Updated lsof to 4.68atatat1-1/+2
2003-06-18Use 20010202 as version number for gimp-wideangle entry instead of Feb02.jmmv1-2/+2
2003-06-18Note update of xpdf to version 2.02pl1. From the xpdf website:simonb1-1/+2
This version includes a small patch that fixes a security hole in version 2.02. It was possible to construct a malicious URL link in a PDF file which would cause an arbitrary command to be run. The patch changes things to that the various characters which can cause trouble are escaped (%xx) before calling system(). This patch also changes the "launch" link verification dialog to provde a scrolling view of the command about to be run when the command string is excessively long.
2003-06-18Note update of Subversion packages.epg1-1/+5
2003-06-18gimp updatedrochner2-4/+5
2003-06-18+ R-1.7.1, binutils-2.14, evolution-1.4, gimp-1.2.5, gtk-gnutella-0.92wiz1-6/+15
[pkg/21551], icewm-1.2.8, icewm-1.2.8, pureftpd-1.0.15, rosegarden-2.1.4 [pkg/21904], tcpreplay-1.4.4, vice-1.12, vnc-3.3.7, wxGTK-2.4.1, yudit-2.7.5. - arch
2003-06-18Update pkgchk to 1.38:abs1-1/+2
Handle 'PKGPATH=' and 'PKGPATH= ' in pkg_info -B. From Marc Recht in PR pkg/21895
2003-06-18htmllint-20030518 update done.wiz1-1/+2