summaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Collapse)Author
2005-05-31Remove unnecessary SSH_KEYSIGN variable overrides.Colin Watson
2005-05-31Add lintian overrides for the above (setuid-binary, no-debconf-templates).Colin Watson
2005-05-31Since ssh-keysign isn't used by default (you need to set EnableSSHKeysignColin Watson
to "yes" in /etc/ssh/ssh_config), having a debconf question to ask whether it should be setuid is overkill, and the question text had got out of date anyway. Remove this question, ship ssh-keysign setuid in openssh-client.deb, and set a statoverride if the debconf question was previously set to false.
2005-05-31Change libexecdir to /usr/lib/openssh, and fix up various alternatives andColin Watson
configuration files to match (closes: #87900, #151321).
2005-05-30Take upstream's hint and disable the unsupported USE_POSIX_THREADSColin Watson
(closes: #295757, #308868, and possibly others; may open other bugs). Use PAM password authentication to avoid #278394. In future I may provide two sets of binaries built with and without this option, since it seems I can't win.
2005-05-25Don't build ssh-askpass-gnome on the Hurd, until GNOME is available toColin Watson
satisfy build-dependencies.
2005-05-25Hurd fixes:Colin Watson
- Link with -lcrypt. - Link with -lpthread rather than -pthread.
2005-05-25Drop workaround for #242462 on amd64; it's been fixed properly upstream.Colin Watson
2005-05-25Enable libedit support in sftp; build-depend on libedit-dev.Colin Watson
2005-05-25Merge 4.0p1 to the trunk.Colin Watson
2005-01-13Depend on debconf | debconf-2.0.Colin Watson
2005-01-04remove /usr/sbin from openssh-clientColin Watson
2004-12-01Build ssh in binary-indep, not binary-arch (thanks, LaMont Jones).Colin Watson
2004-11-12Merge from HEAD:Colin Watson
Enable threading for PAM, on Sam Hartman's advice (closes: #278394).
2004-10-24Forward-port from HEAD:Colin Watson
* Preserve /etc/ssh/sshd_config ownership/permissions (closes: #276754). * Shorten the version string from the form "OpenSSH_3.8.1p1 Debian 1:3.8.1p1-8.sarge.1" to "OpenSSH_3.8.1p1 Debian-8.sarge.1", as some SSH implementations apparently have problems with the long version string. This is of course a bug in those implementations, but since the extent of the problem is unknown it's best to play safe (closes: #275731). * debconf template translations: - Add Finnish (thanks, Matti Pöllä; closes: #265339). - Update Danish (thanks, Morten Brix Pedersen; closes: #275895). - Update French (thanks, Denis Barbier; closes: #276703). - Update Japanese (thanks, Kenshi Muto; closes: #277438).
2004-10-24Shorten the version string from the form "OpenSSH_3.8.1p1 DebianColin Watson
1:3.8.1p1-8.sarge.1" to "OpenSSH_3.8.1p1 Debian-8.sarge.1", as some SSH implementations apparently have problems with the long version string. This is of course a bug in those implementations, but since the extent of the problem is unknown it's best to play safe (closes: #275731).
2004-08-31Move sshd_config(5) to openssh-server, where it belongs.Colin Watson
2004-08-25Don't install the ssh-askpass-gnome .desktop file by default; I've had tooColin Watson
many GNOME people tell me it's the wrong thing to be doing. I've left it in /usr/share/doc/ssh-askpass-gnome/examples/ for now.
2004-08-02Add copyright file to transitional ssh package.Colin Watson
2004-07-31* Split the ssh binary package into openssh-client and openssh-serverColin Watson
(closes: #39741). openssh-server depends on openssh-client for some common functionality; it didn't seem worth creating yet another package for this. * New transitional ssh package, depending on openssh-client and openssh-server. May be removed once nothing depends on it. * When upgrading from ssh to openssh-{client,server}, it's very difficult for the maintainer scripts to find out what version we're upgrading from without dodgy dpkg hackery. I've therefore taken the opportunity to move a couple of debconf notes into NEWS files, namely ssh/ssh2_keys_merged and ssh/user_environment_tell. * In general, upgrading to this version directly from woody without first upgrading to the version in sarge is not currently guaranteed to work very smoothly due to the aforementioned version discovery problems.
2004-07-30Merge from MAIN:Colin Watson
cvs up -jV_3_8_1_P1-4 -jV_3_8_1_P1-8
2004-07-22Re-enable shadow password support in openssh-server-udeb, at BastianColin Watson
Blank's request (closes: #260800).
2004-07-21Make isinstallable executable.Colin Watson
2004-07-19Implement hack in http://lists.debian.org/debian-boot/2004/07/msg01207.htmlColin Watson
to get openssh-client-udeb to show up as a retrievable debian-installer component.
2004-07-10Add scp and sftp to openssh-client-udeb. It might not be very 'u' any more;Colin Watson
oh well.
2004-06-22Disable shadow password support in openssh-server-udeb.Colin Watson
2004-05-20Add ssh-keygen to openssh-server-udeb.Colin Watson
2004-05-20Don't link against libnsl in udeb builds.Colin Watson
2004-05-20Restore ssh-askpass-gnome binary, lost by mistake.Colin Watson
2004-05-11Work around lack of res_query weak alias in libresolv on amd64 (seeColin Watson
#242462, awaiting real fix upstream).
2004-05-11Add openssh-client-udeb and openssh-server-udeb binary packages for use inColin Watson
debian-installer. They still need libnss_files to be supplied in udeb form by glibc.
2004-05-01Add .desktop file and icon for ssh-askpass-gnome (closes: #232333).Colin Watson
2004-04-29Remove /usr/share/doc/ssh/RFC.gz from the ssh binary package (although it'sColin Watson
still in the source, so this only addresses part of #211640 rather than closing it). It isn't DFSG-free and only documents the obsolete SSH1 protocol, not to mention that it was never a real RFC but only an Internet-Draft. It's available from http://www.free.lp.se/bamse/draft-ylonen-ssh-protocol-00.txt if you want it for some reason.
2004-04-04Some older kernels are missing setresuid() and setresgid(), so don't try toColin Watson
use them. setreuid() and setregid() will do well enough for our purposes (closes: #239999).
2004-03-28Build everything apart from contrib in a subdirectory, to allow forColin Watson
multiple builds.
2004-03-05Remove a few line breaks that were awkwardly placed and just made it harderColin Watson
to grep for things.
2004-02-22I'm not sure where the need to define __FILE_OFFSET_BITS (as opposed toColin Watson
_FILE_OFFSET_BITS) came from, but it doesn't seem to be necessary any more. Remove it.
2003-11-16Merge from branch-V_3_6_1_P2-7-unstable:Colin Watson
cvs up -jV_3_6_1_P2-9 -jV_3_6_1_P2-10
2003-11-16Fix code handling /etc/pam.d/ssh backports to woody so that it actuallyColin Watson
works, and so that it survives repeated runs of 'debian/rules binary'.
2003-11-15Implement New World Order for PAM configuration, includingColin Watson
/etc/pam.d/common-* from /etc/pam.d/ssh (closes: #212959). Add more commentary to /etc/pam.d/ssh.
2003-09-23Remove -fno-builtin-log and -DHAVE_MMAP_ANON_SHARED compiler options, whichColin Watson
are no longer necessary.
2003-09-01Use a more CVS-friendly means of setting SSH_VERSION.Colin Watson
2003-09-01Debian release 3.6.1p2-4.Colin Watson
2003-09-01Debian release 3.6.1p2-3.Colin Watson
2003-09-01Debian release 3.6.1p2-2.Colin Watson
2003-09-01Debian release 3.6.1p2-1.Colin Watson
2003-09-01Debian release 3.6p1-1.Colin Watson
2003-09-01Debian release 3.5p1-5.Colin Watson
2003-09-01Debian release 3.5p1-3.Colin Watson
2003-09-01Debian release 3.5p1-1.Colin Watson