Accepted silc-client 1.1.2-2 (source)
Scott Kitterman
ubuntu at kitterman.com
Tue Aug 7 14:06:53 BST 2007
Accepted:
silc-client 1.1.2-2 was ACCEPTED.
Component: universe Section: net
Origin: Debian/unstable
Format: 1.7
Date: Mon, 06 Aug 2007 21:59:32 +0100
Source: silc-client
Binary: silc, irssi-plugin-silc
Architecture: source
Version: 1.1.2-2
Distribution: gutsy
Urgency: low
Maintainer: Debian SILC Team <pkg-silc-devel at lists.alioth.debian.org>
Changed-By: Scott Kitterman <ubuntu at kitterman.com>
Closes: 118202
Changes:
silc-client (1.1.2-2) unstable; urgency=low
.
* Fix some IA64 related functions in lib/silcutil/silcatomic.h, allowing
irssi-plugin-silc to build on ia64.
.
silc-client (1.1.2-1) unstable; urgency=low
.
* New upstream release, including security fixes for irssi-plugin-silc.
.
silc-client (1.1.1-1) unstable; urgency=low
.
* New upstream release.
* Clean up the configure target for irssi-plugin-silc according to the new
upstream options.
* Update irssi-plugin-silc.install to fit new file locations.
* Remove the "Zero timeouts" optimisation from
apps/irssi/src/silc/core/silc-core.c: this fails when the client is built
with thread (which is the case with the irssi plugin).
.
silc-client (1.1-2) unstable; urgency=low
.
* Depends on libsilc-1.1-2-dev to get security fixes into silc package.
* Backport fixes (for irssi-plugin-silc) to silc_create_key_pair(),
silc_mime_decode() (exploitable buffer overflow) and
silc_sftp_client_io (exploitable buffer overflow) from silc-toolkit 1.1.1.
* Fix lintian warning "debian-rules-ignores-make-clean-error" in
debian/rules.
.
silc-client (1.1-1) unstable; urgency=low
.
* New upstream release
* Rename silc-client binary package to silc (to be consistent with
silc-server).
* Adapt debian/irssi-plugin-silc.install to new upstream paths.
* Improve debian/copyright.
.
silc-client (1.1~beta6-1) unstable; urgency=low
.
* New upstream release.
* Now maintained inside the Debian SILC team.
* Add myself as uploader.
* Use libglib2.0-dev instead of libglib1.2-dev.
* Use libsilc-1.1-1-dev instead of the libsilc source shipped in upstream
tarball.
* Major packaging overhaul, with lots of cleanup in debian/rules.
* Remove an uneeded shebang in apps/irssi/scripts/silc.pl.
* Fix latin1 character in manpage.
* Build irssi-plugin-silc. It's currently done far less than ideal: it uses
the embeded copy of libsilc and the embedded copy of irssi instead of
libsilc-dev and irssi-dev. We'll have to work with upstream to fit more
nicely into Debian...
.
silc-client (1.0.4.1-1) unstable; urgency=low
.
* New upstream release.
* still same old packaging.
* clean target does a bit more, hoping for a sparer diff.gz
* using upstream's man pages now.
.
silc-client (1.0.3-1) unstable; urgency=low
.
* New upstream release
* built against a debian etch system
* bumped debhelper to version 5
* added back dh_strip to produce stripped binaries and libraries.
* removed obsolete local variables from bottom of changelog
.
silc-client (1.0.1-1) unstable; urgency=low
.
* When resuming a session fails, notify the user that the session
file needs to be removed eventually
* Typofix in Irssi::Silc module
* Changed the way NOTICE flagged messages are treated. Added support
for notices in queries and signing notices
* Fixed typo in /ACTION help
* Fixed typo in perl module
* Changed the way ACTION flagged messages are treated. Added support
for actions in queries and signing actions
* Incorrectly reported error when client had to be resolved from server
in /SMSG
* Changed filenames of silc/fe module not to collide with filenames
from core/fe. Also seperated public messages printing from
query messages printing
* Add /SILCNET [ADD|REMOVE|LIST] command to manage different SILC
networks
* /SMSG and /MMSG now correctly create new queries
* Add basic support for SILC protocol specific variables in perl
* Don't use silc_get_input, it's obviously not reliable. Fixes
issue when the current key expires
* Make the session data filename configurable. This makes it possible to
have different session files for different SILC networks
* Fixed the WHOIS, IDENTIFY and WHOWAS error handling in SILC
Client for NO_SUCH_NICK. It was against the protocol specs
* Initialize the variable idletag, since it is tested in
silc_core_deinit for its default value
.
silc-client (1.0-1) unstable; urgency=low
.
* Help file updates. Affected files in irssi/src/docs/help/in/.
* Happy new 1.0 client! :) VWOL
.
silc-client (0.9.16-1) unstable; urgency=low
.
* Fixed the file transfer (see /HELP FILE) session accepting and closing.
* Implemented optimized RSA algorithm for faster private key operations.
Private key operations are now at least 30% faster. Note however that,
this optimization works only with newly generated key pairs.
Unfortunately, it is not possible to transfer the old private key to
the new optimized format. There is no compatibility issues with old or
new private keys (new private keys work with older SILC Clients as
well, but they are slower to use).
* Implemented support for searching users in the network by their public
keys using WHOIS command. Note that, this feature will work only with
upcoming SILC Server. Current SILC Server 0.9.15 or older does not
support this feature.
See the /HELP WHOIS for revised help information on searching by
public key.
* Fixed nickname formatting to not mess the /NAMES command output.
* Fixed MIME header parsing to not show extra characters in the MIME type
name.
* Added /LISTKEYS help file (see /HELP LISTKEYS).
* Removed RC6 algorithm from distribution.
* Several other bugfixes were made.
.
silc-client (0.9.15-1) unstable; urgency=low
.
* Added LISTKEYS command which can be used to list server and client
public keys from the ~./silc directory. See /HELP LISTKEYS.
* Improved the MMSG command. See /HELP MMSG
* Be careful, if you want to use this command, the suggested
packages must be installed and loaded the corresponding script:
/script load /usr/share/silc-client/silc/scripts/silc-mime.pl
* Several other bugfixes were made
.
silc-client (0.9.14-1) unstable; urgency=low
.
* multimedia message introduced
/script load /usr/share/silc-client/silc/scripts/silc-mime.pl
/MMSG -channel foobar /path/to/file.gif
to send a GIF image
* crashbugs, other bugs fixed.
.
silc-client (0.9.13-1) unstable; urgency=low
.
* new upstream release (VULN, bugfix)
.
silc-client (0.9.12.1-1) unstable; urgency=low
.
* new upstream release (bugfix version)
.
silc-client (0.9.12-1) unstable; urgency=low
.
* new upstream release (bugfix version) such as
buffer overflows, founder key change fix,
and lot of rewrited stuffs.
.
silc-client (0.9.11-1) unstable; urgency=low
.
* new upstream release (bugfix version) such as
* buffer overflows and others
* this version needs to regenerate the keypair if you skipped
0.9.10
.
silc-client (0.9.10.1-1) unstable; urgency=low
.
* new upstream release (bugfix version)
* backup router bug fix
* enc/dec length check
* seckey padding fix
.
silc-client (0.9.10-1) unstable; urgency=low
.
* new upstream release
* perl support
* several bugfixes (privkey handle, chan privkey hash md5->sha1 change)
* CMODE/CUMODE enhancement
* INVITE/BAN by pubkey
* SMSG: digitally signed message
* disables the shared library compilation by default again
* SIMs are compiled
.
silc-client (0.9.9.1-1) unstable; urgency=low
.
* protocol SILC 1.2
* new upstream release
.
silc-client (0.9.8-1) unstable; urgency=low
.
* --disable-shared so no SIMs
* passphrase key protection (with silc -P)
* UTF8 displaying improvement
* manpage silc(1)
.
silc-client (0.9.7-2) unstable; urgency=low
.
* libc6 dependency error (2.3 required but the dh_shlibdeps
calcluated older, so in control file the static written libc6
dependency is only a workaround)
.
silc-client (0.9.7-1) unstable; urgency=low
.
* new upstream release
* mainly the /attr fix in upstream
.
silc-client (0.9.6-1) unstable; urgency=low
.
* new upstream release
* /whois -details support
* /attr support
.
silc-client (0.9.5.1-2) unstable; urgency=low
.
* with --enable-ipv6 configure option
.
silc-client (0.9.5.1-1) unstable; urgency=low
.
* new upstream release
.
silc-client (0.9.4-1) unstable; urgency=low
.
* new upstream release
.
silc-client (0.9.3-1) unstable; urgency=low
.
* new upstream release
.
silc-client (0.9.2-1) unstable; urgency=low
.
* new upstream release
.
silc-client (0.9.1-1) unstable; urgency=low
.
* new upstream release
.
silc-client (0.8.6-1) unstable; urgency=low
.
* new upstream release
.
silc-client (0.8.5-1) unstable; urgency=low
.
* new upstream release
.
silc-client (0.8.4-1) unstable; urgency=low
.
* new upstream release
.
silc-client (0.8.3-1) unstable; urgency=low
.
* new upstream release
.
silc-client (0.8.2-1) unstable; urgency=low
.
* new upstream release
.
silc-client (0.8.1-1) unstable; urgency=low
.
* new upstream release
.
silc-client (0.8-2) unstable; urgency=low
.
* fixed libncurses4 -> 5 dependency bug
.
silc-client (0.8-1) unstable; urgency=low
.
* new upstream release
* due several problems with the perl module, the package is
compiled without it.
.
silc-client (0.7.6.2-1) unstable; urgency=low
.
* new upstream release
.
silc-client (0.7.5-1) unstable; urgency=low
.
* new upstream release
.
silc-client (0.7.3-1) unstable; urgency=low
.
* new upstream release
.
silc-client (0.7.2-1) unstable; urgency=low
.
* new upstream release
.
silc-client (0.7-1) unstable; urgency=low
.
* new upstream release
.
silc-client (0.6.6-1) unstable; urgency=low
.
* Initial Release. (Closes: #118202)
Files:
a2b1645f31ba656ed093eb2d787aaeaa 2208026 net optional silc-client_1.1.2.orig.tar.gz
3c892f7b4ffbe0229659504c0e53e3af 857 net optional silc-client_1.1.2-2.dsc
487b8d213b1c223928d49e8a391348d0 10362 net optional silc-client_1.1.2-2.diff.gz
More information about the gutsy-changes
mailing list