summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-03-24Actually do the update I intended, not some other local change. Pointedcube1-4/+3
out by Amitai Schlair.
2005-03-24Update maintainer email address.jmcneill1-2/+2
2005-03-24Add a note to setjschauma1-1/+8
PKGSRC_COMPILER=mipspro if this compiler is used. Otherwise, wrong CFLAGS might be passed. XXX: we probably want to add a check for the proper compiler into the bootstrap process and add this line automatically, if necessary.
2005-03-24Remove album* entries, until the corresponding packages get imported for real.wiz2-6/+2
2005-03-24USE_BUILDLINK3 is mandatory; don't check for it anymore.tv1-6/+1
2005-03-24Note update of p5-HTML-TableExtract.chris1-1/+2
2005-03-24Update HTML-TableExtract to v1.10. v1.09 appears to have disappeared fromchris2-6/+6
cpan mirrors. Changes: 1.10 Mon Mar 7 10:45:54 EST 2005 - Minor fix to resets during calls to parse(). Resets must be requested manually. - Docs update to reflect impending arrival of 2.x series.
2005-03-24Pull in libtiff/Makefile.in rev. 1.54 and 1.55 without the rpath changesrecht2-1/+60
from libtiff CVS to fix the build on Darwin.
2005-03-24USE_BUILDLINK3 is no longer optional (and cannot be turned off). Per mailtv13-149/+34
to tech-pkg: ===== * USE_BUILDLINK3=YES will be unconditional. (In fact, USE_BUILDLINK3 will be ignored altogether by mk/; but see below.) * NO_BUILDLINK and NO_WRAPPER will be ignored by mk/. If a build happens, these phases will happen. * The existing NO_BUILD will imply the previous NO_BUILDLINK and NO_WRAPPER. If no build happens, those phases are not needed. * NO_TOOLS will be ignored by mk/. The tools phase, which provides much more than just the C compiler, will always happen regardless of package. This will make metapackage builds only slightly slower, in trade for far less user error.
2005-03-24Depend on bash>=2 instead of bash>=2.05.2.7.reed1-2/+2
Okayed by maintainer. Sometime ago, I had noticed my bash was too old, but I found it was good enough for this.
2005-03-24Initial import of the collection of systrace(1) policies from hairyeyeball.agc1-1/+2
The files in this archive are example systrace policy files, which can be used to raise the security levels of your computer by using the systrace(1) utility. These example policies can be used as a base for custom policies, or as learning material.
2005-03-24Add and enable systrace-policiesagc1-1/+2
2005-03-24Turn on bl3, and add bl3 includes for needed libiconv and gettext-lib.tv1-2/+5
Bump PKGREVISION due to dependency changes.
2005-03-24Initial import of the collection of systrace(1) policies from hairyeyeball.agc4-0/+242
The files in this archive are example systrace policy files, which can be used to raise the security levels of your computer by using the systrace(1) utility. These example policies can be used as a base for custom policies, or as learning material.
2005-03-24Fix build on Interix.tv3-17/+22
2005-03-24Note update of p5-Cache-Simple-TimedExpiry, p5-DBIx-SearchBuilder and rt3.cube2-4/+5
2005-03-24Update to 3.2.3. I'm not yet sure I will do the 3.4.x update in-place orcube3-7/+9
as a separate package. The change log for that versions is as always with RT very long and verbose. However, it is only a bug-fix release, and quite a few of them are fixed. Among other things, a Polish translation has been added. See the detailed information in the Changelog file at the root of the archive.
2005-03-24Update to 1.22.cube2-8/+7
1.22 Mon Jan 24 07:42:46 EST 2005 - Require encode since we require encode. 1.21 - Oracle LOB handling caused us to corrupt item values on update. - Just before inserting things into the database, turn off their utf8 flag. The flag didn't have any positve impact _and_ it can take down recent DBD::Oracle releases. (This is a new failure in DBD::Oracle 1.16) 1.20 Tue Jan 18 08:24:15 EST 2005 - Minor test suite fixes from Ruslan. 1.19 Sat Jan 8 18:22:59 EST 2005 - Performing a search multiple times could result in multiple copies of records in a collection. Uncovered thanks to Kevin Chen and Alex Vandiver. 1.18 - Release the changes from 1.17 1.17_03 - Properly mark BLOB columns in UPDATE calls. (DBD::Oracle 1.16 broke without this) 1.17_02 - Better handling of empty values for SB::Record::_Accessible. ( --Ruslan) 1.17_01 - More record tests from Ruz 1.16 Thu Dec 9 23:49:39 EST 2004 - Fixed a bug in D::SB::R::Cachable that could cause it to load the wrong row from the cache if you were loading by alternate keys and had since changed one of the attributes of a previous row. This was unmasked by a bug that Ruslan Zakirov found in RT 3.3's custom field handling
2005-03-24+ sylpheed-claws-1.0.4.wiz1-2/+2
2005-03-24Update to version 0.23.cube2-7/+6
0.23 Tue Jan 18 08:31:03 EST 2005 - Switch to fetch/store instead of fetch/set (recommended by Ruslan) (Also support get/set as aliases)
2005-03-24Correctly pass ${SORT} to tflat. Interix needs something other than thetv2-5/+5
OS-supplied one (currently, it will use gsort from coreutils).
2005-03-24Update tinyscheme from version 1.33 to 1.35, to pick up bugfixes:agc5-120/+9073
Version 1.35 Todd Showalter discovered that the number of free cells reported after GC was incorrect, which could also cause unnecessary allocations. Version 1.34 Long missing version. Lots of bugfixes have accumulated in my email, so I had to start using them. In this version, Keenan Pepper has submitted a bugfix for the string comparison library procedure, Wouter Boeke modified some code that was casting to the wrong type and crashed on some machines, "SheppardCo" submitted a replacement "modulo" code and Scott Fenton submitted lots of corrections that shut up some compiler warnings. Brian Maher submitted instructions on how to build on OS-X. I have to dig deeper into my mailbox and find earlier emails, too. Additional pkgsrc fix: use BSD_INSTALL_LIB to install libraries.
2005-03-24- strings.h is really not the right header to include.christos2-6/+45
- TCSASOFT is useless here; we have the right values for {i,o}speed and cflag. In addition it is not portable, so kill it. - keep the previous unsigned char fix.
2005-03-24Unfortunately, BULK_PREREQ doesn't shield its prerequisites from beingtv1-1/+2
deleted because one of *their* dependencies are deleted. So add the dependencies of lang/gawk and sysutils/coreutils to BULK_PREREQ too.
2005-03-24Backout last change, the ".include" is already "Makefile.common".tron1-2/+1
2005-03-24Include "pthread.buildlink3.mk" to fix build problem after recenttron1-1/+2
update of the "ocaml" package.
2005-03-24Make this package build on Linux.minskim3-1/+38
- Include time.h to use "struct tm". - stdout is not a constant on some platforms. Do not use it in initializing a variable.
2005-03-24Note firefox package update to 0.9.12jmcneill1-1/+2
2005-03-24- fluxbox; firefox, firefox-gtk1, firefox-gtk2-bin; mozilla.wiz1-6/+1
2005-03-24note update of firefox & firefox-gtk1 to 1.0.2.taya1-1/+3
2005-03-24Include stdint.h because uint32_t is used. Makes the package build onminskim1-0/+7
Linux again.
2005-03-24Update firefox & firefox-gtk1 to 1.0.2taya4-10/+10
Firefox 1.0.2 is a security and stability update. Followings bugs are fixed in this release. MFSA 2005-32 Drag and drop loading of privileged XUL MFSA 2005-31 Arbitrary code execution from Firefox sidebar panel MFSA 2005-30 GIF heap overflow parsing Netscape extension 2
2005-03-24Update fluxbox to 0.9.12; closes PR/29780.jmcneill4-28/+48
Changes: News in 0.9.12: * Added Imlib2 support (./configure --enable-imlib2) [default=disabled] Fluxbox can now load *.png, *.jpg and other image-formats. * Added Tab command, which goes to a specific tab number action: Tab ex: Mod1 1 :Tab 1 Mod2 3 :Tab 3 * Added support for hsetroot to fbsetbg Bug fixes: * Fix for #1091710 (SystemTray is not covered by StyleStuff) SystemTray is now configurable via styles thru the toolbar.systray.* - resource, it falls back to the look of the clock * Warnings on amd64 (#1099278, #1099950) * WithdrawnState handling) (#1087220) * Windows dont respect toolbar.border.width (#996298) * Fixed "remove last workspace" bug * Fixed problems with gtk2-fullscreen-mode (gimp2, galeon etc) * missing header (#1080323) * Update ClockTool when timeformat changed (#1026096) News in 0.9.11: * Slit: * wheel or middle/right click in slit menu moves items up/down * Save slit list menu item * (Re)added dragNdrop ordering of tabs * Better visualisation of the RememberState in RememberMenu * iconbar: * new resources: session.*.iconbar.wheelMode: <mode> On - enable mousewheeling on the iconbuttons Off - disables mousewheeling on the iconbuttons Screen - uses the settings of desktopWheeling session.*.iconbar.deiconifyMode: <mode> Current - deiconifies the window on current workspace Follow - deiconifies the window on the workspace it was iconified from and jumps to that workspace SemiFollow - acts as 'Current' for windows that were actually iconified, and as 'follow' for the others * Added option to specify what to do with windows, that got activated on a different workspaces than the current one (thru NET_ACTIVE_WINDOW for example, guinotification-plugin from gaim) session.screen0.followModel: <value> Ignore - ignore the activated window Follow - go to the workspace of the window Current | CurrentWorkspace | Fetch - get the window onto the current workspace * session.focusTabMinWidth: defines the guaranteed minimize size of the focused tab in percent of the whole window * New command: export | setenv sets the enviroment of fluxbox to a given value export NAME=VALUE setenv NAME VALUE * Alpha values are no longer in theme, but are in init file. Possible values are (all beginning with session.screenN.), * means changed/new: - menu.alpha (*) - slit.alpha - window.focus.alpha (*) - window.unfocus.alpha (*) - toolbar.alpha (*) Bug fixes: * Fix to avoid gentoo bug #72703 also reported at http://www.securityfocus.com/archive/1/382398/2004-11-24/2004-11-30/2 * Fix for a java-bug (wrong opened subwindows) * Fix for hiding menu when menufile changed * Fix for segfault at startup * fbrun doesnt overlap screenborders anymore * Fixed Wine + Paradise Poker Client problem. * Fix UnderMousePlacement, patch #1052534, close #1048000 * Some changes to avoid invisible fonts * Fix memleaks * A few fixes to compile fluxbox with icc and mipspro(irix) #1045785 * Fixed a problem when system-date is set back * Fixed some TextBox issues with some "untypeable" keys * Fix a couple of bugs with transparency in toolbar/buttons * Fix crash when in windowmenu->submenu and closing the app * other bug fixes: #1057499 #1046472 #1052095 #1034522 #1039658
2005-03-24pbzip2 updated to 0.9.2.wiz2-4/+3
2005-03-24Update to 0.9.2:wiz2-6/+6
New in 0.9.2: * Created workaround for a major pthreads problem (on Linux at least) that would cause segfaults and missed signals in the pthreads library itself when mutexes or signals were created/destroyed too quickly. This used to happen when processing multiple files, but now pbzip2 only generates its mutexes and signals at the beginning and reuses the same ones for multiple files. Special thanks to George Chalissery for help with this one. * Increased size of BZIP2 header match from 56 bits to 72 bits for more accurate detection * Modified some buffers to use the vector class for easier memory management and to eliminate one read pass of the input data for decompression so should be slightly faster. * Now checks if input file exists before checking if output file already exists (when not using -f) * Now checks to ensure input is regular file and not a directory before processing * Now deletes input file only if output file exists and is greater than 0 bytes (-k will always preserve input file) * Now checks input file for bzip2 header before trying to decompress file * Minor code cleanup New in 0.9.1 * Fixed bug: -c switch now implies -k so input file is not deleted when data is output to stdout New in 0.9.0: * Added -c switch for data output to stdout * Added -t switch to test integrity of compressed data * Added autodetection for # of CPUs on supported platforms and made detected value default # CPUs to use * Fixed bug where pbzip2 processed 0 byte files * Tried to make program exit codes the same as bzip2
2005-03-24Add mktexlsr to PLIST so binary package install works.ben1-1/+3
Addresses PR#29776.
2005-03-24+ samba-3.0.13markd1-2/+2
2005-03-24note update of mozilla & mozilla-gtk2 to 1.7.6taya1-1/+4
2005-03-24Update mozilla & mozilla-gtk2 to 1.7.6taya7-14/+20
This is a security fix release. Fixed bugs are follows. MFSA 2005-32 Drag and drop loading of privileged XUL MFSA 2005-30 GIF heap overflow parsing Netscape extension 2 MFSA 2005-29 Internationalized Domain Name (IDN) homograph spoofing MFSA 2005-28 Unsafe /tmp/plugtmp directory exploitable to erase user's files MFSA 2005-27 Plugins can be used to load privileged content MFSA 2005-26 Cross-site scripting by dropping javascript: link on tab MFSA 2005-25 Image drag and drop executable spoofing MFSA 2005-24 HTTP auth prompt tab spoofing MFSA 2005-23 Download dialog source spoofing MFSA 2005-21 Overwrite arbitrary files downloading .lnk twice MFSA 2005-20 XSLT can include stylesheets from arbitrary hosts MFSA 2005-18 Memory overwrite in string library MFSA 2005-17 Install source spoofing with user:pass@host MFSA 2005-16 Spoofing download and security dialogs with overlapping windows MFSA 2005-15 Heap overflow possible in UTF8 to Unicode conversion MFSA 2005-14 SSL "secure site" indicator spoofing MFSA 2005-13 Window Injection Spoofing see changelog for detail. http://www.mozilla.org/releases/mozilla1.7.6/changelog.html
2005-03-24Use versioned distfile.wiz2-8/+6
2005-03-24+ cocoon-2.1.7, nessus-2.2.4, nut-10.16, oss-3.99.2c, proxsmtp-1.2,wiz1-7/+8
sylpheed-1.0.4, ucarp-1.1 [pkg/29785]. - xscreensaver-4.21
2005-03-24xscreensaver updated to 4.21.wiz1-1/+4
2005-03-24Remove xscreensaver-gnome.wiz1-2/+1
2005-03-24Update to 4.21:wiz12-206/+80
Changes since 4.20: * New hack: `fliptext'. * Changed default configure installation directories: /usr/bin/ for xscreensaver, etc.; /usr/libexec/xscreensaver/ for hacks; /usr/share/xscreensaver/config/ for xml files. * All the text-manipulating screen savers can have their text source configured via `xscreensaver-demo' now. * xscreensaver.spec now builds three RPMs: base (no hacks); extras (2d hacks); and gl-extras. * Added `-program' and `-front' option to `gltext'. * Added `-shells' to `molecule'. * Fixed text-alpha glitch in `carousel'. * New `pacman': the ghosts can be killed now. * Fixed a bug in screen-grabbing GL hacks where images would be tiled instead of scaled on machines that can't do large textures. * `webcollage' can hit Flickr now. * New (rewritten) implementation of `ifs'. * The unlock dialog can be made to have a "New Login" button that will run `gdmflexiserver'. Experimental! * Fixed non-ASCII display bug in `starwars'. * Configure finds a default for imageDirectory. * "xscreensaver-command -lock" now works even if in "screensaver disabled" mode. * If a bad password is typed while CapsLock is on, the unlock dialog says "CapsLock?" instead of "Sorry". * Mouse motion only counts as activity if the mouse moved more than 10 pixels (so the screen won't unblank every time you bump your desk.) * New mode option "random-same": if you have multiple monitors, this will run the *same* randomly chosen hack on each screen, instead of different ones on each. Changes since 4.19: * New hacks, `fiberlamp', `boing', `boxfit', and `carousel'. * Rewrote `glslideshow' again: should be faster now. * Sped up loading of images in GL programs. * `starwars' uses texture-mapped fonts now. * New `bsod' modes: tru64, hppa, and nvidia. * Updates to `webcollage', `juggle', `pinion', `fireworkx', `sonar', `extrusion', `substrate', and `pong'. Changes since 4.18: * New hacks, `substrate', `intermomentary', `fireworkx', and `pinion'. * New version of `flow'. * Made /proc/interrupts work again on Linux 2.6. * Made `analogtv' not hog the CPU. * Made analogtv-based hacks work properly on PPC/ARM. * Fixed a bad memory leak in `piecewise'. * Minor updates to `sonar', `molecule', `glmatrix', `galaxy', and `webcollage'. * Removed support for GTK 1.x (everyone uses 2.x now.)
2005-03-24Updated ocaml[-graphics] to 3.08.3adam1-1/+3
2005-03-24Changes 3.08.3:adam19-94/+200
New features: - support for ocamlopt -pack under Mac OS X (PR#2634, PR#3320) - ignore unknown warning options for forward and backward compatibility - runtime: export caml_compare_unordered (PR#3479) - camlp4: install argl.* files (PR#3439) - ocamldoc: add -man-section option - labltk: add the "solid" relief option (PR#3343) - compiler: ocamlc -i now prints variance annotations Bug fixes: - typing: fix unsoundness in type declaration variance inference. Type parameters which are constrained must now have an explicit variant annotation, otherwise they are invariant. This is not backward compatible, so this might break code which either uses subtyping or uses the relaxed value restriction (i.e. was not typable before 3.07) - typing: erroneous partial match warning for polymorphic variants (PR#3424) - runtime: handle the case of an empty command line (PR#3409, PR#3444) - stdlib: make Sys.executable_name an absolute path in native code (PR#3303) - runtime: fix memory leak in finalise.c - runtime: auto-trigger compaction even if gc is called manually (PR#3392) - stdlib: fix segfault in Obj.dup on zero-sized values (PR#3406) - camlp4: correct parsing of the $ identifier (PR#3310, PR#3469) - windows (MS tools): use link /lib instead of lib (PR#3333) - windows (MS tools): change default install destination - autoconf: better checking of SSE2 instructions (PR#3329, PR#3330) - graphics: make close_graph close the X display as well as the window (PR#3312) - num: fix big_int_of_string (empty string) (PR#3483) - num: fix big bug on 64-bit architecture (PR#3299) - str: better documentation of string_match and string_partial_match (PR#3395) - unix: fix file descriptor leak in Unix.accept (PR#3423) - unix: miscellaneous clean-ups - unix: fix documentation of Unix.tm (PR#3341) - graphics: fix problem when allocating lots of images under Windows (PR#3433) - compiler: fix error message with -pack when .cmi is missing (PR#3028) - cygwin: fix problem with compilation of camlheader (PR#3485) - stdlib: Filename.basename doesn't return an empty string any more (PR#3451) - stdlib: better documentation of Open_excl flag (PR#3450) - ocamlcp: accept -thread option (PR#3511) - ocamldep: handle spaces in file names (PR#3370) - compiler: remove spurious warning in pattern-matching on variants (PR#3424) - windows: better handling of InterpreterPath registry entry (PR#3334, PR#3432)
2005-03-24Updated bzflag.wiz1-1/+2
2005-03-24Does not need glut; replace Mesa/bl3 with MesaLib/bl3 and glu/bl3.wiz1-3/+4
Closes PR 29779 by Richard Rauch. Bump PKGREVISION.
2005-03-24Note gnome-core, gnome-panel, gnome-session updates.wiz1-1/+4
2005-03-24Remove xscreensaver-gnome from dependencies -- it will be removed duringwiz3-9/+6
the next xscreensaver update. Bump PKGREVISION.