Commit graph

117703 commits

Author SHA1 Message Date
smb
a95764bd2f Correct bogus content -- it was describing a different plug-in package... 2007-09-19 03:00:17 +00:00
taca
68767fbbee +firefox-2.0.0.7, samba-3.0.26 2007-09-19 01:29:53 +00:00
wiz
4453b17167 Remove an outdated comment and an updated package. 2007-09-18 23:11:39 +00:00
wiz
334382537e cdrtools updated to 2.01.01a35. 2007-09-18 23:08:20 +00:00
wiz
d0d27229b4 Update to 2.01.01a35. Install more programs and documentation.
Changes since 2.01.01a28:

NEW features of cdrtools-2.01.01a28:

All:

-	Support for SunStudio 12 on Linux was added.
	Call "make CCOM=suncc", but note that you then
	will not be able to compile Linux specific functions like
	support for ext2 file flags. This does not work because the
	related include files are not written in clean C.

	Note that nearly all programs from cdrtools depend on libscg
	which uses platform speficic code for every OS. As the Linux
	kernel include files are not written in clean C, you cannot
	compile libscg using Sun Studio. If someone from the Linux kernel
	team would rewrite the Linux kernel include files to only use clean
	C based constructs, cdrecord could be compiled with Sun Studio
	compilers.

-	Added a workaround to config.guess to get correct
	platform names from "configure" even thogh suncc
	does not #define __ELF__

-	Linux specific autoconf tests are not only executed on Linux
	based platforms

-	Some make rule definitions for Cygwin restructured to allow
	compilation with more Cygwin releases. The -D_WIN32_WINNT=
	definitions are now only in effect if the selected compiler
	is the Microsoft compiler.

-	New include file schily/ioctl.h


