Commit graph

37188 commits

Author SHA1 Message Date
jwise
c0582f127c Update mhonarc to version 2.5.14. Changes since 2.5.11 (the last pkgsrc
version) include:

============================================================================
2002/12/21	(2.5.14)

* Security patch release: This release fixes a cross-site scripting
  (XSS) vulnerability in m2h_text_html::filter (the HTML filter).
  A specially crafted HTML message can have scripting markup get
  by the script filtering done by m2h_text_html::filter.

============================================================================
2002/10/21	(2.5.13)

* Bug Fixes: See
    <http://savannah.gnu.org/bugs/index.php?group_id=1968
     &set=custom&advsrch=0&msort=0&report_id=105&go_report=Go
     &fix_release=2.5.13&chunksz=50>

* DBFILE resource can now be set to an absolute pathname.  This
  allows the database file to be located in a separate location than
  in the archive directory.  If not an absolute pathname, then
  value is treated relative to OUTDIR.

* readmail.pl updated to handle MHTML messages better.  mhtxthtml.pl
  changed accordingly.

* readmail.pl handling of malformed multipart messages improved.
  Cases were a the terminating boundary delimiter did not exist would
  generate a warning message in the converted message body that data
  could not be converted.  This case should now be handled so that
  end of entitiy implies a terminating boundary delimiter,
  (Thanks goto Randy Blaustein for providing real-world test cases).

