summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-06-27Fix mistake in last commit.jtb2-6/+8
2002-06-27+ Update from 1.112 to 2.0.3 (from FreeBSD's cvsweb / local-ports).lukem5-23/+87
Notable changes: - cross site scripting fixes - html & perl cleanups - add config vars: @ForbiddenFiles, $allow_log_extra, $allow_dir_extra, $allow_source_extra + Add local patches to change location of latest version of cvsweb and to not display the address section if $address == "".
2002-06-27add /usr/pkg/etc/ssh to the targetitojun1-2/+2
2002-06-27add POST-INSTALL warning if sshd configuration file is found in agrant3-4/+42
previous configuration directory. format MESSAGE consistently.
2002-06-27pass PKG_SYSCONFDIR when calling {PRE,POST}-INSTALL.grant1-3/+3
2002-06-27Only add RCD_SCRIPTS_DIR to MAKE_DIRS if RCD_SCRIPTS isn't empty.lukem1-2/+5
Prevents warning on deinstall "remove /etc/rc.d" if no rc.d scripts are provided for the package and PKG_CONFIG=no.
2002-06-27Regenerate.jtb1-1/+1
2002-06-27Don't call the times() function with the argument NULL.jtb1-2/+2
2002-06-26fix last correctly. Bump to libirman-0.4.1bnb5abs3-5/+5
2002-06-26Updated libirman to 0.4.1bnb4:abs7-33/+50
Fix incorrect free() usage and writing past the end of a malloc()ed string
2002-06-26Upgrade lsof pkg to 4.64. Notable changes from 00DIST are:atatat2-7/+7
4.64 June 26, 2002 ... Updated lsof's main() function to: 1) close all open file descriptors above 2 before starting; and 2) to set a non-interfering umask. Moved GET_MAX_FD test from misc.c to proto.h, so that main() could use it. Added multiple-include protection to proto.h. ... At the suggestion of Manuel Bouyer <bouyer@antioche.eu.org> switched NetBSD and OpenBSD lsof from using nlist() to using kvm_nlist(). Made the same change for BSDI, Darwin, and FreeBSD. ... Added nullfs support for FreeBSD, NetBSD, and OpenBSD at the request of Andrew Brown <atatat@atatdot.net>. ... Modified all readmnt() functions to ignore mounted-on directory names that don't begin with '/'. ... Tested on NetBSD 1.6A and OpenBSD 3.1. Also...make myself the maintainer since I keep updating this pkg (hi wiz).
2002-06-26Make this package compile on 1.6 and later - don't rename the derived yaccagc2-7/+13
header file to <basename>.h, keep it as y.tab.h
2002-06-26remove hypermail (now in mail/hypermail).grant1-2/+1
noted by Takahiro Kambe <taca at sky dot yamashina dot kyoto dot jp>.
2002-06-26iremove old, broken hypermail package.grant4-43/+0
updated package added by me in mail/hypermail.
2002-06-26remove old, broken hypermail package.grant4-87/+0
updated package added by me in mail/hypermail.
2002-06-26Regenerate patch checksums. (Hi Grant!)schmonz1-5/+5
2002-06-26if /usr/bin/rlog doesn't exist, then add a depends on devel/rcs for thedmcmahill1-1/+5
benefit of Darwin and Solaris. Noted in PR pkg/17401 by Pierre Bourgin.
2002-06-26add and enable glpkdmcmahill1-1/+2
2002-06-26import of glpk-3.0.7 provided in PR pkg/16691 by Kent Polk ↵dmcmahill4-0/+62
<kent@tiamat.goathill.org> with some changes and finishing of the package by me. GLPK is a set of routines written in ANSI C and organized in the form of a callable library. This package is intended for solving large-scale linear programming (LP), mixed integer linear programming (MIP), and other related problems. GLPK includes the following main components: * implementation of the primal/dual simplex method; * implementation of the primal-dual interior point method; * implementation of the branch-and-bound procedure (based on the dual simplex method); * application program interface (API); * GLPK/L, a modeling language intended for writing LP/MIP models; * GLPSOL, a stand-alone program intended for solving LP/MIP problems either prepared in the MPS format or written in the GLPK/L modeling language.
2002-06-26upgrade to 3.4p1 (openssh-3.4.0.1).itojun4-51/+6
20020626 - (stevesk) [monitor.c] remove duplicate proto15 dispatch entry for PAM - (bal) OpenBSD CVS Sync - markus@cvs.openbsd.org 2002/06/23 21:34:07 [channels.c] tcode is u_int - markus@cvs.openbsd.org 2002/06/24 13:12:23 [ssh-agent.1] the socket name contains ssh-agent's ppid; via mpech@ from form@ - markus@cvs.openbsd.org 2002/06/24 14:33:27 [channels.c channels.h clientloop.c serverloop.c] move channel counter to u_int - markus@cvs.openbsd.org 2002/06/24 14:55:38 [authfile.c kex.c ssh-agent.c] cat to (void) when output from buffer_get_X is ignored - itojun@cvs.openbsd.org 2002/06/24 15:49:22 [msg.c] printf type pedant - deraadt@cvs.openbsd.org 2002/06/24 17:57:20 [sftp-server.c sshpty.c] explicit (u_int) for uid and gid - markus@cvs.openbsd.org 2002/06/25 16:22:42 [authfd.c] unnecessary cast - markus@cvs.openbsd.org 2002/06/25 18:51:04 [sshd.c] lightweight do_setusercontext after chroot() - (bal) Updated AIX package build. Patch by dtucker@zip.com.au - (tim) [Makefile.in] fix test on installing ssh-rand-helper.8 - (bal) added back in error check for mmap(). I screwed up, Pointed out by stevesk@ - (tim) [README.privsep] UnixWare tip no longer needed. - (bal) fixed NeXTStep missing munmap() issue. It defines HAVE_MMAP, but it all damned lies. - (stevesk) [README.privsep] more for sshd pseudo-account. - (tim) [contrib/caldera/openssh.spec] add support for privsep - (djm) setlogin needs pgid==pid on BSD/OS; from itojun@ - (djm) OpenBSD CVS Sync - markus@cvs.openbsd.org 2002/06/26 08:53:12 [bufaux.c] limit size of BNs to 8KB; ok provos/deraadt - markus@cvs.openbsd.org 2002/06/26 08:54:18 [buffer.c] limit append to 1MB and buffers to 10MB - markus@cvs.openbsd.org 2002/06/26 08:55:02 [channels.c] limit # of channels to 10000 - markus@cvs.openbsd.org 2002/06/26 08:58:26 [session.c] limit # of env vars to 1000; ok deraadt/djm - deraadt@cvs.openbsd.org 2002/06/26 13:20:57 [monitor.c] be careful in mm_zalloc - deraadt@cvs.openbsd.org 2002/06/26 13:49:26 [session.c] disclose less information from environment files; based on input from djm, and dschultz@uclink.Berkeley.EDU - markus@cvs.openbsd.org 2002/06/26 13:55:37 [auth2-chall.c] make sure # of response matches # of queries, fixes int overflow; from ISS - markus@cvs.openbsd.org 2002/06/26 13:56:27 [version.h] 3.4 - (djm) Require krb5 devel for RPM build w/ KrbV - (djm) Improve PAMAuthenticationViaKbdInt text from Nalin Dahyabhai <nalin@redhat.com> - (djm) Update spec files for release - (djm) Fix int overflow in auth2-pam.c, similar to one discovered by ISS - (djm) Release 3.4p1 20020625 - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh - (stevesk) [README.privsep] minor updates - (djm) Create privsep directory and warn if privsep user is missing during make install - (bal) Started list of PrivSep issues in TODO - (bal) if mmap() is substandard, don't allow compression on server side. Post 'event' we will add more options. - (tim) [contrib/caldera/openssh.spec] Sync with Caldera - (bal) moved aix_usrinfo() and noted not setting real TTY. Patch by dtucker@zip.com.au - (tim) [acconfig.h configure.ac sshd.c] BROKEN_FD_PASSING fix from Markus for Cygwin, Cray, & SCO 20020624 - OpenBSD CVS Sync - deraadt@cvs.openbsd.org 2002/06/23 03:25:50 [tildexpand.c] KNF - deraadt@cvs.openbsd.org 2002/06/23 03:26:19 [cipher.c key.c] KNF - deraadt@cvs.openbsd.org 2002/06/23 03:30:58 [scard.c ssh-dss.c ssh-rsa.c sshconnect.c sshconnect2.c sshd.c sshlogin.c sshpty.c] various KNF and %d for unsigned - deraadt@cvs.openbsd.org 2002/06/23 09:30:14 [sftp-client.c sftp-client.h sftp-common.c sftp-int.c sftp-server.c sftp.c] bunch of u_int vs int stuff - deraadt@cvs.openbsd.org 2002/06/23 09:39:55 [ssh-keygen.c] u_int stuff - deraadt@cvs.openbsd.org 2002/06/23 09:46:51 [bufaux.c servconf.c] minor KNF. things the fingers do while you read - deraadt@cvs.openbsd.org 2002/06/23 10:29:52 [ssh-agent.c sshd.c] some minor KNF and %u - deraadt@cvs.openbsd.org 2002/06/23 20:39:45 [session.c] compression_level is u_int - deraadt@cvs.openbsd.org 2002/06/23 21:06:13 [sshpty.c] KNF - deraadt@cvs.openbsd.org 2002/06/23 21:06:41 [channels.c channels.h session.c session.h] display, screen, row, col, xpixel, ypixel are u_int; markus ok - deraadt@cvs.openbsd.org 2002/06/23 21:10:02 [packet.c] packet_get_int() returns unsigned for reason & seqnr - (bal) Also fixed IPADDR_IN_DISPLAY case where display, screen, row, col, xpixel are u_int. 20020623 - (stevesk) [configure.ac] bug #255 LOGIN_NEEDS_UTMPX for AIX. - (bal) removed GNUism for getops in ssh-agent since glibc lacks optreset. - (bal) add extern char *getopt. Based on report by dtucker@zip.com.au - OpenBSD CVS Sync - stevesk@cvs.openbsd.org 2002/06/22 02:00:29 [ssh.h] correct comment - stevesk@cvs.openbsd.org 2002/06/22 02:40:23 [ssh.1] section 5 not 4 for ssh_config - naddy@cvs.openbsd.org 2002/06/22 11:51:39 [ssh.1] typo - stevesk@cvs.openbsd.org 2002/06/22 16:32:54 [sshd.8] add /var/empty in FILES section - stevesk@cvs.openbsd.org 2002/06/22 16:40:19 [sshd.c] check /var/empty owner mode; ok provos@ - stevesk@cvs.openbsd.org 2002/06/22 16:41:57 [scp.1] typo - stevesk@cvs.openbsd.org 2002/06/22 16:45:29 [ssh-agent.1 sshd.8 sshd_config.5] use process ID vs. pid/PID/process identifier - stevesk@cvs.openbsd.org 2002/06/22 20:05:27 [sshd.c] don't call setsid() if debugging or run from inetd; no "Operation not permitted" errors now; ok millert@ markus@ - stevesk@cvs.openbsd.org 2002/06/22 23:09:51 [monitor.c] save auth method before monitor_reset_key_state(); bugzilla bug #284; ok provos@
2002-06-26Use the correct SuSE emulation include file - this means thatagc1-2/+2
"make show-depends-dirs" works again.
2002-06-26Add & enable star.uebayasi1-1/+2
2002-06-26Initial import of Star 1.4.1. DESCR is written by the author, Joerg Schillinguebayasi4-0/+44
<schilling@fokus.gmd.de>. Star is a full-featured tar command that can access local and remote tar archives (files and tapes). It reads and writes POSIX compliant tar archives as well as non-POSIX GNU tar archives. Star is the first POSIX.1-2001 compliant tar implementation. It includes a FIFO for speed, a pattern matcher, multi-volume support, the ability to archive sparse files and ACLs and the ability to archive extended file flags. It supports utomatic archive format detection, automatic byte order recognition, automatic archivecompression/decompression. It includes the only known platform independent "rmt" server program that implements all Sun/GNU/Schily/BSD enhancements and allows any "rmt" client from any OS to contact any OS as server.
2002-06-26add expiry fields to passwd entryitojun1-2/+2
2002-06-26+ ensure that ${SCRIPT_NAME} contains full path of script (previouslylukem4-11/+357
the leading "cgi-bin/" was stripped) + convert '-' to '_' in ${HTTP_xxx} environment variable names, and ensure that the names are NUL terminated + lookup addr, host (unless -n) and port for every request, not just cgi requests, and log the host & port in "got request ..." message + fix -n to work as documented; set it to *prevent* addr->name lookups + document -n is useful even without -c + don't deref NULL pointers in printf %s + be consistent about stripping leading `/' from command + clean up how "cgi-bin/" prefix is hardcoded in + fix -Wall compile issues + bump package revision
2002-06-26Add Cups conditional PLIST entries.markd1-1/+16
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb72-312/+312
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26distfile changed on master siteabs1-3/+3
2002-06-26need -pitojun1-2/+2
2002-06-26use ${MKDIR}itojun1-2/+2
2002-06-26Add check.cjs1-1/+2
2002-06-26it works with openssl 0.9.5aitojun1-2/+2
>(OpenSSL 0.9.5a is partially supported, but some ciphers (SSH protocol 1 >Blowfish included) do not work correctly.)
2002-06-26Unit test package for the C language.cjs4-0/+52
2002-06-26avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl>itojun4-2/+223
correct bad practice in the code - it uses two changing variables to manage buffer (buf and buflen). we eliminate buflen and use fixed point (ep) as the ending pointer. this fix is critical.
2002-06-26Add hypermail.grant1-1/+2
2002-06-26Initial import of hypermail-2.1.4.grant4-0/+39
Hypermail is a program that takes a file of mail messages in UNIX mailbox format and generates a set of cross-referenced HTML documents. This version of hypermail has substantial support for attachments and for splitting archives into subdirectories. It also allows an administrator to customize the header and footers to match their local needs. This allows you to have hypermail facilities better integrated into your web site.
2002-06-26Update pkgtool/x11-links to version 0.8:jlam3-4/+16
Use _REQUIRE_BUILTIN_* to specify that the headers/libraries of some parts of X11 that are available from 3rd parties must be part of the standard X11 distribution or else their symlinks aren't installed as part of x11-links. This is to allow x11-links to contain all of the parts of the standard X11 distribution. The problem that prompted this is that newer releases of XFree86-4.x contain not just new libraries but new inter-library dependencies. Some of the X11 libraries present in XF86-4.x that were also in XF86-3.x now depend on libXpm.so or libfreetype.so, which, from a buildlink point-of-view, must also be found during the link phase when building software.
2002-06-26Add new private variables _REQUIRE_BUILTIN_* that can be used to specifyjlam2-6/+6
that the headers/libraries must be part of the standard X11 distribution or else they aren't symlinked into ${BUILDLINK_DIR}. These are meant to be used only by x11-links, and is to allow x11-links to contain all of the parts of the standard X11 distribution.
2002-06-26Give the parts of Mesa their own buildlink.mk files and have Mesa'sjlam4-28/+118
buildlink.mk simply include the others. This allows distributing the various tests for whether that part of Mesa is in the base X11R6 into the relevant buildlink.mk file.
2002-06-26Move eggdrop from net/ to chat/.kent16-405/+3
2002-06-26Re-import eggdrop as chat/eggdrop.kent14-0/+402
2002-06-25Make this package look more like net/samba, and do some minor tweaks to thejlam5-26/+16
wording in comments and the description.
2002-06-25Fix more kde_module/lib problems. The most obvious example of this was theskrll9-11/+150
"There was an error loading the module Navigation Panel." when loading konqueror.
2002-06-25It's OBJHOSTNAME, not OBJHOST.agc1-2/+2
2002-06-25Improve the patch to admin/am_edit. No affect for this pkg.skrll3-15/+24
2002-06-25Add patches to enable compression and privsep on platforms without MAP_ANONtoshii3-1/+46
(such as Solaris2.6). Patches are partly from itojun.
2002-06-25Allow to depend on ja-samba package as well as samba package.taca2-4/+4
2002-06-25Allow depend on ja-samba package as well as samba package.taca1-2/+2
2002-06-25Add and enable ja-samba package.taca1-1/+2
2002-06-25Importing ja-samba 2.2.2.1.1 package.taca23-0/+1539
This is modified version deveopled by Samba Users Group Japan. o I18N for SWAT. Select display language based on information supplied by Web browser. o L10N for Japanese. Support various use of Japanese name; share name, computer name, workgroup name, user name. Solve some problems when different version of Windows are mixed. Especially, vanilla samba dosen't support vendor depended characters completely. (Those characters are differently handled among Windows 95, Windows 98, Windows NT and something changed in Windows XP.) This cause practical problem on real world. o Some Bugfix go ahead to original samba. o Some original feature Supoprt a recycle bin. Currently it is samba 2.2.2 base, and they are developing newer version based on samba 2.2.4.