-	Added Support to create Blastwave SVr4 packages.
	To create a Blastwave package, call:

		.clean
		smake -f Mcsw

	You need the program "fakeroot" and will find the results
	in packages/<arch-dir>

	Note that this source tree will allow you to create the package
	CSWcdrtools but not the packages CSWschilybase and CSWschilyutils
	on which CSWcdrtools depends.

	WARNING: libsiconv.a and it's character translation tables (located in
	/opt/*/lib/siconv) are not part of CSWcdrtools but of CSWschilybase.
	If you do not update CSWschilybase to include the character translation
	tables used by libsiconv, mkisofs will not work correctly.

	NOTE: the SVr4 package specific rules are approx. 10 lines of make rules.
	It should be simple to create rule definitions for other package systems
	found on platforms other than Solaris. Volunteers who like to help
	to deveop support for other packaging systems are welcome!


Libparanoia (Ported/enhanced by Jörg Schilling, originated by Monty xiphmont@mit.edu):

-	"make install" now also installs the READMEs and other docukmentation to
	..../share/doc/libparanoia/


Libsiconv:

-	New library libsiconv replaces libunls.
	Libsiconv saves ~ 130 kB of executable space in mkisofs and allows to use
	iconv() if it is present on the current polatform.

Rscsi:

-	"make install" now also installs the READMEs and other docukmentation to
	..../share/doc/rscsi/

Cdrecord:

-	"make install" now also installs the READMEs and other docukmentation to
	..../share/doc/cdrecord/

-	New function verify() in high level code.

Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de):

-	"make install" now also installs the READMEs and other docukmentation to
	..../share/doc/cdda2wav/

Scgskeleton:

-	New merged code from the "sformat" and "cdrecord" consolidation.

-	Bumped to version 1.2

Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated my Eric Youngdale):

-	"make install" now also installs the READMEs and other docukmentation to
	..../share/doc/mkisofs/

-	The change from libunls to libsiconv fixes a lot of bugs in the
	character translation tables. libsiconv now uses the official tables
	from Unicode.org. Any other "single char" -> UNICODE table from
	Unicode.org may be taken unmodified and copied to /opt/schily/lib/libsiconv
	to become usable by libsiconv.

	If you use the same character set names as with old mkisofs, you get
	the character translations from the tables in /opt/schily/lib/libsiconv,
	if you use ICONV based locale names and iconv() is available on your
	platform, then mkisofs used iconv() to translate the character encodings.

	If you like to force to use the iconv() code, use something like:

	mkisofs -input-charset iconv:8859-1

	****** IMPORTANT ********

	You need to install the table files from libsiconv to make mkisofs
	behave correctly.

-	Thanks to the new libsiconv, mkisofs now supports to run in a UTF-8 locale.
	As long as no automatic locale support is present, call

	mkisofs -input-charset UTF-8

-	Completed the Symlink implementation for UDF. The code was 20% ready
	from Helios.de from the includes from the Helios variant of mkisofs.

-	New option -no-udfsymlinks to turn off support for UDF symlinks.
	The UDF standards requires any OS to implement symlink support, but
	you never know...

-	New option -UDF implements non-anonymous UDF support.
	The relation between -UDF vs. -udf is the same as with -R vs. -r

-	Integrated a larger code drop from Helios.de, thanks to Helmut Tschemernjak
	from helios.de. We did integrate the following new features from Helios.de:

	-	Support for UID/GID in the UDF file meta data

	-	Support for permissions in the UDF file meta data

	-	Support for Mac OS X "/..namedfork/rsrc"

	-	Avoid Mac OS X syslog entries when "/rsrc" is used.

	-	Support for UDF based Mac OS extensions (type/creator and
		resource forks).

	-	New option -no-hfs allows to turn off creating a ISO9660/HFS hybrid
		when UDF based Mac OS extensions are used.

	-	Do not chache resorce fork files in the inode cache anymore.

	We did not include the following code from the Helios.de code drop:

	-	Helios UNICODE unification (always tries to create "complete"
		characters if e.g. a 'ö' is written as 'o'+'"', this is translated
		into a 'ö'.

		The reason for not integrating this code is that it did violate
		constraints from mkisofs. The translation was done based on UTF-8
		regardless of the current locale of the user. It could only work
		in a UTF-8 based locale but mkisofs did not yet support UTF-8 an
		based locale. The correct implementation would be in most cases
		based on UCS-2 characters as used by Joliet and UDF.

	-	Helios code that did prevent mkisofs to abort on certain kind of
		read errors.

		The reason for not integrating this code is that it did not work
		as expected for all possible cases and that such code should use
		a similar mechanism as "star"s error control feature.

	-	The Helios option -nolimit-pathtables has not been included as the
		implementation did cause the PATH table to contain random data in
		case that a PATH table overflow was allowed.

	-	The Helios code drop did modify the libfind callback function to
		implement Mac OS extensions. This is not correct as all the Mac OS
		related stuff should already in the functions that are called
		by the unmodified libfind callback.

		Another problem with this code is that it would introduce an
		otherwise non-existent path length limitation with "mkisofs -find "

	-	Helios did remove the artificial limit for UDF files > 2 GB.
		This is currently not done for consistency between ISO-9660 and
		UDF. Mkisofs will implement multi-extent files soon and then
		the UDF file size limitation will be removed.


NEW features of cdrtools-2.01.01a29:


All:

-	Added a note to README.compile on how to work around a problem
	in /usr/include/linux/types.h that prevents to compile cdrtools
	on Linux using the Sun Studio compiler.

-	A workaround against non autoconf friendly code in Cygwin has been
	fixed in include/schily/iconv.h (a typo).

-	Compilations with static configuration are now also possible on HP-UX

-	All profiles libraries now have the same name as the non-profiled variants.
	To create a profiled version of a command, do something like this:

	cd cdrecord
	smake clean
	smake COPTX=-xpg LXOPTX=-xpg LINKMODE=profiled

	For GCC use:

	cd cdrecord
	smake clean
	smake COPTX=-pg LXOPTX=-pg LINKMODE=profiled


Libschily:

-	getargs() enhanced to fully support POSIX Command line rules

-	snprintf() is again compiled into libschily in case that the function
	is missing on the current platform.

Libsiconv:

-	sic_open() now allows to be called with a NULL pointer argument

-	sic_list() now returns the number of listed translations

Cdrecord:

-	Some small typo fixes in the man page

-	Speed values are now also displayed as multiple of Blu Ray 1x

-	First hacky "support" for Blu Ray media. Note that this support
	is based on the assumption that
		"cdrecord driver=drv_dvdplusrw driveropts=burnfree" -force
	works for BD-RE.

	There was no write testing for this new yet but several of the
	parameters have been verified and several modifications have been applied
	to make some of the commands work for Blu Ray.

	The code is fully experimental!

-	The read disk structure command has been enhanced to support the
	media type field for Blu ray.

-	Speed values are now also displayed as multiple of Blu Ray 1x

-	Cdrecord now aborts with DVD+R if -dummy has been specified as there is
	no -dummy mode for DVD+R. This has been forgotten for years....


Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de):

-	Added some casts to interface.c and ioctl.c in order to prevent warnings
	from the Sun Studio 12 compiler.

-	The man page has been restructured to correctly use bold and italic
	with option descriptions.

Readcd:

-	Speed values are now also displayed as multiple of Blu Ray 1x

-	readcd -factor meshpoints=100 now also displays the speed as multiple
	of Blu Ray speed if the medium is a BD

Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated my Eric Youngdale):

-	Avoid a core dump with mkisofs -new-dir-mode XXXX caused by a bad
	getargs() option format string. Thanks to Thomas Flock <tf-mkisofs-200611@online.de>
	for reporting.

-	Some small typo fixes in the man page

-	Fix mkisofs to no longer dump core in case that a non-existing locale
	is used. Thanks to Dirk Paehl for reporting.

-	mkisofs now warns in case that /opt/schily/libsiconv/ is missing
	or not populated.

-	mkisofs no longer requires the Mac OS extension related locale
	translations to be present in case that no Mac extensions are requested.

-	diag/isoinfo also has been fixed to correctly use iconv.
	Thanks to Kai Raphahn <kai.raphahn@laburec.de> for reporting.


NEW features of cdrtools-2.01.01a30:
All:

-	More locale related autoconf tests (see mkisofs)

Libscg:

-	Detect & correctly handle SCSI send permission problems with USCSI and Solaris

Cdrecord:

-	cdrecord -pad cue=file now works as people expect.
	Thanks to to Bernd Eggink for reporting

-	Workaround for new Solaris behavor for Console users if hald
	is active. Give error message and abort instead of useless messages.

-	Print Linux 2.6.8 warnings only if there really was a problem.

-	Blu Ray driver now supports "cdrecord -atip" to read manufacturer IDs.

-	DVD writing works again. Introducing Blu Ray with 2.01.01a29 did cause
	problems with DVDs.

-	Several MMC-3+ Text strings for profiles and media codes have been added.


Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de):

-	Workaround for new Solaris behavor for Console users if hald
	is active. Give error message and abort instead of useless messages.

Btcflash:

-	Workaround for new Solaris behavor for Console users if hald
	is active. Give error message and abort instead of useless messages.

Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated my Eric Youngdale):

-	mkisofs now sets up -input-charset to the locale read from the
	environment in case that no -input-charset has been specified.
	To disable this automatic set up, use -input-charset "".

NEW features of cdrtools-2.01.01a31:

Cdrecord:

-	New code to better print speed performance values
	with cdrecord -prcap
	Note: The 'MATSHITA' 'BD-MLT SW-5582  ' seems for unknown
	reason not to support to retrieve the current read/write speed
	values via get_performance.

-	cdrecord -minfo now prints "Mounted media class" and
	"Mounted media type" name.

-	Fixed a bug in auto-target mode introduced with 2.01.01a30
	Cdrecord now again is able to work wihtout a dev= parameter.


Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de):

-	Fixed a bug in auto-target mode introduced with 2.01.01a30
	Cdda2wav now again is able to work wihtout a dev= parameter.

Readcd:

-	Fixed a bug in auto-target mode introduced with 2.01.01a30
	Readcd now again is able to work wihtout a dev= parameter.

Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated my Eric Youngdale):

-	New option -no-limit-pathtables allows to create filesystems with
	more than 65535 parent directories. Note that this makes the filesystem
	violating ISO9660 and the filesystem will not be usable on DOS.

-	New option errctl=name or errctl=control-spec similar as in star.

	This option allows e.g. to tell mkisofs not to abort if a file
	did grow or shrink while mkisofs was reading it.

	Currently only OPEN, READ, GROW, SHRINK are implemented more to come
	later...

NEW features of cdrtools-2.01.01a32:

All:

-	Handling non-large file aware systems is now more correct

Libparanoia (Ported/enhanced by Jörg Schilling, originated by Monty xiphmont@mit.edu):

-	Fixed some minor problems with K&R compilers


Libedc (Optimized by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de):

-	#define memmove() to movebyted for libedc_dec if memmove is missing.

Libsiconv:

-	Deactivate TAB_SIZE check for K&R compilers. They cannot
	do complex math in cpp.

Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de):

-	cdda2wav now includes a copyright message and a year number
	with the -version output.

-	Add a workaround for a definition in <sundev/srreg.h> on SunOS-4.x

-	Fixed some minor problems with K&R compilers

Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated my Eric Youngdale):

-	mkisofs now includes a copyright message and a year number
	with the -version output.

-	New option -no-limit-pathtables allows to create filesystems with
	more than 65535 parent directories. Note that this makes the filesystem
	violating ISO9660 and the filesystem will not be usable on DOS.

	With 2.01.01a32, this also applies to the Joliet PATH table.

-	Support for ISO-9660 multi extent files added, thanks to
	Frederick Bruckman for sending some experimental sample code
	that helped to find the right ideas for a final implementation.

	This allows mkisofs to support files > 4 GB.

	-	If you only use ISO-9660 (that may include Rock Ridge) or Joliet,
		mkisofs is able to support single files up to a size of 8 TB.

	-	If UDF is included, files > 190 GB will not appear in the UDF
		file tree.

	IMPORTANT: You need to specify mkisofs -iso-level 3 or
			mkisofs -iso-level 4 to allow mkisofs to archive
			files > 4 GB. Also note that if you specify -hfs,
			mkisofs will not archive fiiles larger than 2 GB.

	NOTE:

	Linux	currently does not allow to read the complete content of
		multi-extent files and will return EIO at some offset.

	Solaris	currently does not allow you to read multi-extent files at all.
		It will return EINVAL and print a kernel message

-	New options -hide-udf and -hide-udf-list allow to delectively exclude
	files from the UDF tree. Note that mkisofs currently still binds the
	UDF tree to the Joliet tree. All files that have been excluded from
	the Joliet tree currently are also excluded from the UDF tree.

-	Always hide the Trans table (from mkisofs -T) files from the UDF tree.

NEW features of cdrtools-2.01.01a33:

Cdrecord:

-	Added support to unlock the free firmware for the Plextor 755 and 760
	drives. Thanks to a hint from Alexander Noé.
	This makes the following features available again:

		GIGAREC SINGLESESSION HIDECDR

	Note: You need to install free firmware in the drive first to make this
	work.

	If you like, you may turn the feature off using "driveropts=plexdisable"


-	Added support for enhanced gigarec found in newer Plextor drives.
	The gigarec values 0.9 anf 1.1 are now supported. Cdrecord now supports:

	0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3, 1.4

	Note that not all values are supported by all drives.


-	Added support for Yamaha AutioMaster in the Plextor Premium 2.
	Thanks to a hint from Paolo Saggese. Original Yamaha audiomaster
	is like gigarec 0.85, Plextor implemented 0.8666 which still looks
	like a useful additional intermdiate value.


-	Make the man page more obvious that gigarec with values < 1.0 is _very_
	similar to audiomaster except for pit sizes.

-	Code restructured from a CD/DVD only program to a program that
	writes multiple different similar media.

-	New simulation driver "bd_simul"

-	Trying to make the text in cdrecord.c that forbids incompatible changes
	to be published under the name "cdrecord" more user friendly.


Readcd:

-	Added support to read C1/C2/CU errors from Plextor and NEC/Optiarc drives.
	Thanks to Alexander Noé for the code.

	If you run the test with:

	readcd -cxscan

	you will only see summary output. If you add one -v, you see the error
	information for every second that does include errors. If you add -vv,
	you see information for every second in the data range.

	Note that the output format will change in future to support GNU plot.
	I am looking for suggestions for a useful output format.

-	Added support for pisum8 tests for DVDs on drives made by Plextor

	If you run the test with:

	readcd -pi8scan

-	Added support for pif tests for DVDs on drives made by Plextor

	If you run the test with:

	readcd -pifscan

	Fall all three new options, you will only see summary output. If you
	add one -v, you see the error information for every second (CD)
	8 * 32 KB (pisum8) or 32 KB (pif) that does include errors. If you add
	-vv, you see information for every interval in the data range.

	Note that the output format may change in future,
	I am looking for suggestions for a useful output format.

-	New option -plot allows to modify the outputformat for the options
	-cxscan, -pi8scan, -pifscan

	To plot a list of pisum8 and pif errors, call:

	readcd -pi8scan -plot > pisum8
	readcd -pifscan -plot > pif
	gnuplot
	gnuplot> plot "pisum8" w l
	gnuplot> replot "pif" w l

	To plot a list of C1/C2/CU errors call:

	readcd -cxscan > cx
	awk '{ print $1 " " $2 }' < cx > c1errs
	awk '{ print $1 " " $3 }' < cx > c2errs
	awk '{ print $1 " " $4 }' < cx > cuerrs
	gnuplot
	gnuplot> plot "c1errs" w l
	gnuplot> replot "c2errs" w l
	gnuplot> replot "cuerrs" w l

Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):

-	Avoid warnings when compiling tree.c with some compilers.

-	Do no longer warn about violating ISO-9660 if -iso-level 4 has been specified.

NEW features of cdrtools-2.01.01a34:

Cdrecord:

Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de):

-	Fixed a +- 1 problem in realloc() for TOC handling.
	Thanks to a report from Joshua Reuben Roys

Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):

-	Fixed a double free problem caused by multi-extent files

-	New function e_strdup() checks return code from strdup() for all calls.

NEW features of cdrtools-2.01.01a35:

*******
NOTE: this is _not_ a release that starts a new aplha/beta series of
	distibutions. The only reason is to add certain new CD/DVD features
	that are important.

	So _please_ do not send any patches except when you like to fix
	extreme bugs. I am currently mainly working on stable incremental
	restore featurs for star-1.5-final.
	Once star-1.5-final is out, cdrtools will start a new developent cycle.
*******


Libschily:

-	Fixed a bug in checkerr.c that was caused by the fact that errflags()
	did try to modify it's string argument.


Libparanoia (Ported/enhanced by Jörg Schilling, originated by Monty xiphmont@mit.edu):

-	Set a useful default for the dynamic sector overlap start sector
	in case that the dynamic sector overlap limits are manually changed

Cdrecord:

-	Better code structure for dvd/bd driver recognition.


Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de):

-	New option start-sector=sector allows to set an absolute sector number
	where to start audio extraction.

	This option has been added as a first step to allow to write a
	wrapper for cdda2wav to create a "GStreamer plugin". This helps
	to:

	-	avoid license problems in libcdio

	-	allows to call a privileged programs like cdda2wav from a GUI
		to grant full audio extraction quality that needs generic SCSI
		commands.

-	Cstyle indentation changes

-	Man page now includes some forgotten options

-	Man page now describes the paraopts= sub option list

-	Man page now describes the statistic output from the paranoia code

	HELIOS TODO:

	-	Add the HELIOS UNICODE mapping code. This needs to be done
		at UCS-2 level for Joliet and UDF (instead of UTF-8) and only
		for Rock Ridge (in case of a UTF-8 based target locale) using
		UTF-8 based translations.

	-	Make the Apple extensions work again with "mkisofs -find"

TODO:
	-	Support correct inode numbers for UDF hardlinks

	-	Support sockets, pipes, char/blk-dev specials with UDF

	-	read Joliet filenames with multi-session if no TRANS.TBL
		or RR is present. I am looking for a volunteer for this task!

		Note that this can never be 100% correct as there is no relation
		between the names on the master (UNIX) filesystem, the ISO-9660
		names and the Joliet names. Only the Rock Ridge names are
		untranslated with respect to the original files on the
		master (UNIX) filesystem.

	-	add libecc/edc for CDI and similar.
2007-09-18 23:07:26 +00:00
adrianp
baa57a713d Updated net/freeradius to 1.1.7 2007-09-18 22:17:24 +00:00
adrianp
3e8393cbde Update to 1.1.7
Feature Improvements
* Updated LDAP documentation.
* Added note on DH parameters in eap.conf, and debugging messages which complain if DH is used, but not configured properly.
* Updated the Mikrotik dictionary. Added a note that the sample dictionary they supply is broken.
* Output more information on blocked threads, which should help narrow down which modules is causing the problem.
* Added more eDirectory support.
* rlm_ldap now prints out attributes in the standard format
* Enabled server-side handling of procedures in MySQL

Bug Fixes
* Added NT-Hash support for mschap_xlat.
* Corrected documentation to point to correct location of files.
* Checks for more recent FreeBSD versions.
* uses -DLDAP_DEPRECATED to avoid OpenLDAP crashes.
* Use correct value for authentication name in rlm_mschap.
* Fix over-ride for usernames when use_tunneled_reply = yes.
2007-09-18 22:15:07 +00:00
heinz
697f9891dd Updated
net/microdc2 to 0.15.6nb1
	textproc/p5-XML-SAX to 0.16nb2
2007-09-18 22:10:56 +00:00
wiz
98b247d573 Mention bash update. 2007-09-18 21:20:40 +00:00
wiz
cbac8e6251 Update to patchlevel 3.2.25: Various bugfixes. 2007-09-18 21:20:12 +00:00
wiz
44b8e5e7f2 Mention some updates I did today. 2007-09-18 21:19:33 +00:00
wiz
f7f306028b Update to 2.18:
2.18  Aug 15 2007
      - Non-unique key attribute values now trigger a warning (or a fatal
        error in strict mode) rather than silently discarding data (patch
        from Daniel Baysinger)

2.17  Aug 02 2007
      - Added parse_string(), parse_file() and parse_fh() methods
      - Added default_config_file(), and build_simple_tree() hook methods
      - Tweak to implementation of exporting (patch from Stuart Moore)
      - Documented hook methods
      - Fixed test suite race condition (RT#28603 from Andreas J. König)
2007-09-18 21:18:10 +00:00
wiz
873fb11ae4 Update to 0.71:
0.71  Thu Sep 13 20:42:36 PDT 2007
    Bug fixes
    - Fixed a problem with BEGIN { use_ok } silently failing when there's no
      plan set.  [rt.cpan.org 28345]  Thanks Adriano Ferreira and Yitzchak.
    - Fixed an obscure problem with is_deeply() and overloading ==
      [rt.cpan.org 20768].  Thanks Sisyphus.

    Test fixes
    - Removed dependency on Text::Soundex [rt.cpan.org 25022]
    - Fixed a 5.5.x failure in fail-more.t
    * Got rid of the annoying sort_bug.t test that revealed problems with some
      threaded perls.  It was testing the deprecated eq_* functions and not worth the
      bother.  Now it tests is_deeply().  [rt.cpan.org 17791]

    Doc fixes
    - Minor POD mistake in Test::Builder [rt.cpan.org 28869]
    * Test::FAQ has been updated with some more answers.

    Install fixes
    - Fixed the "LICENSE is not a known MakeMaker parameter name" warning
      on older MakeMakers for real this time.
2007-09-18 21:17:47 +00:00
wiz
52d25fba0c Update to 1.09:
v1.09
        - new method stop_SSL as opposite of start_SSL based on a idea
          of Bron Gondwana <brong[AT]fastmail[DOT]fm>
          To support this method the SSL_shutdown handling had to be
          fixed, e.g. in close a proper unidirectional shutdown
          should be done while in stop_SSL a bidirectional shutdown
        - try to make it clearer that thread support is buggy
2007-09-18 21:17:18 +00:00
wiz
9f020e6b7d Update to 1.20.0:
Changes in GAIL 1.20.0
======================
Added Telugu (te) to ALL_LINGUAS.

Changes in GAIL 1.19.6
======================
Bugfixes: #460820, #363450.
Implement ATK_STATE_DEFAULT in gailwidget.
This version of GAIL should be used with Libgnomecanvas released with
GNOME 2.19.6.

Changes in GAIL 1.19.5
======================
  - Only print accessibility enabled messages when
    GNOME_ACCESSIBILITY=1 [#455120] (Li Yuan).
  - Remove GDK_THREADS guards since it is not a idle function any more
    [#446596] (csaavedra AT alumnos utalca cl).
  - Move gailcanvas to gnomecanvas and remove gnomecanvas dependence
    [#363103] (Li Yuan).

Changes in GAIL 1.19.3
======================

---This is the GNOME 2.19.3 version of gail---
Bugfixes: #340577, #313954.
Remove gnome-doc-utils dependence.

Changes in GAIL 1.19.1
======================
---This is the GNOME 2.19.1 version of gail---
Bugfixes: #347481, #421432, #410861.
2007-09-18 21:16:55 +00:00
wiz
5e1fbb7e92 Update to 1.20.0:
Changes in version 1.20.0:
=========================
*
*Add "si" (Sinhala) to ALL_LINGUAS.

Changes in version 1.19.6:
=========================
*
*Fixes #460851. Add a new API: atk_get_version.

Changes in version 1.19.3:
=========================
*
*Fixes #434784.
*Remove gnome-doc-utils dependence.

Changes in version 1.19.1:
=========================
*
*Fixes #382328, #418194, #413357.
2007-09-18 21:16:34 +00:00
heinz
bfcba15fc1 Improve handling of dynamically changed parser registry file. Instead of
including ParserDetails.ini statically in PLIST we put it in an example
directory (can you call an empty file an example? :-) and let
CONF_FILES take care of copying it to the correct place.
This way "pkg_admin check" will not report an incorrect checksum.
2007-09-18 21:06:14 +00:00
adrianp
f1a1c046c3 Updated net/httping to 1.2.5 2007-09-18 20:33:18 +00:00
adrianp
5c9ff64b85 Update to 1.2.5
Fix build on systems that don't have strndup(3) (PR #36281)
1.2.5 showing the status code would garble the screen
1.2.4 fixed memory-leak in SSL code
2007-09-18 20:30:00 +00:00
drochner
d45a8a2216 update to 0.36.2
changes: minor bugfixes
2007-09-18 20:22:13 +00:00
drochner
b82198cefb update to 2.3.0
changes:
-New functions mpfr_j0, mpfr_j1, mpfr_jn, mpfr_y0, mpfr_y1, mpfr_yn,
 mpfr_lgamma, mpfr_remainder, mpfr_remquo, mpfr_fms, mpfr_signbit,
 mpfr_setsign, mpfr_copysign, mpfr_get_patches
-Functions mpfr_sin, mpfr_cos and mpfr_sin_cos improved
-More detailed MPFR manual
-Improved tests (make check)
-Bug fixes
2007-09-18 20:15:57 +00:00
drochner
ffd5d9a436 Python support _does_ dork. just enable it
bump PKGREVISION
2007-09-18 20:13:14 +00:00
drochner
52cdc632d0 update to 2.18.1
changes: translation updates
2007-09-18 20:01:40 +00:00
drochner
cebaf404bb update to 2.18.2
changes: translation updates
2007-09-18 20:00:04 +00:00
heinz
6e0643e9ba Changed hard link to symbolic link. Otherwise people using MANZ get two
distinct files.
2007-09-18 19:59:38 +00:00
heinz
012774c469 Added support for installation to DESTDIR. 2007-09-18 19:44:40 +00:00
drochner
6f38a01a1e update to 2.12.2
This is a major release. Significant changes include:
* calc may be built with static or dynamic shared libraries
* overhauled Makefiles to use system targets
  - replaced compiler sets with host targets
  - targets include: linux, OS X, FreeBSD, simple, default
  - many changes to Makefile variables
* calc source static and extern variables declared with CPP symbols
  - to make it easier to compile under certain Windoz environments
  - to assist those who are developing a multi-threaded calc lib
* calc library makes it easier to control parse and scan messages
* added Makefile.simple for hosts without GNU Make
* added custom registers
  - when calc is run with the -C flag
* dropped support of md5 and sha-0 hashes
* calc supports real and complex exponentiation bases and exponents
  - i.e., 2.5 ^ 3.5, 0.5i ^ 0.25, 2.5 ^ 2.718i, 3.13145i ^ 0.30103i

added TEST_TARGET
2007-09-18 19:40:19 +00:00
rillig
3cd03bc8b4 libbonobo needs flex, at least on Solaris. 2007-09-18 19:24:17 +00:00
bouyer
6eb48581f5 Fix path in RCD_SCRIPT_SRC, and let RCD_SCRIPT install it in
share/example/rc.d/. Based on patch from MASUDA Hideo in pkg/36970,
and advise from Joerg Sonnenber.
2007-09-18 19:24:07 +00:00
drochner
7b224c9f33 update to 0.16
changes:
-Changed keybinding in GEdit plugin from F7 to F2 to avoid a conflict
 with GTK+ 2.12
-translation updates
2007-09-18 19:23:01 +00:00
drochner
3176f60d65 update to 1.10.1
changes: minor bugfixes
2007-09-18 19:19:56 +00:00
drochner
6095cfb18f update to 1.4.0
changes: security fixes, and a few crashes fixed
2007-09-18 19:18:10 +00:00
drochner
1dd2146d9f update to 0.16.9
changes:
- Slightly improved pango backend
- Misc bug fixes
2007-09-18 19:11:39 +00:00
drochner
36f550034f update to 2.14.9
changes: minor bugfixes and portability fixes
2007-09-18 19:10:21 +00:00
drochner
c1fc848370 update to 0.8.9
changes: bugfix in the parser error handler
2007-09-18 19:08:06 +00:00
drochner
5bf2e6bd2e update to 1.18.2
changes: minor bugfixes
2007-09-18 19:06:22 +00:00
drochner
9344acf1ad update to 1.6.6
changes:
-minor feature additions to the command line tools
-C++ API: Added support for Szip
-bugfixes

pkgsrc changes:
-fixes for the cxx option (should be a separate pkg)
-fixes for the threadsafe option -- replaced a pthread_equal() by a
 simple "==" to make it usable with non-threaded apps
 (not 100% portable, but should be fine for the platforms in question)
 The shared libraries should not be linked against libpthread, but
 that would require serious changes to the autoconf/make machinery
 so I've left it alone for now.
 If that is fixed, "threadsafe" could be made default.
-Don't try to strip scripts on install.
2007-09-18 18:58:08 +00:00
tnn
757711de51 Updated devel/glib2 to 2.14.1 2007-09-18 17:37:57 +00:00
tnn
aefb760754 update to glib2-2.14.1. This is a bug fix release in the 2.14 series.
Overview of Changes from GLib 2.14.0 to GLib 2.14.1
===================================================

* Bugs fixed:
 476840 Invocation of the interface "g_utf8_strreverse" crashes f...
 444765 Fix FIXME in gregex.c when new pcre is out
 464145 g_markup_escape_text Produces Invalid XML
 465625 g_type_default_interface_ref() does not ensure working g_...
 466768 Clearify that comments can be put anywhere in a Key-file.
 474229 The GError documentation should give convention for the G...
 474899 G_BREAKPOINT() docs inaccurate
 475854 Overuse of -lpcre when using system pcre
 473879 Incorrect includes in gregex.c
 468694 Typoes in documentation
 469051 g_snprintf () talks about characters where it probably me...
 457601 Missing arch specific atomic implementation
 475923 Missing pcre flags when static-linking against glib
 475619 glibthread-2.0.la does not list -lpthread

Also many updated translations.
2007-09-18 17:37:02 +00:00
joerg
c58de1f138 devel/litool-base was left out o fthe update commit, fix up version
here to avoid going back in revision.
2007-09-18 16:51:00 +00:00
joerg
79ba801833 Don't cache the allocated argv in a local static variable, just allocate
and free it.
2007-09-18 15:44:18 +00:00
joerg
5046845687 Remove EXPECT_DEBUG code and if(0)'ed call of setbuf. 2007-09-18 15:40:47 +00:00
joerg
7177f144cd Make allocation errors fatal. Better than leaking memory in the error
case.
2007-09-18 15:38:10 +00:00
joerg
b36cfdf538 Simplify a bit to work under bulk builds as well. 2007-09-18 14:14:31 +00:00
tron
2d30aeb24b Note update of "libtorrent" and "rtorrent" packages to versions
0.11.7 and 0.7.7.
2007-09-18 12:37:10 +00:00
tron
a5b36fa336 Update "libtorrent" package to version 0.11.7 and "rtorrent" package
to version 0.7.7. Changes since version 0.11.6/0.7.6:
- Renamed all commands to from e.g "get_d_*" to "d.get_*". Remember to
  update your rc file.
- Removed support for appending multiple commands to 'schedule'.
  Multiple commands must now be quoted, e.g "print=cmd1 ;print=cmd2".
-  Enabled 'max_downloads_div' by default. This should give better
  connection responsiveness if a reasonable download throttle rate is set.
- Added a default low_diskspace check for 500MB. It is scheduled with
  the id "low_diskspace".
- Allow lists as arguments in commands by using '{' and '}'. The list
  will be recursed and all '$' will be called, while '~' will only be
  expanded when in the first element in the list. E.g "execute =
  touch,{~/tmp/,$get_client_version=}".
- Added 'execute_log' for logging the result of calls to 'execute'.
- Dynamically sized SCGI read buffer, system.multicall should work
  properly now.
- Added 'call_download' that takes a view as the first parameter and
  then a list of commands. It will return a list of lists containing the
  results from those commands.
- Allow loading torrents from https and ftp uri's.

A quick release to get new "d.get_*" naming into use before too many
people write XMLRPC clients using the old commands.
2007-09-18 12:35:12 +00:00
wiz
9f5e2dc295 + GraphicsMagick-1.1.9, ap-ssl-2.8.30, at-spi-1.20.0, atk-1.20.0,
bochs-2.3.5, dasher-4.6.0, dejavu-ttf-2.20, deskbar-applet-2.20.0,
  eog2-2.20.0, epiphany-2.20.0, epiphany-extensions-2.20.0,
  evince-2.20.0, evolution-2.12.0, evolution-data-server-1.12.0,
  evolution-exchange-2.12.0, evolution-webcal-2.12.0, gail-1.20.0,
  gcalctool-5.20.0, gdm-2.20.0, gedit-2.20.0, glade3-3.4.0,
  glib2-2.14.1, gnome-common-2.20.0, gnome-keyring-2.20.0,
  gnome-mag-1.14.10, gnome-vfs2-2.20.0, gnome2-applets-2.20.0,
  gnome2-control-center-2.20.0, gnome2-games-2.20.0, gnome2-media-2.20.0,
  gnome2-system-monitor-2.20.0, gnome2-utils-2.20.0, gok-1.3.4,
  gpaint-0.3.3, gtk2-engines-2.12.0, gtkhtml-3.16.0, gtksourceview-2.20.0,
  gwenview-1.4.2, intltool-0.36.2, libgnomekbd-2.20.0, libgtop-2.20.0,
  libxklavier-3.3, metacity-2.20.0, neon-0.27.1, openoffice2-2.3.0,
  orca-2.20.0, p5-IO-Socket-SSL-1.09, p5-Image-Info-1.26,
  p5-Test-Simple-0.71, p5-glib2-1.160, p5-gtk2-1.160, plone-3.0.1,
  pwlib-1.10.9, py-gnome2-2.20.0, py-gnome2-desktop-2.20.0,
  py-gobject-2.14.0, py-gtk2-2.12.0, seahorse-2.20, smokeping-2.2.4,
  surfraw-2.2.0 [http://surfraw.alioth.debian.org/], tea-17.24,
  transcode-1.0.4, xmp-2.2.1, yelp-2.20.0, zenity-2.20.0.
2007-09-18 10:45:41 +00:00
wiz
78e2931593 Updated x11/gtk2 to 2.12.0nb1 2007-09-18 10:45:38 +00:00
wiz
e6e315b75f Add patch recommended in release announcement:
GtkIconCache now runs _gtk_icon_cache_validate() for every cache loaded.  This
causes a big chunk of each icon cache file to be paged in; this makes apps slow
at startup when it is likely that other apps have caused the icon caches to be
paged out.

Bump PKGREVISION.
2007-09-18 10:44:56 +00:00
rillig
9ccbb63c63 regen 2007-09-18 08:35:13 +00:00