summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-09-24make this work on alphahubertf3-5/+44
2000-09-24disable admin port better (KAME session.c 1.13 -> 1.14)itojun2-1/+55
2000-09-24Upgrade to 2.1.5.msaitoh2-7/+7
Changes: * Add wait3() and wait4(). * fixed: wait() or waitpid() might not return even after a child process exits. * fixed: bug in close() and pipe(). * fixed: processes might hang up if a signal interrupts within a critical region.
2000-09-24This pkg works fine with openssh, so allow it as dependhubertf1-2/+2
2000-09-24make lintpkgsrc operate on the right dir - with out -P, it goes forhubertf1-2/+2
/usr/pkgsrc instead of the current dir. Bad!
2000-09-24Fix (private) prototype of time(3), to make this compile on alpha.hubertf2-1/+15
2000-09-24Fix a few compile-time warnings.hubertf2-7/+46
Still doesn't work on Alpha.
2000-09-24find shared X libshubertf2-5/+15
2000-09-24Upgrade to v2.2.6, as requested by Tomasz Luchowski <zuntum@eik.pl>.hubertf2-4/+4
Changes: Version 2.2.6 - 2000-09-07 * compile fix for AIX (Gombas Gabor). * reformat EPLF even if modification time if absent (Matthias Andree). * russian translation updated (Alexander Lukyanov). * deutsch translation updated (Moritz Moeller-Herrmann). * french translation included (Nicolas Noble). Version 2.2.5 - 2000-07-31 * fixed coredump on completion and globbing on empty directory or when directory listing cannot be completely parsed. * fixed coredump on FreeBSD in `mirror -x/-i'. * fixed coredump on ^V^C^C keyboard sequence. * Spanish translation updated. Version 2.2.4 - 2000-07-12 * fixed chmod and removing old directories in `mirror -R'. * fixed a deadlock in `pget'. * fixed a compile problem in Http.cc. * italian translation updated. Version 2.2.3 - 2000-06-08 * cmd:prompt is now sensitive to TERM variable, e.g. cmd:prompt/xterm. * fixed: send un-localized Last-Modified in http PUT request. * fixed bug in file:/ accessing (which caused hang). * fixed buffer allocation in http. * fixed symlink handling in hftp squid listing. * fixed rare spinning in ascii mode.
2000-09-24 * This pkg actually works better without ncurses than with(!)hubertf4-10/+28
(ncurses wasn't found, and if it was made to find it, the screen attributes were not as good as with our in-tree curses) * Install samples & docs
2000-09-24add -Wl,-R...hubertf2-11/+11
2000-09-23upgrade to 9/23 snapshot.itojun5-16/+20
changes: lots of stabilization (made during interop tests with bunch of other implementations), certificate support improvement, security issue fix (admin tcp port, without authentication, was open previously)
2000-09-22Update pkglint to 2.24:abs2-84/+113
lintpkgsrc tried to break DEPENDS up into a packagename and version section, so if the version did not match it could lookup the matching packages and suggest valid versions. Unfortunately this excessive helpfulness meant globs that cover both sides such as 'perl-{5.0*,5.6.0nb2,base-5.[6-9]*}' gave it a certain degree of indigestion. It also didn't handle the '.if ${BINNAME} != common' correctly in www/ns-plugger-common/Makefile. I believe now that any outstanding -i or -d warnings are genuine...
2000-09-22Mention support of "NetBSD-m68k" in comment and correct a typo.tron1-3/+3
2000-09-22Make this package work in environment where X11 and Motif isminoura3-6/+7
installed in non-standard directories, typically with xpkgwedge. Reviewed by hubertf.
2000-09-22What do you know... this builds on m68k/1.4.3.fredb1-2/+2
2000-09-21Print pkgs with no dependencies as depending on themselves, as theyhubertf1-10/+17
don't get built.
2000-09-21Make this build under NetBSD-alpha.tron2-1/+16
2000-09-21Install rc.d control script as "pgsql" instead of "pgsql.sh" to comply withjlam3-7/+10
how NetBSD's rc.d system interprets script names. Also add appropriate REQUIRE and PROVIDE sections to allow direct use in NetBSD's rc.d system.
2000-09-21pkglint:abs2-13/+7
lintpkgsrc - fix :S modifier behaviour - broken in last commit
2000-09-21Add patch for s|/usr/X11R6|${X11BASE}| from Minoura Makoto <minoura@netbsd.org>.sakamoto2-1/+40
2000-09-20Add 'mps' as a convenience short-hand for 'makepatchsum'hubertf1-1/+2
2000-09-20Test to see if there's a ${DISTDIR}/vulnerabilities file before tryingagc1-5/+11
to access it at root-install time. Fixes a problem reported by Michael Graff and Johnny Lam.
2000-09-20Fix y2k bug in 'cmail'hubertf2-1/+21
Reported in PR 11048 by Chris Pinnock <C.J.E.Pinnock@qmw.ac.uk>.
2000-09-20lintpkgsrc:abs2-19/+47
Rework substitution handling to correctly deal with ${DISTNAME:S/-/-gnome-/:S/$/nb1/} and friends. I remember being in something of a hurry when that code was fist written. Slight cleanup to not completely blow up on DEPENDS such as perl-{5.0*,5.6.0nb2,base-5.[6-9]*}, though we still do not handle globbing that includes packagename and version. Update to 2.22
2000-09-20Make the rc.d control script less verbose/redundant in its messages.jlam1-2/+8
2000-09-20Install rc.d control script as "foo" instead of "foo.sh" to comply withjlam15-25/+36
how NetBSD's rc.d system interprets script names. Also add appropriate REQUIRE and PROVIDE sections to allow direct use in NetBSD's rc.d system.
2000-09-20Add missing rc.d scriptjlam1-1/+2
2000-09-20Install rc.d control script as "sshd" instead of "sshd.sh" to comply withjlam9-15/+21
how NetBSD's rc.d interprets script names. Also add REQUIRE and PROVIDE sections to control scripts so they can be used directly in NetBSD's rc.d system.
2000-09-20Fix bug that only seems to happen with fvwm2 if "NoHandles" is usedhubertf2-1/+15
on rxvt windows. Patch contributed by Geoff Wing <gcw@rxvt.org> in private mail, and will be part of next rxvt release.
2000-09-20sslwrap, a wrapper to put around various services like pop, imap, etc.explorer6-0/+67
2000-09-19Configure with option "--with-included-gettext" to avoid building antron1-1/+2
useless "libintl" if the "gettext" package is already installed. Fix provided by Olaf 'Rhialto' Seibert in PR pkg/11039.
2000-09-19Install the binary for this package as mode 550, and disable theagc10-155/+64
-w option, to avoid any compromises due to reported buffer overflow exploits, reported in ntop<=1.0 remote-root-shell http://www.securityfocus.com/advisories/2520 Also, upgrade to 1.1 on the distribution site, as the old distfile is no longer there, and 1.1 incorporates all the old patches in the pkgsrc version bar one minor one (passing CPPFLAGS into Makefile.in for the build environment).
2000-09-19Add the glue for showing any security vulnerabilities to the README.htmlagc2-10/+46
files.
2000-09-19Add and enable audit-packagesagc1-1/+2
2000-09-19Initial import of a package to scan a vulnerability list, looking foragc6-0/+66
installed packages which are insecure and open to exploitation. The original idea came from Roland Dowdeswell and Bill Sommerfeld, quite independently, the unorthodox implementation by me. This package contains two scripts: (1) download-vulnerability-list, which downloads a list of vulnerable packages from the NetBSD ftp server, and (2) audit-packages, which scans all the packages installed on the local machine, looking for packages which are vulnerable.
2000-09-19fix imap uw's exact pkg versionhubertf1-2/+2
2000-09-19This package now needs the imap-uw pkghubertf1-2/+3
2000-09-19Use IMAP c-client libs from imap-uw package.hubertf8-88/+121
Fixes security problem describe at http://www.securityfocus.com/advisories/2646
2000-09-19Update to 4.7rc6 ("2000" release candidate)hubertf8-47/+70
Fixes a security problem in folder handling described in http://www.securityfocus.com/advisories/2646 Will be used by upcoming pine-pkg
2000-09-19Sliders go from 0 to 255 on NetBSD, not 0 to 100. Correct spelling --fredb4-118/+175
non-existent widget type was making the "-debug" output unreadable.
2000-09-18Add -Wl,-R option for qt1 libraries.skrll1-1/+2
2000-09-18Use pkgsrc libtool not internal one.skrll3-2/+21
Make nessus-config --libs output -Wl,-R...
2000-09-18Add patches created by Matthew Green for a new command line option "-t":tron5-1/+120
Don't use the termcap ti and te sequences when starting and exiting. With this option enabled scrolling back in a xterm window works again.
2000-09-18sam has moved from plan9 to editors - refer to it under its new locationabs1-3/+3
2000-09-18Update bind9 to 9.0.0 (release version) as requested by hubertf to get thisrh2-4/+4
in before the 1.5 release. Changes are bugfixes only.
2000-09-18"-lXt" -> "-lXt -lSM -lICE", for a.out/m68k. Closes PR pkg/9971.fredb3-7/+7
2000-09-18Finnish keyboard by default? Such violates the Principle of Least Surprise.fredb1-2/+2
Make "US" the default. Addresses PR pkg/8312.
2000-09-17 * Put architecture into summary mailhubertf1-3/+3
* Prefix every line of the build's output with the architecture, so it's easy to see at a glance which architecture you have scrolling by in front of you
2000-09-17Read FTPHOST from config filehubertf1-1/+2