* Fixed problem where some message attachments were "lost".  This
  mainly occurs when using mha-decode with the -dcd-digest option,
  or if you have registered the m2h_external::filter for message/*
  data types.
  (Thanks goto Steve Johnson for finding this problem.)

* m2h_external::filter will now include the subject of a message
  in the attachment link if saving message/* data to a file.

* m2h_external::filter properly escapes the filename parameter
  when displaying it in the attachment link.  This is done to
  avoid any possible XSS exploits.  Note, no exploits have been
  reported by using the filename parameter in messages, so this
  change is more of a preemptive measure.

* m2h_external::filter will fall back to a "txt" extension for
  unknown text types instead of a "bin" extension.

* m2h_text_plain::filter: Removed hardcoded 'as-is' for US-ASCII
  data.  This is so a user could define a converter if having to deal
  with mislabeled character data.
  (Thanks goto Mooffie for finally finding a real-world case to not
  hardcode us-ascii).

============================================================================
2002/09/03	(2.5.12)

* Strip more tags and attributes that could potentially be used for
  XSS exploits in the HTML filter.  This is a more of a preemptive
  change since no new exploits have been reported.

* DATEFIELDS resource now supports indexed field names.  For example:

    <DateFields>
    received[1]:received[0]:date
    </DateFields>

  The example says that mhonarc should check the second received
  field, then the first received field, and then the first date field
  to determine the date of a message.
2002-12-31 19:36:26 +00:00
cjep
c37da02c68 Initial import of Hatari 0.25 into the NetBSD packages collection
as emulators/hatari.

Hatari is an Atari ST emulator for systems supported by the SDL library.
You need a copy of an Atari ST TOS ROM to use this program. Then run
the program as follows:	hatari --tos tos.image
2002-12-31 19:18:05 +00:00
cjep
c2613e168e Add and enable hatari 2002-12-31 19:17:19 +00:00
cjep
f958f6c797 Initial import of Hatari 0.25 into the NetBSD packages collection
as emulators/hatari.

Hatari is an Atari ST emulator for systems supported by the SDL library.
You need a copy of an Atari ST TOS ROM to use this program. Then run
the program as follows:	hatari --tos tos.image
2002-12-31 19:16:53 +00:00
jlam
b8f002d248 Updated devel/libmm to 1.2.2. Changes from version 1.2.1 include:
*) Use "close-on-exec" semantic on internal file descriptors if
     underlying platform supports this feature. This makes sure the file
     descriptors are closed by the kernel upon execution of exec(3) by
     the application.
2002-12-31 19:06:57 +00:00
cjep
e257555003 Fix PLIST to match previous change 2002-12-31 18:40:43 +00:00
cjep
3bcfb29272 Introduce a variable called kernel which is either empty or contains the
full pathname to the kernel file (e.g. for NetBSD /netbsd, OpenBSD /bsd, etc)
2002-12-31 17:46:12 +00:00
cjep
7b08a3ada9 Loopback mount /proc on SunOS. shells/tcsh successfully builds in the sandbox
except for one peculiar thing: bmake does not pick up a definition for CC.
Something is missing (for SunOS).
2002-12-31 17:42:32 +00:00
jlam
7751a84cde Remove deprecated USE_JAVA code from bsd.pkg.mk. Packages should use
java-vm.mk instead (see java-vm.mk for details on proper usage).
2002-12-31 15:46:42 +00:00
jlam
2c140f9f2a Mechanical conversion to use java-vm.mk. 2002-12-31 15:44:28 +00:00
cjep
9c42c5520e Add /usr/ccs, /usr/ucb and /usr/xpg4 for SunOS in sandboxDirs.
Provided that I copy a working gcc and the binaries from the bootstrap kit
into the sandbox manually, this gets me as far as having a pkgsrc
sandbox that can build pkg_tools/pkg_install.
2002-12-31 15:33:56 +00:00
jlam
784834ba41 E_JAVA=yes is implied by java-vm.mk. 2002-12-31 15:33:42 +00:00
jlam
a815c4a815 USE_JAVA is either "yes" or "run". The old "USE_JAVA=build" is implied by
simply including java-vm.mk.
2002-12-31 15:32:20 +00:00
uebayasi
a3f2e51e77 - mlterm-2.6.2 2002-12-31 15:15:24 +00:00
uebayasi
730a64f109 Update mlterm to 2.6.2.
Along with many bug fixes, the following sequence are newly supported.

	* ESC [ x	* ESC [ S	* ESC [ T
	* ESC [ I	* ESC [ Z
2002-12-31 15:13:45 +00:00
cjep
c892115b8e 1. On SunOS populate /dev in the sandbox with devfsadm and ucblinks.
2. Introduce sandboxDirs, a list of directories that need to be
null mounted. This is different (e.g. on SunOS).
2002-12-31 15:09:01 +00:00
jlam
bd8b4c9da7 USE_JAVA2 is used to note that the package requires a Java2 implementation.
It's undefined by default, but may be set to "yes".
2002-12-31 14:42:21 +00:00
jlam
0422b46d80 Allow for strangely-cased USE_JAVA values. 2002-12-31 14:39:59 +00:00
shell
3abacf292f Updated p5-Image-Info and p5-Net-SSLeay 2002-12-31 14:19:40 +00:00
shell
695a84e287 Updated to p5-Net-SSLeay-1.21
Changes provided, but not clear, I guess should be a
functional improvement and some bugs fixed.

- Patch by Mike McCauley mikem@open.com_.au
- applied patch from Tim Engler <tim@burntcouch_.com>
- perl-5.8/gcc-3.2 patch on Makefile.PL from
  Joern_Hoos@@notes.uni-paderborn._de, lucho@@galix._com,
  bellis@@saberlogic._com, and simonclewer@@superquote._com
2002-12-31 14:15:17 +00:00
shell
2e436fb206 Updated to p5-Image-Info-1.12
Changes:
- Don't require IO::String for perl-5.8 as
  it has that feature built in.  Based on patch
  by Slaven Rezic <slaven.rezic@berlin.de>.
- Support for Exif 2.2 tags contributed by
  Stephane Bailliez <sbailliez@apache.org>.
- Support Olympus C4000Z MakerNote also from
  Stephane Bailliez.
- More robust TIFF parser that keeps on going if some of the
  fields appears to be garbage.
- Workaround for "Samsung Digimax 200"'s brain-dead resolution
  values.

Happy new year ..
2002-12-31 14:02:42 +00:00
cjep
a00ddfac74 1. Introduce mountflags so that we can tune the mount command for Solaris
(et al.).
2. Use the loopback filesystem on Solaris.
2002-12-31 13:52:50 +00:00
cjep
bdb0556788 Introduce idprog so that Solaris survives the root test. 2002-12-31 13:41:16 +00:00
dsainty
7eabc6f49d palmosemulator-3.5 2002-12-31 13:23:04 +00:00
cjep
2cf9067a76 Install the prim directory (noted by Bettina Eick in private e-mail).
Bump pkg revision.
2002-12-31 13:02:33 +00:00
cjep
6259f8a7b2 If the pkg tools are not update, upgrade them. 2002-12-31 12:42:37 +00:00
uebayasi
73b26ebbbf - canna-lib-3.6.1 2002-12-31 11:29:38 +00:00
chris
578fb3f484 Remove the use of register_globals. This hasn't been needed since 1.2.8.
This just tightens up on security a bit more.

Note anyone using plugins may have to check if all their plugins will work
with register_globals off.

(I've been using this on a local squirrelmail box with 1.2.9 for over a
month with no issues)
2002-12-31 10:49:30 +00:00
martti
aa4e5dd60d lyx and proftpd 2002-12-31 09:19:55 +00:00
martti
acce8f4d96 Updated proftpd to 1.2.7
- lots of bug fixes
2002-12-31 09:19:04 +00:00
martti
8a6dfbb1a9 Updated lyx to 1.2.2
- selecting a word by double clicking now sets the X clipboard (like
  when dragging the mouse)

- it is now possible to specify the arguments for viewers; in
  particular, this means that it is possible to use browsers which
  require a file: URL as HTML viewers (mozilla is used as default if
  found)

- when a new LyX version is launched, the Edit>Reconfigure tool is
  automatically invoked; this should avoid many problems with users
  who are not aware that it is needed

- when changing the current layout with the toolbar, the corresponding
  keyboard binding is shown in the minibuffer

- in hebrew language, the key " now inserts a typewriter quote (since
  other quotes do not make sense in hebrew)

- Insert>Lists & TOC>Bibtex Reference uses style 'plain' by default

- new class ijmpd; update cl2emult, llncs and foils textclasses

- update sciword bindings

- small cleanup of UserGuide and FAQ; update to German, French and
  Russian documentation; new Hebrew tutorial

- update french, german, russian, finnish and danish localization of
  the interface
2002-12-31 09:19:01 +00:00
dsainty
5da279bc6c Add and enable palmosemulator 2002-12-31 07:05:51 +00:00
dsainty
4716e095c6 Palm OS Emulator, version 3.5 2002-12-31 06:59:51 +00:00
kei
8cf950baa0 Note addition of pcf2bdf-1.04. 2002-12-31 05:50:42 +00:00
kei
ec1ca155d7 add and enable pcf2bdf package. 2002-12-31 05:46:43 +00:00
kei
749209902c first import of pcf2bdf-1.04, a bitmap font de-compiler to the NetBSD
Packages Collection.

Pcf2bdf is a font de-compiler.  It converts  X  font  from
Portable Compiled Format (PCF) to Bitmap Distribution For-
mat (BDF).  It can also accept  a  compressed/gzipped  PCF
file as input, but gzip must be found in your PATH.

FONTBOUNDINGBOX in a BDF file is not used by bdftopcf , so
pcf2bdf generate irresponsible values.
2002-12-31 05:44:43 +00:00
grant
8e14bac154 add a BUILD_DEPENDS on devel/pkgconfig when building with Xft2. 2002-12-31 04:33:21 +00:00
uebayasi
f2cbd6473c Update Navi2ch to 1.6.1.
Changes are

	* Handle "Oyster".
	* Response filter ("Abobo---n").
	* Send message backup.
	* Support architecture-dependent characters.
	* Better display of variable links in messages.
	* Automatically retry cookie validation.
	* PON cookie support.
	* Diff support for BBSs othen than 2ch.
	* Improve detection of "Abo---n".
	* Configurable sort of threads.
	* Other bug fixes.
2002-12-31 03:27:57 +00:00
uebayasi
9891ea0a33 Fix an integer overflow vulnerability, which may cause arbitrary code
to be executed.

Bump PKGREVISION to nb2.
2002-12-31 02:31:53 +00:00
kim
634d85f39f Provide access to more ID3v2 frames by default. 2002-12-30 23:12:40 +00:00
kristerw
1406149ce2 Note update of emulators/snes9x to 1.39nb2. 2002-12-30 22:00:30 +00:00
kristerw
c520677573 Make this compile for a.out too.
PKGREVISION++
2002-12-30 21:40:10 +00:00
tron
1eb3380f9b Note update of "gmp3info" package to version 0.8.4. 2002-12-30 20:47:56 +00:00
tron
38322e4c12 Update "gmp3info" package to version 0.8.4. Changes since version 0.8.2:
- Added %k format specifier to allow printing of the file size
  in formatted text output (-p option)
- Rearranged some items in the man page and quick help (-h)
  to make them more readable.
- Fixed minor logic bug in mp3tech
- Now compiles under CYGWIN32
- Manual page typos fixed
- Now correctly recognizes and reports MPEG version 2.5 files
- Clearing individual ID3 fields can now be accomplished
  by passing a blank argument ("") to any tag setting
  switch (-t, -a, etc.)
- Fixed a bug in GTK version that showed garbage or nothing
  where track information should have been displayed.
- Fixed a bug that prevented the interactive curses version from
  changing from one genre to another if the second genre contained
  fewer characters than the first.
- Added a FILE | OPEN menu to the GTK version
- Added a technical information view to the GTK version
- Added an 'About' box to GTK version
2002-12-30 20:47:29 +00:00
jmcneill
8dfae664e5 Fix warning message so we display the current charset properly. 2002-12-30 20:26:08 +00:00
tron
c5354775e6 Supply path to "openldap" installation explicitly to the "configure"
script which should fix build problems observed during bulk builds.
2002-12-30 20:19:27 +00:00
jmcneill
5a701ed749 Regen. 2002-12-30 19:20:12 +00:00
jmcneill
90d9e209c5 Make dia fallback to UTF-8 if it doesn't understand our charset instead of
segfaulting -- from Jarkko Torppa. Closes pkg/19008.

Now that dia works again, remove the BROKEN tag from the Makefile.
2002-12-30 19:19:18 +00:00
kristerw
a5f3c38031 Force use of libxml1. This makes the package compile if libxml2 is installed.
Fixes PR 19489.
2002-12-30 18:55:48 +00:00
chris
018ef9ff5d Note update of sylpheed-claws to 0.8.8nb1 2002-12-30 18:47:52 +00:00