Commit graph

91373 commits

Author SHA1 Message Date
tron
f15a4e82e0 Correct pattern for NetBSD 3.99.1 to 3.99.7 so it doesn't match
NetBSD 3.99.15.
2006-01-17 23:13:44 +00:00
tron
581e8cd0fe Next attempt to get the pattern correct for NetBSD 3.0. 2006-01-17 23:10:40 +00:00
rillig
de8b313520 - Added some more state transitions and warnings to the shellword parser.
It has come to the point where almost any further improvement means to
  adopt a real recursive parser.
2006-01-17 23:01:17 +00:00
adrianp
f92bc327f0 Updated graphics/tuxpaint to 0.9.14nb6 2006-01-17 22:50:36 +00:00
adrianp
3e1f5f983f Add a patch via Debain to address:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3340

"The vulnerability is caused due to temporary files being created insecurely
in the "/tmp" directory by the tuxpaint-import.sh script. This can be exploited
via symlink attacks to create or overwrite arbitrary files with the privileges
of the user running the affected script."

Bump to nb6.
2006-01-17 22:48:57 +00:00
tron
b3f5814d61 Add another pattern to the "librfuncs" check which will match NetBSD 3.0
(and 3.1, 3.2, etc.). Problem pointed out by Greg Oster in private e-mail.
2006-01-17 22:46:13 +00:00
jdc
a82b7c9750 tsort creates temporary files in the current directory, so change to the
BULKFILESDIR directory before running it.  We can now bulk build with a
read-only pkgsrc.
2006-01-17 22:35:13 +00:00
adam
ee8fc49431 Updated audio/audacity to 1.2.4b 2006-01-17 21:51:29 +00:00
adam
ace7cba887 patch-ag is important as well :) 2006-01-17 21:50:23 +00:00
adam
b338308fcf Changes 1.2.4b:
* A serious problem with the French translation was corrected.

Changes 1.2.4:
* The File menu now includes a list of recent files.
* The "Generate Silence" effect now prompts for a length.
* Audacity is now built with Vorbis 1.1, which features better encoding quality
  and file compression.
* Dragging sound files into the Audacity window now works on Mac OS X and Linux,
  as well as Windows. (Before, it worked only on Windows.)
* Better support for certain audio devices on Mac OS X 10.4 "Tiger"
* The "View History" window can now discard old undo levels to save disk space
   on Windows. (This previously worked only on Linux and Mac.)
* "Preferences" command is now in Edit menu.
* "Plot Spectrum" command is now in Analyze menu.
* Opening a project file saved by a later version of Audacity displays an
  intelligent error message. Also, trying to import a project file (instead of
  open it) displays an intelligent error message.
* Audacity now compiles in Visual C++ .NET 2003.
* Other minor bug fixes.
* New or updated translations: Arabic (ar), Czech (cs), Finnish (fi), Hungarian
  (hu), Japanese (ja), Norwegian (nb), Slovenian (sl), Simplified Chinese
  (zh_CN), Traditional Chinese (zh_TW).
2006-01-17 21:49:44 +00:00
veego
5d9e796b0a Note the irssi update to 0.8.10 and irssi-icb to 0.14nb7. 2006-01-17 21:48:45 +00:00
veego
f877198bb9 Update to version 0.8.10, based on PR #32432 from Juha-Matti Tilli:
- Recode support
- Isupport (005 numeric)
- Passive DCC support.
- Many memleak fixes.
- Network specific ignoring.
- Updated internal error handling.
- Complete 64bit support.
- Revised default aliases.
- Updated paste detection and settings.
- Tons of bugfixes.
- Other changes

The 'pre-install' hack from the pr is no longer needed after a fix from
jlam. Don't delete the patch-ae, which was removed in the pr.
Recode support won't work at the moment on NetBSD.

