Up to [cvs.NetBSD.org] / pkgsrc / security / openssh+gssapi
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.43, Tue Mar 25 13:44:00 2008 UTC (14 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cube-native-xorg-base,
cube-native-xorg,
HEAD
Changes since 1.42: +1 -1
lines
FILE REMOVED
Remove openssh+gssapi. It has security problems for a long time now. Removal was announced on pkgsrc-users on March 13.
Revision 1.42 / (download) - annotate - [select for diffs], Fri Jan 18 05:09:39 2008 UTC (15 years ago) by tnn
Branch: MAIN
Changes since 1.41: +2 -2
lines
Diff to previous 1.41 (colored)
Per the process outlined in revbump(1), perform a recursive revbump on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
Revision 1.41 / (download) - annotate - [select for diffs], Mon Nov 12 20:52:14 2007 UTC (15 years, 2 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.40: +2 -3
lines
Diff to previous 1.40 (colored)
Removed ftp7.usa.openbsd.org from MASTER_SITES, doesn't resolve anymore in DNS. Mentioned by Zafer Aydogan in PR pkg/37331.
Revision 1.40 / (download) - annotate - [select for diffs], Fri Sep 7 22:12:22 2007 UTC (15 years, 4 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.39: +2 -2
lines
Diff to previous 1.39 (colored)
Convert packages that test and use USE_INET6 to use the options framework and to support the "inet6" option instead. Remaining usage of USE_INET6 was solely for the benefit of the scripts that generate the README.html files. Replace: BUILD_DEFS+= USE_INET6 with BUILD_DEFS+= IPV6_READY and teach the README-generation tools to look for that instead. This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code to continue to support USE_INET6 for pkgsrc-wip until it has been nuked from there as well.
Revision 1.39 / (download) - annotate - [select for diffs], Wed Jul 4 20:54:57 2007 UTC (15 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.38: +4 -1
lines
Diff to previous 1.38 (colored)
Make it easier to build and install packages "unprivileged", where the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
Revision 1.38 / (download) - annotate - [select for diffs], Thu Feb 22 19:27:08 2007 UTC (15 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.37: +3 -3
lines
Diff to previous 1.37 (colored)
Whitespace cleanup, courtesy of pkglint. Patch provided by Sergey Svishchev in private mail.
Revision 1.37 / (download) - annotate - [select for diffs], Wed Jul 5 20:53:11 2006 UTC (16 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.36: +8 -5
lines
Diff to previous 1.36 (colored)
Depend on security/kth-krb4 to make this build on NetBSD-current (where kerberosIV was removed). Bump PKGREVISION for dependency change.
Revision 1.36 / (download) - annotate - [select for diffs], Sun Jun 4 14:56:37 2006 UTC (16 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.35: +1 -3
lines
Diff to previous 1.35 (colored)
Remove OPENSSH_GID and OPENSSH_UID, it happened to work before, since those are the values in NetBSD. In reality, they haven't been used for ages though.
Revision 1.35 / (download) - annotate - [select for diffs], Tue May 9 17:58:33 2006 UTC (16 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
PKG_GROUPS should now only contain the group name because group IDs are specified with PKG_GID.<group>.
Revision 1.34 / (download) - annotate - [select for diffs], Sun Apr 23 00:12:41 2006 UTC (16 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.33: +8 -3
lines
Diff to previous 1.33 (colored)
Modify packages that set PKG_USERS and PKG_GROUPS to follow the new syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
Revision 1.33 / (download) - annotate - [select for diffs], Tue Mar 14 01:14:33 2006 UTC (16 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.32: +1 -3
lines
Diff to previous 1.32 (colored)
Modify the pkginstall framework so that it manages all aspects of INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
Revision 1.32 / (download) - annotate - [select for diffs], Mon Feb 20 23:03:00 2006 UTC (16 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
Fix config file handling. Bump PKGREVISION.
Revision 1.31 / (download) - annotate - [select for diffs], Thu Dec 29 06:22:10 2005 UTC (17 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.30: +1 -2
lines
Diff to previous 1.30 (colored)
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
Revision 1.30 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:18 2005 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.29: +6 -6
lines
Diff to previous 1.29 (colored)
Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS.
Revision 1.29 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:57 2005 UTC (17 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.28: +4 -4
lines
Diff to previous 1.28 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for 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
Revision 1.28 / (download) - annotate - [select for diffs], Fri Oct 7 17:43:29 2005 UTC (17 years, 3 months ago) by reed
Branch: MAIN
Changes since 1.27: +1 -5
lines
Diff to previous 1.27 (colored)
Remove MANDIR usage in PLIST (like I did for openssh package in July). And remove CONFIGURE_ARGS for --mandir as this is now done for GNU_CONFIGURE.
Revision 1.27 / (download) - annotate - [select for diffs], Tue Aug 23 11:48:51 2005 UTC (17 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
The real user name in PKG_USERS does not need to be escaped with double backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
Revision 1.26 / (download) - annotate - [select for diffs], Fri Aug 19 18:12:38 2005 UTC (17 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.25: +3 -8
lines
Diff to previous 1.25 (colored)
Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
Revision 1.25 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:19 2005 UTC (17 years, 6 months ago) by jlam
Branch: MAIN
Changes since 1.24: +2 -4
lines
Diff to previous 1.24 (colored)
Get rid of USE_PERL5. The new way to express needing the Perl executable around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
Revision 1.24 / (download) - annotate - [select for diffs], Wed Jun 1 20:08:01 2005 UTC (17 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.23: +3 -3
lines
Diff to previous 1.23 (colored)
Remove mk/autoconf.mk and mk/automake.mk and replace their usage with USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
Revision 1.23 / (download) - annotate - [select for diffs], Tue May 31 11:24:33 2005 UTC (17 years, 8 months ago) by dillo
Branch: MAIN
Changes since 1.22: +4 -4
lines
Diff to previous 1.22 (colored)
Rename option PAM to pam (so all options are lower case). Backwards compatibility provided via PKG_OPTIONS_LEGACY_OPTS.
Revision 1.22 / (download) - annotate - [select for diffs], Thu Apr 28 14:11:13 2005 UTC (17 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.21: +2 -1
lines
Diff to previous 1.21 (colored)
Add CONFLICTS with lsh (common man page).
Revision 1.21 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:14 2005 UTC (17 years, 9 months ago) by tv
Branch: MAIN
Changes since 1.20: +1 -2
lines
Diff to previous 1.20 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.20 / (download) - annotate - [select for diffs], Mon Feb 7 11:35:47 2005 UTC (17 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.19: +7 -3
lines
Diff to previous 1.19 (colored)
Instantly deprecate USE_PAM from pkgsrc as its value is being set from within NetBSD-current's bsd.own.mk, which conflicts with its usage in pkgsrc. The package that use USE_PAM have been converted to use the bsd.options.mk framework. This should fix PR pkg/29257.
Revision 1.19 / (download) - annotate - [select for diffs], Fri Jan 14 05:15:40 2005 UTC (18 years ago) by jlam
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Create a pam.buildlink3.mk file that is used by PAM-using packages. It includes the correct buildlink3.mk file from either Linux-PAM (security/PAM) or OpenPAM (security/openpam) and eventually will support solaris-pam. pam.buildlink3.mk will: * set PAMBASE to the base directory of the PAM files; * set PAM_TYPE to the PAM implementation used. There are two variables that can be used to tweak the selection of the PAM implementation: PAM_DEFAULT is a user-settable variable whose value is the default PAM implementation to use. PAM_ACCEPTED is a package-settable list of PAM implementations that may be used by the package. Modify most packages that include PAM/buildlink3.mk to include pam.buildlink3.mk instead.
Revision 1.18 / (download) - annotate - [select for diffs], Tue Dec 28 02:47:49 2004 UTC (18 years, 1 month ago) by reed
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
The default location of the pkgsrc-installed rc.d scripts is now under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
Revision 1.17 / (download) - annotate - [select for diffs], Sun Oct 3 00:18:11 2004 UTC (18 years, 4 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Revision 1.16 / (download) - annotate - [select for diffs], Tue Jun 15 18:44:57 2004 UTC (18 years, 7 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.15: +0 -0
lines
Diff to previous 1.15 (colored)
Resurrect openssh+gssapi per request of jwise@.
Revision 1.15, Tue Jun 1 21:50:37 2004 UTC (18 years, 8 months ago) by kristerw
Branch: MAIN
Changes since 1.14: +1 -1
lines
FILE REMOVED
Remove obsolete packages, per discussion on tech-pkg.
Revision 1.14 / (download) - annotate - [select for diffs], Tue May 11 04:40:59 2004 UTC (18 years, 8 months ago) by snj
Branch: MAIN
Changes since 1.13: +7 -7
lines
Diff to previous 1.13 (colored)
Convert to buildlink3.
Revision 1.13 / (download) - annotate - [select for diffs], Tue Apr 27 19:08:36 2004 UTC (18 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.12: +1 -5
lines
Diff to previous 1.12 (colored)
Don't support the updating the in-tree openssh via pkgsrc. pkgsrc really has no business trying to update parts of the base system.
Revision 1.12 / (download) - annotate - [select for diffs], Fri Apr 23 22:07:58 2004 UTC (18 years, 9 months ago) by reed
Branch: MAIN
Changes since 1.11: +1 -3
lines
Diff to previous 1.11 (colored)
mk/bsd.pkg.install.mk now automatically registers the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
Revision 1.11 / (download) - annotate - [select for diffs], Fri Mar 26 02:27:53 2004 UTC (18 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
PKGREVISION bump after openssl-security-fix-update to 0.9.6m. Buildlink files: RECOMMENDED version changed to current version.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Feb 7 23:58:49 2004 UTC (18 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Don't set LD=${CC} globally, but only pass it to CONFIGURE_ENV, which is the only relevant place that wants it.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Sep 17 14:27:03 2003 UTC (19 years, 4 months ago) by jwise
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Update for _new_ new OpenSSH patch, bump pkgrevision. ``Oops, they did it again.''
Revision 1.8 / (download) - annotate - [select for diffs], Tue Sep 16 18:15:26 2003 UTC (19 years, 4 months ago) by jwise
Branch: MAIN
Changes since 1.7: +3 -4
lines
Diff to previous 1.7 (colored)
Apply security patch for OpenSSH-3.6.1p2 recently released by openssh team. PKGREVISION bump, and BROKEN= removed. While there, fix Solaris short pkg name.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Sep 16 14:05:47 2003 UTC (19 years, 4 months ago) by jwise
Branch: MAIN
Changes since 1.6: +3 -1
lines
Diff to previous 1.6 (colored)
Mark this package as broken until an updated version of the openssh+gssapi patch is available, as OpenSSH-3.6.1p2 contains another buffer overflow.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Sep 11 04:13:01 2003 UTC (19 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.5: +1 -4
lines
Diff to previous 1.5 (colored)
Garbage-collect USE_OPENSSL_VERSION now that openssl/buildlink2.mk supports just setting BUILDLINK_DEPENDS.openssl. USE_OPENSSL_VERSION wasn't actually needed here anyway since the minimum version allowed by openssl/buildlink2.mk exceeded the version requested here.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Aug 30 22:51:37 2003 UTC (19 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.4: +3 -1
lines
Diff to previous 1.4 (colored)
Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Aug 5 15:44:46 2003 UTC (19 years, 6 months ago) by jwise
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
We need explicit -lcrypto on -current (at least with gcc3), and it does no harm on older versions, so bring it in explicitly.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Aug 1 03:21:02 2003 UTC (19 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
This needs to define KERBEROS or the section which adds the right libraries never gets included and nothing links.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 24 21:06:26 2003 UTC (19 years, 6 months ago) by jwise
Branch: MAIN
Changes since 1.1: +6 -2
lines
Diff to previous 1.1 (colored)
Make difference between this package and ../openssh clearer in DESCR and COMMENT, and add comment to Makefile explaining why we copy, rather than source, files from ../openssh.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Jul 24 21:01:23 2003 UTC (19 years, 6 months ago) by jwise
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import package for openssh+gssapi, which is openssh-3.6.1p2 with version 20030430 of the GSSAPI patches from http://www.sxw.org.uk/computing/patches/openssh.html . From the site: The patches on this page are concerned with adding support for authenticating users via their Kerberos credentials, and allowing authenticated users to forward their credentials to a remote machine over ssh. These patches are against various versions of the OpenSSH portable code. SSH has both a legacy protocol version 1, and a newer, protocol version 2 (which is being standardised in the IETF). Techniques exist for performing Kerberos authentication over both protocols, and GSSAPI authentication over protocol version 2. In this package standard ssh support for kerberos versions 4 and 5 is kept for version 1 of the ssh protocol (openssh does not support kerberos 4 in ssh protocol version 2). These patches, which provide a much more thorough implementation of kerberos 5 support than that shipped with openssh, are pkg'ed here with an eye toward evaluation of their usefullness for inclusion in the base os.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 24 21:01:23 2003 UTC (19 years, 6 months ago) by jwise
Branch: MAIN
Initial revision