Commit graph

72647 commits

Author SHA1 Message Date
jmmv
51b59703ba Update to 2.8.2:
What's new? Well, most importantly, the document watch feature has been
ported to gnome-vfs file monitoring capabilities, fixing annoying
misbehaviour of GGV while watching over remote documents. Apart from
that a few minor bugs were fixed and ghostscript was caught occasionally
running without the "-dSAFER" switch: this rather dangerous habit was
prohibited immediately!

GGV is now also a bit less of a narcist: it does not include "GGV" in
the desktop entry name - it's only "PostScript Viewer" now, following
the fine examples of eog and gpdf.

The recent-files module has been updated to the one in latest libegg.

Multiple updated translations.
2005-01-06 22:09:52 +00:00
adrianp
7e0dd90d18 Updated vim-* packages to 6.3.045 for recent security issue. 2005-01-06 21:02:16 +00:00
adrianp
589bad3eab Bump to 6.3.045 for recent security issue.
2672  6.3.001  ":browse split" gives file selection dialog twice
  3913  6.3.002  utf-8 detection in translated help files is wrong
  1891  6.3.003  crash when using console dialog without default choice
  2438  6.3.004  too many hit-enter prompts when searching for long string
  2809  6.3.005  crash when searching with character offset in closed fold
  1566  6.3.006  the current directory is prepended to the ":breakadd" argument
  1755  6.3.007  swap file is not deleted for a "nofile" buffer after ":cd"
  1865  6.3.008  OS/2: can't compile, missing error message
  3670  6.3.009  (after 6.3.006) ":breakadd file" does not match for a symlink
  2450  6.3.010  writing to a named pipe causes an error message for fsync()
  1896  6.3.011  crash when user command completion uses "normal :cmd"
  2882  6.3.012  lalloc(0) error for substitute command with multi-line pattern
 11947  6.3.013  crash when using CTRL-R = in command line uses "normal :cmd"
  1566  6.3.014  default value of 'helplang' is wrong for Chinese and Taiwanese
  1207  6.3.015  the string returned by winrestcmd() may end in garbage
  1735  6.3.016  'define' default had "\s" before #, breaks "[d"
  1364  6.3.017  "9zz" could place the cursor beyond the end of a line
  1844  6.3.018  ":0argadd zero" added the argument after the first one
  1992  6.3.019  crash during startup when compiled for debugging
  1915  6.3.020  "dw" doesn't work right for UTF-8 when 'delcombine' is set
  2822  6.3.021  can't edit file with path separator in trail byte of last char
  6419  6.3.023  when <Space> is remapped abbreviations are not expanded
  2456  6.3.024  missing NUL for strings created with ga_concat()
  3070  6.3.026  setting 'bg' in syncolor.vim may cause endless loop or crash
  7500  6.3.027  VMS: Writing a file may insert extra CR characters
  2128  6.3.028  the BOM marker is written when appending to a file
  2173  6.3.029  crash in syntax highlighting code when inserting a line break
  4579  6.3.030  GTK 2: crash when 'enc' is set to "utf-8" and menus redefined
  1483  6.3.031  pressing Tab when entering a mapping may cause a display error
  2094  6.3.032  with Python 2.3 using threads doesn't work
  1552  6.3.033  mapping ending in two-char command doesn't restart Insert mode
  1618  6.3.034  VMS: crash in RTL when using :help, caused by ? wildcard
  1770  6.3.036  ml_get errors when fold was deleted
  2889  6.3.037  (after 6.3.032) warning for unused variable
  2749  6.3.039  line numbers not updated when inserting a line above window
 18020  6.3.040  window count for a buffer was wrong after error handling
  1760  6.3.042  CTRL-X CTRL-E in Insert mode does not scroll fold correctly
  8053  6.3.043  'hlsearch' highlighting sometimes disappears
 12283  6.3.045  some option values may cause trouble in a modeline
