summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
...
* update versions in .spec filesV_7_7_P1Damien Miller2018-04-022-2/+2
|
* Remove remaining now-obsolete cvs $Ids.Darren Tucker2018-02-154-5/+0
|
* Add changelog entry for binary strip change.Darren Tucker2018-02-101-0/+2
|
* Don't strip binaries so debuginfo gets built.Darren Tucker2018-02-101-3/+4
| | | | | Tell install not to strip binaries during package creation so that the debuginfo package can be built.
* Fix bogus dates in changelog.Darren Tucker2018-02-101-2/+2
|
* Remove SSH1 from description.Darren Tucker2018-02-101-1/+2
|
* Add support for compat-openssl10 build dep.Darren Tucker2018-02-101-1/+12
|
* Add leading zero so it'll work when rhel not set.Darren Tucker2018-02-101-1/+1
| | | | | | When rhel is not set it will error out with "bad if". Add leading zero as per https://fedoraproject.org/wiki/Packaging:DistTag so it'll work on non-RHEL.
* Update openssl-devel dependency.Darren Tucker2018-02-101-1/+5
|
* Add mandir with-mandir' for RHEL 5 compatibility.nkadel2018-02-101-0/+3
| | | | | Activate '--mandir' and '--with-mandir' settings in setup for RHEL 5 compatibility.
* Discard 'K5DIR' reporting.nkadel2018-02-101-5/+1
| | | | It does not work inside 'mock' build environment.
* Add 'dist' to 'rel' for OS specific RPM names.nkadel2018-02-101-1/+2
|
* Add openssh-devel >= 0.9.8f for redhat spec file.nkadel2018-02-101-3/+11
|
* Enhance BuildRequires for openssh-x11-askpass.nkadel2018-02-101-1/+8
|
* Always include x11-ssh-askpass SRPM.nkadel2018-02-101-2/+3
| | | | Always include x11-ssh-askpass tarball in redhat SRPM, even if unused.
* Replace mkinstalldirs with mkdir -p.Darren Tucker2017-12-011-5/+6
| | | | | | Check for MIKDIR_P and use it instead of mkinstalldirs. Should fix "mkdir: cannot create directory:... File exists" during "make install". Patch from eb at emlix.com.
* Remove RSA1 host key generation.Darren Tucker2017-12-012-18/+0
| | | | | SSH1 support is now gone, remove SSH1 key generation. Patch from eb at emlix.com.
* sync contrib/ssh-copy-id with upstreamDamien Miller2017-10-011-4/+11
|
* update version in RPM spec filesDamien Miller2017-10-012-2/+2
|
* Update link for my patches.Darren Tucker2017-06-291-1/+1
|
* crank version numbersDamien Miller2017-03-202-2/+2
|
* Adapt Cygwin config script to privsep knob removalDamien Miller2017-03-161-34/+9
| | | | Patch from Corinna Vinschen.
* crank version numbers for releaseV_7_4_P1Damien Miller2016-12-192-2/+2
|
* Add a gnome-ssh-askpass3 target for GTK+3 versionDamien Miller2016-12-061-1/+6
| | | | Based on patch from Colin Watson via bz#2640
* Make gnome-ssh-askpass2.c GTK+3-friendlyDamien Miller2016-12-061-17/+19
| | | | Patch from Colin Watson via bz#2640
* Update links to https.Darren Tucker2016-10-212-3/+3
| | | | | www.openssh.com now supports https and ftp.openbsd.org no longer supports ftp. Make all links to these https.
* crank version numbersDamien Miller2016-07-242-2/+2
|
* Add missing ssh-host-config --name optionDarren Tucker2016-05-301-0/+1
| | | | Patch from vinschen@redhat.com.
* remove slogin from *.specDamien Miller2016-03-152-4/+0
|
* Quote variables that may contain whitespace.Darren Tucker2016-03-141-5/+5
| | | | | | The variable $L_TMP_ID_FILE needs to be surrounded by quotes in order to survive paths containing whitespace. bz#2551, from Corinna Vinschen via Philip Hands.
* update spec/README versions ahead of releaseDamien Miller2016-02-232-2/+2
|
* sync ssh-copy-id with upstream 783ef08b0a75Damien Miller2016-02-162-18/+40
|
* bump version numbersDamien Miller2016-01-272-2/+2
|
* Increase robustness of redhat/openssh.specDarren Tucker2015-12-151-3/+2
| | | | | | | | - remove configure --with-rsh, because this option isn't supported anymore - replace last occurrence of BuildPreReq by BuildRequires - update grep statement to query the krb5 include directory Patch from CarstenGrohmann via github, ok djm.
* fix URL for connect.cDamien Miller2015-08-211-1/+1
|
* update version numbers for 7.1Damien Miller2015-08-212-2/+2
|
* update versions in *.specDamien Miller2015-08-112-2/+2
|
* crank version numbers for releaseDamien Miller2015-07-012-2/+2
|
* update version numbers to match version.hDamien Miller2015-03-042-2/+2
|
* include CFLAGS in gnome askpass targetsDamien Miller2014-12-181-2/+2
| | | | from Fedora
* Avoid Cygwin ssh-host-config reading /etc/groupDamien Miller2014-11-261-4/+1
| | | | Patch from Corinna Vinschen
* allow custom service name for sshd on CygwinDamien Miller2014-11-261-6/+13
| | | | | | Permits the use of multiple sshd running with different service names. Patch by Florian Friesdorf via Corinna Vinschen
* Prepare scripts for next Cygwin releaseDamien Miller2014-11-052-22/+11
| | | | | | | | | Makes the Cygwin-specific ssh-user-config script independent of the existence of /etc/passwd. The next Cygwin release will allow to generate passwd and group entries from the Windows account DBs, so the scripts have to adapt. from Corinna Vinschen
* delete contrib/caldera directoryDamien Miller2014-10-074-534/+0
|
* - (djm) [contrib/cygwin/ssh-host-config] Fix old code leading toDamien Miller2014-09-031-32/+0
| | | | permissions/ACLs; from Corinna Vinschen
* - (djm) [contrib/cygwin/README] Correct build instructions; from CorinnaDamien Miller2014-08-201-1/+1
|
* - (djm) [INSTALL contrib/caldera/openssh.spec contrib/cygwin/README]Damien Miller2014-08-194-8/+2
| | | | | [contrib/redhat/openssh.spec contrib/suse/openssh.spec] Remove mentions of TCP wrappers.
* - (djm) [README contrib/caldera/openssh.spec]Damien Miller2014-08-103-4/+4
| | | | [contrib/redhat/openssh.spec contrib/suse/openssh.spec] Update versions
* - (djm) [contrib/cygwin/ssh-host-config] Updated Cygwin ssh-host-configDamien Miller2014-05-271-64/+102
| | | | | from Corinna Vinschen, fixing a number of bugs and preparing for Cygwin 1.7.30.
* - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]Damien Miller2014-02-283-4/+4
| | | | [contrib/suse/openssh.spec] Crank version numbers