- bite the bullet and use GNU make, it's increasingly annoying to try
avoiding it
Changes:
- Added a dozens of more detailed SSH version detection signatures,
thanks to a SSH huge survey and integration effort by Doug Hoyte.
The results of his large-scale SSH scan are posted at
http://seclists.org/nmap-dev/2006/Apr-Jun/0393.html .
- Fixed the Nmap Makefile (actually Makefile.in) to correctly handle
include file dependencies. So if a .h file is changed, all of the
.cc files which depend on it will be recompiled. Thanks to Diman
Todorov (diman(a)xover.mud.at) for the patch.
- Fixed a compilation problem on solaris and possibly other platforms.
The error message looked like "No rule to make target `inet_aton.o',
needed by `libnbase.a'". Thanks to Matt Selsky
(selsky(a)columbia.edu) for the patch.
Fixes PR pkg/33806 from Gilles Dauphin.
- Applied a patch which helps with HP-UX compilation by linking in the
nm library (-lnm). Thanks to Zakharov Mikhail (zmey20000(a)yahoo.com)
for the patch.
- Added version detection probes for detecting the Nessus daemon.
Thanks to Adam Vartanian (flooey(a)gmail.com) for sending the patch.
Changes 10.34:
* Add pamthreshold, pamx, pamtoxvmini.
* pammasksharpen: Add -threshold.
* pnmtopng: make "N colors found" message verbose-only.
* pnmtopng: make "no room in palette" message non-verbose.
* picttoppm: Tolerate various PICT file corruptions.
* picttoppm: Don't issue warning message when file named
'fontdir' doesn't exist.
* libnetpbm: Add ppmd_fill_path().
* ppmtobmp: Fix for PBM input.
* bmptopnm: Don't crash on BMP with no color map.
* bmptopnm: Fix wrong file name in error messages.
* ppmtogif: fix bug: always produces garbage output.
* ppmtompeg: fix input from Standard Input.
* pnmflip: fix bug: -rotate90, -rotate180, and -rotate270
(and synonyms) don't work when followed by other rotation options.
* ppmtoilbm: Fig bug: generates more planes than necessary.
* pamtofits: fix buffer overflow in asembling header.
* picttoppm: fix bug - interprets some images wrong because of
bogus "rowBytes" value.
* Redo asprintfN(), etc. so as not to use va_list in a way
that doesn't work on some machines.
* cameratopam: remove definition of memmem() so it doesn't collide
with same in some C libraries. Add memmemN() and MEMEQ to libnetpbm.
* Fix build of filename.o.
It seg faults (with some double free() it looks like) when DNS
is not working. So after the freeze I will explore this more.
I also see a new version is available -- maybe it fixes it...
"parse-packet.c in GnuPG (gpg) 1.4.3 and 1.9.20, and earlier versions,
allows remote attackers to cause a denial of service (gpg crash) and
possibly overwrite memory via a message packet with a large length,
which could lead to an integer overflow, as demonstrated using the
--no-armor option."
Patch from GnuPG CVS repository.
Bump PKGREVISION.
- Use teTeX3.
- Use print/teTeX/module.mk framework.
- Don't modify installed teTeX-texmf files.
- Remove INSTALL and DEINSTALL (no longer needed).
- Make pjbibtex work (patch-al).
Some fixes and improvements were submitted by minskim@ on tech-pkg-ja
mailing list. This should fix PR pkg/32592.
Changes from 3.1.8 to 3.1.9
2005/10/17:
mkconf: Don't add tex/platex to search path of platex.
ptex: Fix bug with TFM that uses LIG/ at begining of word.
Changes from 3.1.7 to 3.1.8
2005/03/07:
Makefile.in: Do run mktexlsr in `make install'.
Makefile.in: INSTALL.txt: Adapt changes of teTeX-3.0's TEXMF directory.
2004/12/14:
ptex: Fix handle of control sequence name.
ptex: Fix recognition of ^^ after control sequence.
ptex: Fix line feed position in terminal/log.
Changes from 3.1.6 to 3.1.7
2004/12/09:
ptex: Fix control sequence name that includes ^^ format.
ptex: Sync a range of non-printable characters to 3.1.4.
mkconf: Create TEXINPUTS for sjis, jis and euc encodings.
Changes from 3.1.5 to 3.1.6
2004/12/02:
ptex: Adapt tetex-2.99.4.20041128-beta.
INSTALL.txt: Add comments for filename and TDS.
Changes from 3.1.4 to 3.1.5
2004/11/29:
ptex: Don't recognize ^^ format control sequence and next character
as kanji.
ptex: Output non-printable messages as ^^ format.
2004/11/08:
ptex: After reading JIS encoded files, disable `kanjiin' state at end
of file.
2004/10/12:
pltotf: Fix build of TFM files from SJIS coded PL files.
Changes from 3.1.3 to 3.1.4
2004/09/02:
ptex: Don't recognize as kanji in following case:
- Charactor of the end of line is a first byte of kanji.
- ^^ format control sequence is a first byte of kanji.
- Use \char in equation.
ptex: Don't recognize as invalid character if a single byte character
is a first byte of kanji.
ptex: Make strict kanji recognition in \string.
jbibtex: Dealing with CR.
Correct Japaense translation of the contract.
Changes from 3.1.2 to 3.1.3:
2003/10/07:
ptex: Fix \kansujichar doesn't set a expected character with
-kanji=sjis.
2003/09/30:
ptex: Don't print non-printable characters to terminal/log.
2003/08/05:
pconvert: Change usage message. Add $target option to fixwrites
if it's pltotf, tftopl and pdvitype.