Bump the version for irssi-icb, due too the upgrade of irssi.
2006-01-17 21:45:52 +00:00
kristerw
81ef29ab40 Regenerate hand edited patches so that they can be applied using the
OS X patch program.
2006-01-17 21:23:01 +00:00
adam
37ce8bef67 Updated chat/ekg to 1.6nb3 2006-01-17 20:50:10 +00:00
adam
5a14298574 Final distribution: bug fixes 2006-01-17 20:49:13 +00:00
ghen
e06b37fe68 I updated the bacula* packages to 1.38.4. 2006-01-17 15:53:57 +00:00
ghen
ed38c03e1c Another bugfix release on the Bacula 1.38.x branch. Ok by wiz@.
Changes to 1.38.4 released 17Jan06:
- The main changes are to the Director and the Storage daemon, thus there is no
  need to update your File daemons. Just the same, I do recommend running with
  the release 1.38.3 Win32 FD or later.
- Add two new queries to query.sql provided by Arno. One list volumes known to
  the Storage device, and the other lists volumes possibly needing replacement
  (error, ...).
- Add periodic (every 24 hours) garbage collection of memory pool by releasing
  free buffers.
- Correct bug counting sized (for display only) in smartall.c
- Print FD mempool stats if debug > 0 rather than 5.
- Correct bug in alist.c that re-allocated the list if the number of items goes
  to zero.
- Move the reservation system thread locking to the top level so that one job
  at a time tries all possible drives before waiting.
- Implement a reservation 'fail' message queue that is built and destroyed on
  each pass through the reservation system.  These messages are displayed in a
  'Jobs waiting to reserve a drive' list during a 'status storage='.  Note,
  multiple messages will generally print for each JobId because they represent
  the different problems with either the same drive or different drives.  If
  this output proves too confusing of voluminous, I will display it only when
  debug level 1 or greater is enabled in the SD.
- Add enable/disable job=<job-name>.  This command prevents the specified job
  from being scheduled. Even when disabled, the job can be manually started
  from the console.
- During 'update slots' clear all InChanger flags where the StorageId is zero
  (old Media records).
- Fix autochanger code to strip leading spaces from returned slots number.
  Remove bc from chio-changer.
- Back port a bit of 1.39 crypto code to reduce diffs.
- Fix first call to autochanger that missed close()ing the drive. Put close()
  just before each run_program().  Fixes Arno's changer bug.