2005-01-06 20:39:28 +00:00
adrianp
a71a93f1fa Bump to 6.3.045 for recent security issue
2672  6.3.001  ":browse split" gives file selection dialog twice
  3913  6.3.002  utf-8 detection in translated help files is wrong
  1891  6.3.003  crash when using console dialog without default choice
  2438  6.3.004  too many hit-enter prompts when searching for long string
  2809  6.3.005  crash when searching with character offset in closed fold
  1566  6.3.006  the current directory is prepended to the ":breakadd" argument
  1755  6.3.007  swap file is not deleted for a "nofile" buffer after ":cd"
  1865  6.3.008  OS/2: can't compile, missing error message
  3670  6.3.009  (after 6.3.006) ":breakadd file" does not match for a symlink
  2450  6.3.010  writing to a named pipe causes an error message for fsync()
  1896  6.3.011  crash when user command completion uses "normal :cmd"
  2882  6.3.012  lalloc(0) error for substitute command with multi-line pattern
 11947  6.3.013  crash when using CTRL-R = in command line uses "normal :cmd"
  1566  6.3.014  default value of 'helplang' is wrong for Chinese and Taiwanese
  1207  6.3.015  the string returned by winrestcmd() may end in garbage
  1735  6.3.016  'define' default had "\s" before #, breaks "[d"
  1364  6.3.017  "9zz" could place the cursor beyond the end of a line
  1844  6.3.018  ":0argadd zero" added the argument after the first one
  1992  6.3.019  crash during startup when compiled for debugging
  1915  6.3.020  "dw" doesn't work right for UTF-8 when 'delcombine' is set
  2822  6.3.021  can't edit file with path separator in trail byte of last char
  6419  6.3.023  when <Space> is remapped abbreviations are not expanded
  2456  6.3.024  missing NUL for strings created with ga_concat()
  3070  6.3.026  setting 'bg' in syncolor.vim may cause endless loop or crash
  7500  6.3.027  VMS: Writing a file may insert extra CR characters
  2128  6.3.028  the BOM marker is written when appending to a file
  2173  6.3.029  crash in syntax highlighting code when inserting a line break
  4579  6.3.030  GTK 2: crash when 'enc' is set to "utf-8" and menus redefined
  1483  6.3.031  pressing Tab when entering a mapping may cause a display error
  2094  6.3.032  with Python 2.3 using threads doesn't work
  1552  6.3.033  mapping ending in two-char command doesn't restart Insert mode
  1618  6.3.034  VMS: crash in RTL when using :help, caused by ? wildcard
  1770  6.3.036  ml_get errors when fold was deleted
  2889  6.3.037  (after 6.3.032) warning for unused variable
  2749  6.3.039  line numbers not updated when inserting a line above window
 18020  6.3.040  window count for a buffer was wrong after error handling
  1760  6.3.042  CTRL-X CTRL-E in Insert mode does not scroll fold correctly
  8053  6.3.043  'hlsearch' highlighting sometimes disappears
 12283  6.3.045  some option values may cause trouble in a modeline
2005-01-06 20:38:06 +00:00
peter
57bd11bafb Set sysconfdir to ${PKG_SYSCONFDIR} in configure.
Should fix PR pkg/28866 from Kimmo Suominen.

Bump PKGREVISION to 2.

ok wiz.
2005-01-06 18:41:55 +00:00
cube
8260122dde Note revision bump for mppe-lkm. 2005-01-06 18:23:11 +00:00
jlam
f166f11cf0 Don't create the directories during installation... let the pkgsrc INSTALL
script handle it instead to ensure proper ownership.
2005-01-06 18:22:29 +00:00
cube
98673512d7 Fix a bug that made the kernel module crash when trying to send packets of
size approximatively equal to MLEN.

