summaryrefslogtreecommitdiff
path: root/shells/scponly
AgeCommit message (Collapse)AuthorFilesLines
2010-05-07Bump PKGREVISION to reflect the recent change in pkginstall/shells to usejmmv1-1/+2
etcutils to update /etc/shells.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-06+PKG_DESTDIR_SUPPORT= user-destdirsnj3-10/+12
2008-04-29Update scponly to 4.8.snj2-9/+9
Changes since 4.3: - fix support for quota and passwd when running within the chroot (exec pre-chroot) - disallow rsync and svnserve from being run as daemons that listen on a port - switch to getopt_long for command processing, use getopt for sftp-server, svnserve, and quota - abort processing on commands that require getopt when getopt is not available - switched to slightly optimized and more compact debug code - fix unison support within chroots - fix for unison command execution bug - allow multiple users with the same uid using USER environment variable - added missing semicolon to helper.c - fixes the configure.in script to not define HAVE_OPTRESET, not even to a value of 0 - fixes that hopefully improve the optarg compilation situation - UNISON $HOME environment fix - fixes to setup_chroot.sh/in
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-28Update to 4.3, which fixes two security issues.snj2-6/+6
Note that scp compatibility is now disabled and that the only recommended way of using scponly is with sftp.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-16/+16
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05Update to 4.1, which brings numerous bugfixes.snj3-25/+25
While here, apply a patch from Eric Schnoebelen in PR pkg/31114 to fix a bogus reference to id.
2005-09-20Teach the +SHELLS helper script to not create an /etc/shells file ifjlam1-2/+2
one doesn't exist. From now on, we only add the listed PKG_SHELL to the /etc/shells file if it already exists. This fixes PR pkg/27162.
2005-07-29* Separate out the shell registration into a separately unpacked scriptjlam1-2/+2
+SHELL. * Turn PKG_REGISTER_SHELLS into a variable that can be set in the shell environment so that admins can make a choice when installing from binary packages. * PKG_SHELL is now a list of paths, and if the path is relative, then it is taken to be relative to ${PREFIX}. Convert packages that set PKG_SHELL to take advantage of this new feature by changing the full paths to the shells into relative paths.
2005-06-24Change the CONFIGURE_ENV where possible to use the variables users arekristerw1-13/+14
supposed to set, rather than the autoconf cache variables.
2005-06-23Prevent paths to the build directories from being included in the package.kristerw1-1/+16
Bump PKGREVISION.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-20Kill some hardcoded UID, GID, and mode settings that were being passed tosnj2-9/+11
${INSTALL}. This should fix the problem seen in minskim's Linux bulk build.
2005-01-28Initial import of scponly-4.0, a tiny shell that only permits scp and sftp.snj5-0/+64