- Add PoolId to Job record when updating it at job start time.
- Pull in more code from 1.39 so that there are fewer file differences (the new
  ua_dotcmds.c, base64.h, crypto.h hmac.c jcr.c (dird and lib) lib.h md5.h
  parse_conf.c util.c. Aside from ua_dotcmds.c these are mostly crypto upgrades.
- Implement new method of walking the jcr chain. The incr/dec of the use_count
  is done within the walking routines.  This should prevent a jcr from being
  freed from under the walk routines.
2006-01-17 15:52:52 +00:00
adrianp
ea95c47de2 Updated devel/mantis to 1.0.0rc5 2006-01-17 13:32:11 +00:00
adrianp
934a0b4579 Update to 1.0.0rc5
0006509: [security] Port: Additional XSS Vulnerabilities in Filter (thraxisp)
0006557: [security] XSS Vulnerability in manage_user (TKADV2005-11-002) (thraxisp)
0006563: [security] Port XSS Vulnerability in project documents (TKADV2005-11-02) (thraxisp)
0006569: [security] XSS Vulnerability in saved queries (TKADV2005-11-002) (thraxisp)
0006594: [bugtracker] config_flush_cache does not work correctly (thraxisp)
0006585: [documentation] don't see the documentation (thraxisp)
0006501: [filters] Categories can't be selected for filter-setting (thraxisp)
2006-01-17 13:31:14 +00:00
tron
26c7aad81a Use the "librfuncs" package under NetBSD 3.99.7 and older to get
strerror_r() and thereby fix the build problem under these releases.
Based on changes suggested by Thomas Klausner in private e-mail.
2006-01-17 12:44:33 +00:00
cjs
03b52a4415 Revert typo: this version conflicts with postgresql74,
not the (non-existent) postgresql84.
2006-01-17 08:11:19 +00:00
adam
7de03cb18d Updated devel/ProjectCenter to 0.4.3 2006-01-17 08:10:24 +00:00
adam
0fca9db671 Changes 0.4.3:
* Bug-fix release
2006-01-17 08:09:41 +00:00
adam
0cbf3e0abd Updated editors/abiword[-plugins] to 2.4.2 2006-01-17 08:09:12 +00:00
adam
e82f8beab0 Changes 2.4.2:
* Added an OpenDocument exportes, and substantially updated the OpenDocument
  importer
* Greatly improved the print quality of images (Unix)
* Fixed a substantial number of memory leaks
2006-01-17 08:07:38 +00:00
adam
6f9041afc9 Updated devel/gnustep-make/base to 1.11.2; x11/gnustep-gui/back to 0.10.2 2006-01-17 07:47:52 +00:00
adam
8e060caa1e Changes 0.10.2:
The Backend can set UTF8 window titles where this is allowed.
2006-01-17 07:42:41 +00:00
adam
0507432a74 Changes 0.10.2:
Mostly bug fixes.
2006-01-17 07:40:02 +00:00
adam
ad931dd548 Changes 1.11.2:
* Support for GNUstep.conf and relocation of the filesystem is much
     improved in this release.

   * The WM_QUIT message is now intercepted to allow an application to
     terminate cleanly.

   * NSMessagePort was implemented on Windows platforms.

   * Deprecated support for system-wide GNUsteprc files has been
     removed.

   * Some support for keeping user defaults in the Windows registry
     implemented.
2006-01-17 07:38:34 +00:00
adam
6db766921c Changes 1.11.2:
The `GNUstep.conf' file is now viewed as the essential determination of
the install location for GNUstep libraries, tools and other files.
During configuration, this file is read, if it exists, to determine
this information. This can still be overriden with environment and
command line options, however. See the filesystem documentation in the
GNUstep Make Documentation directory for more information.

   You no longer need to source GNUstep.sh in order to compile GNUstep
programs. All that is needed is the definition of GNUSTEP_MAKEFILES.
You should also have the GNUstep system tools directory in your path.

   All netbsd systems are assumed to use ELF libraries. Support for the
old static libs version of netbsd was removed.

   Serveral new options were added to configure to change the location
of basic dir locations and basic configuration files. Also, the help was
greatly improved. Note that -prefix=/usr/GNUstep/System no longer
works.  Please use -prefix=/usr/GNUstep or
-with-system-root=/usr/GNUstep/System.

   A few more fixes for cygwin are included as well as Windows resource
rules.

   Support for ObjC++ has been added. You should list the ObjC++ .mm
files in the xxx_OBJCC_FILES variable, and put extra ObjC++ flags in
xxx_OBJCCFLAGS or ADDITIONAL_OBJCCFLAGS.
2006-01-17 07:35:55 +00:00
wiz
921b38d138 Remove superfluous quotes around SUBST_MESSAGE. 2006-01-16 23:35:29 +00:00
wiz
d14b867b88 + conserver-8.1.13, dejavu-ttf-2.2, kscope-1.3.3 [pkg/32540],
lbdb-0.31.1, php-4.4.2, php5-5.1.2, py-sqlite-2.1.0, vice-1.19.
2006-01-16 23:33:15 +00:00
xtraeme
da772f11f3 Updated sysutils/dvd+rw-tools to 6.0 2006-01-16 23:04:17 +00:00
xtraeme
1ab4470a86 Update to 6.0, changes unknown. 2006-01-16 23:03:20 +00:00
adam
14f43d7659 Updated devel/libgnomemm to 2.12.1 2006-01-16 22:43:31 +00:00
adam
889d1c34de Changes 2.12.1:
* Gnome::Main: Fix a crash on 64-bit systems.
2006-01-16 22:41:46 +00:00
tron
422b96cdc7 (At least) Mac OS X Tiger comes with a fine working "tbl" command. 2006-01-16 21:50:46 +00:00
jmmv
bdbbea46bf Initial addition of the buildlink3.mk file. 2006-01-16 18:21:19 +00:00
jmmv
b57ee6d676 Only do the statvfs hack in NetBSD, as it breaks the build in DragonFly
and Linux.
2006-01-16 17:57:53 +00:00
jschauma
369011f61f As suggested by Steven M. Bellovin:
Add a note reminding users to manually set up EntryNodes in order to
prevent an information disclosure vulnerability in this version of tor.
2006-01-16 16:52:31 +00:00
adam
1f536c317b Updated graphics/netpbm to 10.31 2006-01-16 15:18:06 +00:00
adam
034380fe31 Changes 10.31:
* Bug fixes
2006-01-16 15:17:02 +00:00
adam
ae9724a03b Updated land/tcl, x11/tk to 8.4.12 2006-01-16 14:50:30 +00:00
adam
36aff7b87b Changes 8.4.12:
* Repeated [namespace import] of same command now permitted.
  * ${prefix}/share added to ::tcl_pkgPath on some systems.
  * [exec]'s >> redirection has improved append behavior.
  * [info globals] returned only existing variables.
  * Recognize some Solaris variations of the cp1251 encoding.
  * Addressed [file mkdir] race condition.
  * Support opening >2GB files on RHEL 3.
  * Corrections to $argv formatting when [encoding system] is multibyte.
  * http 2.5.2: Update URL encoding rules to RFC 3986.
  * Fixed issue in recursive file delete with NFS lock files.
  * Stopped crash after use of Tcl_TraceCommand().
  * Win NT/XP: support unicode console.
  * Improved support for Tclkit to set [encoding system].
  * Added Korean timezone abbreviations.
  * Windows: exit codes can now exceed -128..127 range.
  * [load] support on LynxOS.
  * Packages with incorrect index scripts now cause a warning to be logged.
        *** POTENTIAL INCOMPATIBILITY ***
  * [lsearch -regexp] now accepts backrefs in the RE.
  * [selection get] made compatible with OpenOffice.org.
  * Dialog support for widget names containing spaces.
  * Improved Tk window manager event interaction on OS X Aqua.
2006-01-16 14:47:35 +00:00
tonio
93a637349d Updated lang/coq to 8.0pl2nb1 to compile with ocaml >= 3.09 2006-01-16 14:37:16 +00:00
taca
df6e25c511 Correct comms/efax-gtk line. 2006-01-16 14:35:20 +00:00
tonio
be7b132c90 Make lang/coq compile with ocaml 3.09
by applying the patch distributed by the coq team
Bump PKGREVISION, and require ocaml >= 3.09
2006-01-16 14:34:34 +00:00
adam
936c323cbe Updated comm/efax-gtk to 3.0.8 2006-01-16 14:26:24 +00:00
adam
d3cb962ca9 Changes 3.0.8:
Update Greek translation (Hellenic Linux Users Group).

	Add German translation (po/de.po and mainwindow.cpp).

	Destroy thread attribute object correctly (utils/thread.h and
	utils/thread.cpp).

	Use GtkSpinButton objects in the settings dialog where relevant
	(settings.h, settings.cpp and settings_help.cpp).

	Improve documentation/commenting of write_error() function
	(mainwindow.cpp).

	Update gettext tools to latest version (gettext-0.14.5)
	(po/Makevars and po/Rules-quot).

	Move typedef of InstanceMap into the Notifier class
	(utils/notifier.h and utils/notifier.cpp).

	Provide specific CFLAGS and CXXFLAGS specification in rpm spec
	file (efax-gtk.spec.in and efax-gtk.spec).
2006-01-16 14:24:53 +00:00
adam
4eb258e754 Changes 2.8.2:
* Gdk::Window::set_cursor():
  Avoid leaking an extra Cursor instance.
* Build:
  - Correctly find gmmproc on 64-bit systems.
  - Optionally don't build the documentation, for
  people in a hurry.
  - Windows: Check for mkifofs().
  - For reduced-resources devices, optionally allow deprecated
    API to be left out of the library.
* Documentation:
  - Generated Since and Deprecated lists of API.
  - Improved Expander documentation.
  - Corrections to DrawArea chapter in book.
2006-01-16 14:24:21 +00:00