summaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Collapse)Author
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-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
2003-09-01Debian release 3.4p1-4.Colin Watson
2003-09-01Debian release 3.4p1-1.Colin Watson