This resolves PR pkg/34407 by Martin Wilke.
Pkgsrc changes:
- took maintainership
Changes since version 5.41:
===========================
5.43 Sat Aug 5 02:36:18 MST 2006
- undid Perl Best Practice of favoring 3-argument "open"
-- 3-arg version uses different semantics for "-"
causing bugs in addfile and shasum
- modified underlying C functions to use ANSI prototypes
-- requested by Steve Hay (ref. Smoke [5.9.4] 28630)
-- K&R style was causing numerous warnings from
Borland compiler
5.42 Mon Jul 24 04:04:40 MST 2006
- minor code changes suggested by Perl::Critic
-- e.g. no bareword filehandles, no 2-argument open's
- updated public key (ref. B538C51C)
-- previous one (0AF563FE) expired July 2, 2006
- added documentation to warn that Base64 digests are NOT padded
-- padding must be done by user if interoperability
with other software is required
This resolves PR pkg/34398 by Martin Wilke.
Pkgsrc changes:
- none
Changes since version 2.17:
===========================
2.19 Tue Jul 18 18:39:57 EDT 2006
- Renamed Crypt::CBC-2.16-vulnerability.txt so that package installs
correctly under Cygwin
2.18 2006/06/06 23:17:04
- added more documentation describing how to achieve compatibility
with old encrypted messages
btpd 0.11:
----------
Bug fixes:
- A file descriptor was closed too early, which could cause btpd to exit
with an error message on systems using epoll.
btpd 0.10:
----------
Misc:
- The protection mode of the ipc socket can now be specified via the new
"--ipcprot" option for btpd.
Bug fixes:
- The pid file is now written correctly.
- btpd's "-d" option now works for relative paths too.
- Add a time out for handshake completion. Prevously btpd could slowly
fill with unused incoming connections.
btpd 0.9:
---------
Misc:
- Small changes to 'btcli stat' output.
Bug fixes:
- Use correct value for '--prealloc' default.
- Stopped torrents now show correct rates (0kB/s).
- The test of content that has been modified between runs was broken.
tools which allow to use GnuPG from Emacs (EasyPG Assistant), and a
fully functional interface library to GnuPG (EasyPG Library.) It does
not cache passphrases, so gpg-agent (security/gnupg-devel) is
recommended.
Security
- A malicious user could visit a specially crafted URI and inject an
apparent log message into Mailman's error log which might induce an
unsuspecting administrator to visit a phishing site. This has been
blocked. Thanks to Moritz Naumann for its discovery.
- Fixed denial of service attack which can be caused by some
standards-breaking RFC 2231 formatted headers. CVE-2006-2941.
- Several cross-site scripting issues have been fixed. Thanks to Moritz
Naumann for their discovery. CVE-2006-3636
Internationalization
- New languages: Arabic, Vietnamese.
Bug fixes and other patches
- Fixed Decorate.py so that characters in message header/footer which
are not in the character set of the list's language are ignored rather
than causing shunted messages (1507248).
- Switchboard.py - Closed very tiny holes at the upper ends of queue
slices that could result in unprocessable queue entries. Improved FIFO
processing when two queue entries have the same timestamp.
0.1.7 2004/10/10
- added commands: display, ldisplay, undisplay to dump
specified memory locations after each single step
(thanks to ziberpunk <ziberpunk =at= ziberghetto dhis org>
for the suggestion and code)
- all Makefiles are now based on automake in the hopes
that this will fix some of the problems integrating
ald into the *BSD ports systems
- bug fix where a pointer wasn't set to NULL after
clearing program arguments with the "set args" command
- this is related to the previous feature: if the effective
address lies inside a symbol/function, the corresponding
symbol is now displayed
- for CALL and JMP instructions, exact target/effective
addresses are now computed
(code for this was contributed by Samuel Falvo II
<kc5tja =at= arrl net>)
- upgraded all configure scripts to autoconf v2.59
0.1.6 2004/07/23
- 2 bug fixes in "examine" command relating to dumping large
numbers of bytes
(found by mbe21 <mbe21 =at= o2 pl>)
- bug fix where ~/.aldrc was not saved on ^D
- minor memory leak fix which would occur in the loading
of ~/.aldrc on startup
(found by Alfredo Beaumont <ziberpunk =at= ziberghetto dhis org>)
- more graceful handling of when the debugged program
receives an unknown signal
- "examine" command can now take section and symbol
names in addition to numerical addresses
- fix for libreadline detection in autoconf
- ripped out all ncurses related code
- minor memory leak fix: During print bursts, users may
hit 'q' or ^C to stop the burst. This is implemented
via a longjmp() call, but if memory was allocated
beforehand, it would not have been freed since longjmp()
alters the path of execution. A simple list structure
was implemented to fix this.
- fixed some issues related to upgrade to autoconf 2.58
- bumped LICENSE up to GPL v2
- "register" command now defaults to compact output format
- fixed some minor disassembly bugs
- got ald to compile on NetBSD 1.6.2
(many thanks to Brad Spencer for providing me with
a NetBSD shell account)
0.1.5p1 2003/10/14
- bandaid to top level Makefile.in to make ald compile
in OpenBSD's ports system
0.1.5 2003/10/11
- "file secinfo" command can now output information on
a.out sections
- added TODO and BUGS files
- fixed problems relating to changing values of fpu
special purpose registers
- added some missing SSE instructions to libDASM
- OpenBSD support is back: fixed compile problems relating to
fpu code, tested on 3.3 release
- bug fixes in disassembling various MMX instructions
(thanks to Peter Boettcher for patch)
- changed library libDisasm to libDASM (Debugger's Assembler
Library) in anticipation of its new capability to assemble
instructions
- added OSABI information to elf header parsing in libOFF
(someone sent me a patch for this ages ago - sorry for
taking so long!)
- added -DNDEBUG to turn off assert() in out-of-the-box
compiles
- bug fix in a.out parser: now checks for QMAGIC binaries
- "file symbols" command has changed to "file syminfo" and you
can now use "file syminfo [symbol name]" to get information for
a specific symbol
- added libOFF to handle all the object file format stuff
0.1.4 2003/07/09
- libOp has been replaced with the rewritten library libDisasm
which has a better overall design
- incorporated hp's patch:
. "disassemble" command now shows symbol information.
Also added "set disasm-show-syms" to toggle this feature on/off.
. added ascii output for all size memory dumps
. bug fix in elf header parsing
- added ~/.aldrc configuration file to save settings
- fixed MSB problem when setting register values
0.1.3 2002/06/29
- added "set step-display-mmxregs" option to display mmx registers after single
stepping
- "lbreak" command now shows the name of the symbol containing each breakpoint, if
any
0.1.2 2002/06/14
- added "set step-display-fpregs" option to display fpu registers after single
stepping
- added "-all" flag to "register" command to output fpu registers
- fix for disassembling fld opcodes
- fix in elf parser for executables with no section name string table present
0.1.1 2002/04/24
- bug fix in disassembling opcodes with /digit fields
- bug fix in setting breakpoints which are close together
- bug fix in handling of runtime arguments
- new man page
0.1.0 2002/04/13
- added attach/detach commands
- added human readable flags register output
- minor bugfixes
April 4th, 2006
v0.39 -- Jim Wigginton pointed out my Montgomery examples in figures 6.4 and 6.6 were off by one, k should be 9 not 8
-- Bruce Guenter suggested I use --tag=CC for libtool builds where the compiler may think it's C++.
-- "mm" from sci.crypt pointed out that my mp_gcd was sub-optimal (I also updated and corrected the book)
-- updated some of the @@ tags in tommath.src to reflect source changes.
-- updated email and url info in all source files
Jan 26th, 2006
v0.38 -- broken makefile.shared fixed
-- removed some carry stores that were not required [updated text]
November 18th, 2005
v0.37 -- [Don Porter] reported on a TCL list [HEY SEND ME BUGREPORTS ALREADY!!!] that mp_add_d() would compute -0 with some inputs. Fixed.
-- [rinick@gmail.com] reported the makefile.bcc was messed up. Fixed.
-- [Kevin Kenny] reported some issues with mp_toradix_n(). Now it doesn't require a min of 3 chars of output.
-- Made the make command renamable. Wee
August 1st, 2005
v0.36 -- LTM_PRIME_2MSB_ON was fixed and the "OFF" flag was removed.
-- [Peter LaDow] found a typo in the XREALLOC macro
-- [Peter LaDow] pointed out that mp_read_(un)signed_bin should have "const" on the input
-- Ported LTC patch to fix the prime_random_ex() function to get the bitsize correct [and the maskOR flags]
-- Kevin Kenny pointed out a stray //
-- David Hulton pointed out a typo in the textbook [mp_montgomery_setup() pseudo-code]
-- Neal Hamilton (Elliptic Semiconductor) pointed out that my Karatsuba notation was backwards and that I could use
unsigned operations in the routine.
-- Paul Schmidt pointed out a linking error in mp_exptmod() when BN_S_MP_EXPTMOD_C is undefined (and another for read_radix)
-- Updated makefiles to be way more flexible
March 12th, 2005
v0.35 -- Stupid XOR function missing line again... oops.
-- Fixed bug in invmod not handling negative inputs correctly [Wolfgang Ehrhardt]
-- Made exteuclid always give positive u3 output...[ Wolfgang Ehrhardt ]
-- [Wolfgang Ehrhardt] Suggested a fix for mp_reduce() which avoided underruns. ;-)
-- mp_rand() would emit one too many digits and it was possible to get a 0 out of it ... oops
-- Added montgomery to the testing to make sure it handles 1..10 digit moduli correctly
-- Fixed bug in comba that would lead to possible erroneous outputs when "pa < digs"
-- Fixed bug in mp_toradix_size for "0" [Kevin Kenny]
-- Updated chapters 1-5 of the textbook ;-) It now talks about the new comba code!
February 12th, 2005
v0.34 -- Fixed two more small errors in mp_prime_random_ex()
-- Fixed overflow in mp_mul_d() [Kevin Kenny]
-- Added mp_to_(un)signed_bin_n() functions which do bounds checking for ya [and report the size]
-- Added "large" diminished radix support. Speeds up things like DSA where the moduli is of the form 2^k - P for some P < 2^(k/2) or so
Actually is faster than Montgomery on my AMD64 (and probably much faster on a P4)
-- Updated the manual a bit
-- Ok so I haven't done the textbook work yet... My current freelance gig has landed me in France till the
end of Feb/05. Once I get back I'll have tons of free time and I plan to go to town on the book.
As of this release the API will freeze. At least until the book catches up with all the changes. I welcome
bug reports but new algorithms will have to wait.
December 23rd, 2004
v0.33 -- Fixed "small" variant for mp_div() which would munge with negative dividends...
-- Fixed bug in mp_prime_random_ex() which would set the most significant byte to zero when
no special flags were set
-- Fixed overflow [minor] bug in fast_s_mp_sqr()
-- Made the makefiles easier to configure the group/user that ltm will install as
-- Fixed "final carry" bug in comba multipliers. (Volkan Ceylan)
-- Matt Johnston pointed out a missing semi-colon in mp_exptmod
October 29th, 2004
v0.32 -- Added "makefile.shared" for shared object support
-- Added more to the build options/configs in the manual
-- Started the Depends framework, wrote dep.pl to scan deps and
produce "callgraph.txt" ;-)
-- Wrote SC_RSA_1 which will enable close to the minimum required to perform
RSA on 32-bit [or 64-bit] platforms with LibTomCrypt
-- Merged in the small/slower mp_div replacement. You can now toggle which
you want to use as your mp_div() at build time. Saves roughly 8KB or so.
-- Renamed a few files and changed some comments to make depends system work better.
(No changes to function names)
-- Merged in new Combas that perform 2 reads per inner loop instead of the older
3reads/2writes per inner loop of the old code. Really though if you want speed
learn to use TomsFastMath ;-)
August 9th, 2004
v0.31 -- "profiled" builds now :-) new timings for Intel Northwoods
-- Added "pretty" build target
-- Update mp_init() to actually assign 0's instead of relying on calloc()
-- "Wolfgang Ehrhardt" <Wolfgang.Ehrhardt@munich.netsurf.de> found a bug in mp_mul() where if
you multiply a negative by zero you get negative zero as the result. Oops.
-- J Harper from PeerSec let me toy with his AMD64 and I got 60-bit digits working properly
[this also means that I fixed a bug where if sizeof(int) < sizeof(mp_digit) it would bug]
Icon Naming Utilities is a program that helps with the transition to the
new naming scheme defined by the Tango project. This utility maps the
icon names used by the GNOME and KDE desktops to the icon names proposed
in the Icon Naming Specification.