PKGREVISION++, everyone using that package should update.
2005-01-06 18:22:16 +00:00
drochner
d91a024f7f mention recent updates 2005-01-06 17:41:51 +00:00
drochner
8b8f65e89a update to 0.4.1
changes:
-needs gtk+-2.4
-some fixes and ui improvements
2005-01-06 17:22:52 +00:00
drochner
f87525f0ac update to 1.0
changes:
-security issue regarding the AIFF demuxer (CAN-2004-1300)
-Xv plugin dynamically linked again
-some fixes
2005-01-06 17:04:42 +00:00
wiz
4a1815b7bf + gliv-1.9.1, gwenview-1.1.7a [tech-pkg on 2005/01/06], mathomatic-11.6c,
mrtg-2.11.1, pcal-4.8, py-psycopg-1.1.18, snd-7.9.
- openoffice (thanks, mrauch!), enchant.
2005-01-06 16:52:04 +00:00
wiz
d9d96b78e0 enchant updated to 1.1.5. 2005-01-06 16:51:10 +00:00
wiz
4d55584627 Update to 1.1.5:
Bug fixes and better Mac OSX integration.
2005-01-06 16:50:39 +00:00
drochner
1031ae2e10 The "+" constraint modifier was yoo much. While it seems correct to me, it
caused gcc complaints in some cases. Pointed out by Nicolas Joly.
PR pkg/28882 should be fixed now.
2005-01-06 16:32:01 +00:00
wiz
9fda5a4e7a Fix typo in SITES_*. 2005-01-06 16:27:06 +00:00
mrauch
311bf37796 Note update of openoffice to 1.1.4. 2005-01-06 15:54:39 +00:00
mrauch
5fdb99139b Update to version 1.1.4.
* solves the vulnerability CAN-2004-0752
  (local users may read files of other users because of world-readable
   temporary files)
* various bug fixes
2005-01-06 15:52:19 +00:00
mjl
a59e874da8 Note daapd 2005-01-06 14:44:39 +00:00
drochner
12b99afb60 update for new patch and changed DIST_SUBDIR 2005-01-06 14:43:24 +00:00
mjl
79d3d0e997 Update to daapd 0.2.4a
- Bugfixes and additions to static playlists.
 - Adds static playlists. daapd reads playlists in M3U, M3U extended
   and PLS format.
2005-01-06 14:43:09 +00:00
drochner
6c45ee26da some skins have changed on the distribution site - use new DIST_SUBDIR 2005-01-06 14:42:56 +00:00
drochner
396693cd15 SSE(2) support is always present on amd64 - ifdef out the sysctl 2005-01-06 14:40:45 +00:00
wiz
d14c3a6198 Wildcard dependencies. 2005-01-06 14:25:56 +00:00
tron
5d1e0fdf09 Add conflict with "vim-motif" package. 2005-01-06 14:11:03 +00:00
adrianp
21de3b1d07 Bump to nb1 for recent security issue:
https://bugzilla.mozilla.org/show_bug.cgi?id=272620
2005-01-06 13:15:27 +00:00
adam
0639b6fa65 Updated cmake to 2.0.5 2005-01-06 13:08:43 +00:00
adam
fed3e2ab99 Changes 2.0.5:
* Bug fixes
2005-01-06 13:07:59 +00:00
adrianp
935e8631c5 Note nasm bump to nb1 for recent security issue 2005-01-06 13:07:48 +00:00
adrianp
f3ea10cc7e Bump to nb1 for recent security issue:
http://sourceforge.net/mailarchive/forum.php?thread_id=6166881&forum_id=4978
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1287
2005-01-06 13:06:10 +00:00
jmmv
daad1981ce It's gst-plugins-artsd, with a trailing 'd'. 2005-01-06 13:04:55 +00:00
tron
e86a212a77 Note update of "xine-lib" package to version 1rc8nb2. 2005-01-06 12:59:36 +00:00
drochner
9711cbfc62 tighten an inline asm constraint for amd64 2005-01-06 12:25:23 +00:00
wiz
42d0d26364 Add suggestion: acroread7 package. 2005-01-06 12:12:15 +00:00
tron
1fc68b901c Fix buffer overflow reported in CAN-2004-1300, bump package revision. 2005-01-06 12:04:08 +00:00
adam
e2cebb2b69 Updated ntop to 3.1 2005-01-06 11:56:50 +00:00
adam
dc1c7dd66b old ntop->ntop1, ntop updated to 3.1 2005-01-06 11:53:30 +00:00
adam
4ade3879cb ntop is a network traffic probe that shows the network usage, similar to what
the popular top Unix command does. ntop is based on libpcap and it has been
written in a portable way in order to virtually run on every Unix platform and
on Win32 as well.

