Subversion Repositories

?revision_form?
Rev ?revision_input??revision_submit?
?revision_endform?

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
156 1246d 09h magnus /trunk/debian/ missing_extern.patch: Fix linker error due to missing extern declarations (Closes: #957505).  
149 2330d 07h magnus /trunk/debian/ nettle3.4.patch: Fix FTBFS with nettle 3.4 due to type changes
(Closes: #884403).
 
148 2680d 07h magnus /trunk/debian/ dont_clear_umask.patch (new): Don't clear umask in lshd, but keep the
one it was launched with (typically 022) (Closes: #672936).
 
146 2778d 09h magnus /trunk/debian/ Drop the blacklisting of vulnerable SSH keys. OpenSSH did so three
years ago; the vulnerability was eight years ago.
 
141 2779d 08h magnus /trunk/debian/ missing_include.patch: Add a missing include to fix FTBFS with bindnow
and PIE enabled (Closes: #837665, LP: #1628178).
 
138 3015d 04h magnus /trunk/debian/ nettle3.patch: also cast length arguments to nettle_sexp_vformat() to
size_t.
 
135 3032d 04h magnus /trunk/debian/ Build with MIT Kerberos instead of Heimdal (Closes: #806266, #812813).
Note: the Kerberos password helper has limited functionality and is
not recommended to use.
 
133 3282d 05h magnus /trunk/debian/ nettle3.patch: fix pointer type mismatches, mainly changing length
variables from unsigned to size_t.
 
131 3282d 13h magnus /trunk/debian/ nettle3.patch (new): Adapt to API changes in Nettle 3.0 using the
compat layer.
 
130 3282d 13h magnus /trunk/debian/patches/ Include skip-argp.patch in series too.  
129 3282d 18h magnus /trunk/debian/ skip-argp.patch (new): Make sure we don't touch the embedded argp copy
when not needed. It fails to build with GCC 5, which defaults to C99,
which has different inline function rules, and we don't need it.
(Closes: #777990).
 
126 3508d 06h magnus /trunk/debian/ bsd_connreset_test_fail.patch (new): Fix random test failures on kFreeBSD.  
117 3709d 07h magnus /trunk/debian/patches/ Refresh patches.  
116 3709d 07h magnus /trunk/debian/patches/ Add previous patch to the series.  
115 3709d 07h magnus /trunk/debian/ rl_completion-segfault.patch (new): Avoid crashing when tab-completing
an empty command line in lsftp.
 
109 3725d 10h magnus /trunk/debian/ new-readline-completion-function-typedef.patch: switch to new-style
readline typedef for lsftp_rl_completion pointer cast (Closes:
#741771).
 
104 3977d 11h magnus /trunk/debian/ * New upstream release.
* Upstream distribution no longer embeds old version of the Nettle
library containing non-free RFC document; drop nonettle.patch.
* Also drop better-errmsg-when-dotlsh-missing.patch, nettle-2.0.patch,
nettle-2.1.patch, terminate-on-connection-failure.patch,
ipv6-v6only.patch, and serpent-byteorder.patch, all incorporated
upstream; and testsuite-mini-inetd-localhost.patch, made unneeded by
new included version of mini-inetd.
 
90 4643d 05h magnus /trunk/debian/ serpent-byteorder.patch: Correct Serpent test case that depended on
broken Serpent implementation in Nettle prior to 2.2. Build-depend on
nettle-dev >= 2.2 for the same reason.
 
85 4818d 03h magnus /trunk/debian/ Enable tests.
testsuite-mini-inetd-localhost.patch (new): When told to bind to
"localhost", mini-inetd, which is used in certain (optional) tests,
seems to bind to 255.255.255.255, which is of course no good. Tell it
to bind to 127.0.0.1 instead.
 
82 4818d 07h magnus /trunk/debian/patches/ Don't patch Makefile.in.  
81 4818d 08h magnus /trunk/debian/ nettle-2.1.patch (new): Build with Nettle 2.1.  
80 4818d 08h magnus /trunk/debian/ blacklist.patch: Don't reject when blacklisted_key() returns -1,
indicating no blacklist file for the key type and/or size in question
exists.
 
79 4818d 08h magnus /trunk/debian/ * Change source format to 3.0 (quilt), renaming all patches
from *.dpatch to *.patch and dropping the numbers.
* While 30_nonettle.dpatch was a script that used sed to modify
instances of Makefile.in, nonettle.patch patches Makefile.am files as
well as configure.ac. dh-autoremake is used to call autoremake before
configure and to restore the effects in the clean target. The
src/nettle subdirectory still needs to be renamed to avoid its header
files from being found; that is now done in debian/rules.
* Switch from CDBS to a more old-style debian/rules to get better
control over the build process.
* Increase Debhelper compat level to 7.
 
73 5054d 02h magnus /trunk/debian/ ipv6_v6only.dpatch (new): Set the IPV6_V6ONLY socket option on
AF_INET6 sockets; since lshd by default enumerates available address
families and calls bind() once for each, conflicts will occur
otherwise.
 
72 5054d 03h magnus /trunk/debian/patches/ Correct name of terminate_on_connection_failure.dpatch.  
71 5251d 15h magnus /trunk/debian/ terminate_on_connection_failure.dpatch (new): Make sure that lsh exits
if it fails to connect to the remote host (Closes: #485812).
 
64 5314d 09h magnus /trunk/debian/patches/ Corrent copyright info.  
63 5314d 09h magnus /trunk/debian/ Improve blacklist.dpatch and add note to debian/copyright.  
60 5315d 05h magnus /trunk/debian/ * blacklist.dpatch: Check keys against openssh-blacklist before
accepting for pubkey authentication as well as on conversion by
lsh-writekey and lsh-decode-key.
* lsh-server: Depend on openssh-blacklist, recommend -blacklist-extra.
lsh-utils: Recommend openssh-blacklist and -blacklist-extra.
 
34 5382d 06h magnus /trunk/debian/patches/ Fix patch descriptions and author info.  
33 5382d 06h magnus /trunk/debian/ * Build with Nettle 2.0 (nettle-dev).
* nettle_2.0.dpatch created to adapt to API changes.
* 30_nonettle.dpatch modified to add -lhogweed to LDADD where
appropriate.
 
21 5815d 14h magnus /trunk/debian/ 40_better_errmsg_when_dotlsh_missing.dpatch (new): In unix_random.c,
check whether the seed file exists before trying to lock it, and give
the hint about running lsh-make-seed if it doesn't (Closes: #485856).
 
8 6081d 07h magnus /trunk/debian/ Many changes:
* Wrap dependency fields
* Put names of files to install in *.install, *.manpages etc., with
a few exceptions
* Add 30_nonettle.dpatch, which moves src/nettle out of the way
and changes references to nettle in the various Makefile.in:s.
* Drop the deprecated lshc wrapper.
* Delete debian/*.dirs (dh_installdirs is almost never needed).
* Change lshc to lsh in debian/mans/lcp.1
* No longer ship sexp-conv, which comes from nettle, but let lsh-utils
depend on nettle-bin instead. lsh-utils.postinst and lsh-utils.prerm
thus can be dropped.
* Put sftp-server in /usr/lib/lsh-server and let the manpage be
sftp-server(8lsh), so that it doesn't have to be called
sftp-server.lsh.
* Depend on dpatch again.
* Ship lsh documentation in HTML format and add
debian/lsh-doc.doc-base listing it and the Info file.