ntop users can use a web browser (e.g. netscape) to navigate through ntop (that
acts as a web server) traffic information and get a dump of the network status.
In the latter case, ntop can be seen as a simple RMON-like agent with an
embedded web interface.

The use of:
- a web interface
- limited configuration and administration via the web interface
- reduced CPU and memory usage (they vary according to network size and traffic)
make ntop easy to use and suitable for monitoring various kind of networks.
2005-01-06 11:52:35 +00:00
adam
6949230a80 net/ntop renamed to net/ntop1 2005-01-06 11:44:16 +00:00
jmmv
c814c4d216 Note update of gstreamer to 0.8.8 and gst-plugins* to 0.8.7. 2005-01-06 11:27:12 +00:00
jmmv
9648b1854b Update gst-plugins and gst-plugins-* to 0.8.7.
Changes since 0.8.6:

      * multichannel audio support
      * new element: apetag
      * new element: ttadec, ttaparse
      * new element: directfbvideosink
      * vcd fixes
      * playbin fixes
      * dvdread fixes
      * a52dec fixes
      * sunaudiosrc fixes
      * osssrc fixes
      * avidemux fixes
      * licensing updates

Bugs fixed since 0.8.6:

      * 147919 : [playbin] broken wav seeking
      * 148559 : [monoscope] grinds to a halt
      * 149102 : gstreamer license problems
      * 149613 : [PATCH}Add proxy server support to the musicbrainz plugin
      * 151624 : Multichannel support
      * 152339 : [PATCH]  [build] gst-plugins cross compiling
      * 154773 : [playbin] crashes trying to play short wave files (1 or 2...
      * 154775 : [qtdemux] Quicktime movie causing some weird debug spew
      * 154814 : Selection of totem crashing videos
      * 154815 : [PATCH] ffmpegcolorspace leaks caps
      * 155348 : Various MP3 files cannot be detected or played
      * 155879 : [libriff] Bug in lib-riff
      * 156798 : " An error occured " " Could not write to resource " this sa...
      * 157233 : [PATCH] playbin leak fixes
      * 158258 : Patch for polypsink to make it work with both threaded an...
      * 158382 : [PATCH] [build] debian speex detection patch
      * 158650 : [PATCH] [videocrop] video crop is completely buggered
      * 158704 : Fix/finish (S)VCD support
      * 159215 : [PATCH] Memory leaks in audioscale
      * 159296 : Playing benow.mp3 file cause totem to hang on EOS with de...
      * 159297 : dark.441-16-s.flac hangs on eos in totem with debug spew
      * 159301 : gstreamer.avi file plays, but have broken seeking in totem
      * 159338 : alaw/mulaw decoders caps warning
      * 159433 : [osssink] doesn't check for supported channels
      * 159512 : Progress bar with m4a (aac) broken
      * 159651 : [decodebin] totem crash
      * 159759 : DVD LCPM asserts
      * 159847 : [build] hardcoded path for musepack headers in configure
      * 159864 : avidemux sends GST_EVENT_DISCONTINUOUS
      * 159986 : [PATCH] Videorate doesn't handle seek and doesn't reset w...
      * 160276 : [PATCH] mpegdemux and dvddemux don't reset themselves in ...
      * 160439 : Can't compile gst-plugins without GCONF
      * 160514 : [avidemux] seek after EOF for truncated avi files (to non...
      * 160532 : [avidemux] avi[cvid+PCM] : no image, sound is noise
      * 160808 : 'ERROR: pipeline doesn't want to play' when using xvimage...
      * 160869 : [playbin] ogg file (theora/vorbis) causes segfault near end
      * 161039 : [PATCH] [deinterlace] rowstrides need fixing
      * 161538 : [playbin] AVI files with mp3 audio are out-of-sync in pla...
      * 161624 : [alsasink] crash at end of playing this file
      * 161980 : Volume control applet does not set value correctly.
      * 162819 : [audioscale] cleanup
      * 162913 : [mms] missing NULL terminator to g_object_set() in uri ha...
      * 162924 : [playbin] totem assertion failures when playing cd / pote...

API changes since 0.8.6:

- API additions:

* A new cdparanoia property, device, has been added.
* A new dvdnavsrc property, device, has been added.
* A new dvdreadsrc property, device, has been added.
* A new vcdsrc property, device, has been added.

- API depreciations:

* A cdparanoia property, location, has been marked for deprecation.
* A dvdnavsrc property, location, has been marked for deprecation.
* A dvdreadsrc property, location, has been marked for deprecation.
* A vcdsrc property, location, has been marked for deprecation.
2005-01-06 11:25:10 +00:00
jmmv
06a917d9d9 Update to 0.8.8.
While here, improve handling of files living under PREFIX/libdata: instead
of keeping them in the PLIST, remove them from the deinstallation script;
this way we won't get checksum mismatches (a typical thing when doing "make
replace").

Also remove some compatibility hacks I added before the libtool soname
changes were done (they are useless).  And fix PLIST WRT .la files.

Changes since 0.8.7:

      * Threading fixes
      * Opt scheduler fixes
      * Documentation updates
      * New translation: Norwegian Bokmaal (Kjartan Maraas)
      * New translation: Italian (Luca Ferretti)
      * New scheduler: fair

Bugs fixed since 0.8.7:

      * 144804 : opt scheduler breaks on playing a pipeline
      * 148787 : clocks are not distributed correctly
      * 149936 : [PATCH] [build] GStreamer without registry support do not...
      * 150051 : fakesrc needs a data rate parameter that timestamps the d...
      * 151605 : impossible to play .mpg or avi files with gst-launch-ext
      * 153882 : [PATCH] The win32 version of gstenumtypes is not up to date
      * 154061 : optimal scheduler doesn't get freed
      * 156063 : infinite loop and 100% CPU with some MP3
      * 156179 : gstreamer typefind plugin information from gst-inspect is...
      * 157127 : Cleanup of issues reported by sparse
      * 157263 : use G_SIGNAL_TYPE_STATIC_SCOPE for GstBuffers in handoff ...
      * 158018 : gstreamer typefind stalls on these JPEG files
      * 158162 : opt deadlock
      * 158163 : [api] Problem querying on ghostpads
      * 159852 : [PATCH] [api] g_signal_emit thread safety issues
      * 160019 : segfault when error occurs playback of uri containing per...
      * 160220 : gst_pad_set_explicit_caps of a NULL caps doesn't work

API changes since 0.8.7:

- API additions:

* A new function, gst_plugin_get_version, has been added.
2005-01-06 11:23:44 +00:00
tron
5aecb1f85b Regenerate checksum after update of MPlayer packages. 2005-01-06 11:15:59 +00:00
adam
94142e1df4 Updated openldap to 2.2.20 2005-01-06 11:11:38 +00:00
adam
3452b0b372 Changes 2.2.20:
Fixed slapd sanity check on protocol in authz-regexp URI (ITS#3411)
Fixed slapd ID to DN mapping when values need DN escaping (ITS#3419)
Fixed slapd sl_realloc memory overrun (ITS#3420, #3404, #3296)
Fixed slapd syncrepl bugs (ITS#3423, #3425, #3443, #3448)
Fixed slapd bad tag handling
Fixed slapd error return for modrdn invalid access (ITS#3450)
Fixed back-bdb locks in backend_group (ITS#3263, #3365)
Fixed back-bdb/back-hdb listing of permissive control (ITS#3453)
Fixed back-ldap failed connection retry (ITS#3217)
Fixed back-ldap/back-meta memory handling in attr mapping
Fixed back-meta modrdn newSuperior target selection
Fixed back-sql segfault when logging and delete_rule is NULL (ITS#3407)
Build Environment
Fixed slurpd build on Windows
2005-01-06 11:10:55 +00:00
agc
b217cc91ab Regenerate distinfo for modified patch-ag 2005-01-06 10:58:30 +00:00
adam
70dc431558 Updated doxygen to 1.4.0 2005-01-06 10:40:12 +00:00
adam
bb92e5804a Changes 1.4.0:
* In the HTML help output (.chm files) the index items with only one subitem
  are now collapsed into one item
* Some minor tweaks to the style sheet
* @relates can now not only be used for functions, but also for other members
* Static members do have have explicit "static" in the declaration part of
  the documentation
* typedefs and enumeration are no longer shown in the "referenced by" list as
  these are types
* Make configure script use solaris-g++ by default
  (Sun's own compiler generates faulty code for doxygen)
* Included language update for Serbian, German, and Korean
* For directories dependency graphs are now generated
* Added \cond and \endcond commands, which can be used to (conditionally)
  exclude a part of a file. See the manual for an example
* Added "-d ExtCmd" debug option, which when used shows what doxygen will
  execute when invoking an external command (such as dot)
* New option WARN_NO_PARAMDOC that warns about the absence of function
  parameter or return type documentation
* Nested classes are now listed in their containing class
* Extended the \f command to support different environments, i.e. \f{eqnarray*}
  for equation arrays. The end command is \f}
* Added support for group dependency graphs
* New option DOT_TRANSPARENT to enable dot graph with a transparent background
* New option FILE_VERSION_FILTER which allows an external tool to provide
  version information per file, which is then used in the file documentation
* id 162295: New option DOT_MULTI_TARGETS which when set to YES, will run dot
  with multiple output files if possible
* Bug fixes
2005-01-06 10:38:16 +00:00
itohy
ab1371bd4c ld.so (a.out) doesn't treat "symbol not found" as an error
and dlerror() returns NULL.
2005-01-06 09:07:06 +00:00
jlam
3dd399c2ae Update print/cups to 1.1.23. Changes from version 1.1.22 include:
- The scheduler's is_path_absolute() code could cause a DoS (STR #1042)
- The scheduler's device loading code used the wrong size limits for the
  make/model and info parameters (STR #1035)
- The PNG loading code did not use a "long unsigned integer" format
  specifier for the width and height (STR #1032)
- The web interface only showed the first 4 or 8 characters of
  "{variable-name}" for undefined template variables (STR #1031)
- The hpgltops filter did not handle a common PCL command to enter
  HP-GL/2 mode (STR #1037)
- The scheduler no longer sends the page-set option when printing banner
  pages (STR #995)
- The hpgltops filter contained two buffer overflows that could
  potentially allow remote access to the "lp" account (STR #1024)
- The lppasswd command did not protect against file descriptor or ulimit
  attacks (STR #1023)
- The "lpc status" command used the wrong resource path when querying
  the list of printers and jobs, causing unnecessary authentication
  requests (STR #1018)
- The httpWait() function did not handle signal interruptions (STR #1020)
- The USB backend used the wrong size status variable when checking the
  printer status (STR #1017)
- The scheduler did not delete classes from other classes or implicit
  classes, which could cause a crash (STR #1015)
- The IPP backend now logs the remote print job ID at log level NOTICE
  instead of INFO (so it shows up in the error_log file...)
2005-01-06 07:26:39 +00:00