Commit graph

133544 commits

Author SHA1 Message Date
wiz
b1df220ae7 Update to 2.24.1. Add gettext-m4 dependency for AM_NLS.
version 2.24.1
  - exit correctly with unknown command line arguments, fixes bug #556084
  - added/updated translations
    - ar, courtesy of Usama Akkad
    - es, courtesy of Jorge González
    - fr, courtesy of Robert-André Mauchin
    - he, courtesy of Mark Krapivner
    - mk, courtesy of Jovan Naumovski
    - nb, courtesy of Kjartan Maraas
    - nl, courtesy of Wouter Bolsterlee
    - pt_BR, courtesy of Vladimir Melo
    - th, courtesy of Theppitak Karoonboonyanan
    - zh_CN, courtesy of 甘露 (Lu Gan)

version 2.24.0
  - correct an error in the help file, which prevented the document to be valid
  - update the cheese dependencies, fixes bug #547203
  - use the correct translated plural form when deleting more than one item from
    the thumbnail bar, fixes bug #552290, courtesy of Yuriy Penkin
  - do not add a new item to the thumbnail bar, if its already there, fixes bug #549804
  - update documentation, courtesy of Joshua Henderson
  - include gio header in cheese.c
  - added/updated translations
    - ar, courtesy of Usama Akkad
    - bg, courtesy of Alexander Shopov
    - ca, courtesy of Gil Forcada
    - cs, courtesy of Petr Kovar
    - da, courtesy of Kenneth Nielsen
    - de, courtesy of Hendrik Richter
    - en_GB, courtesy of Philip Withnall
    - es, courtesy of Jorge González
    - et, courtesy of Ivar Smolin
    - eu, courtesy of Iñaki Larrañaga Murgoitio
    - fi, courtesy of Ilkka Tuohela
    - fr, courtesy of Robert-André Mauchin
    - gl, courtesy of Ignacio Casal Quinteiro
    - gu, courtesy of Sweta Kothari
    - hu, courtesy of Gabor Kelemen
    - it, courtesy of Alessandro Falappa
    - ja, courtesy of Takeshi AIHANA
    - ko, courtesy of Changwoo Ryu
    - lt, courtesy of Gintautas Miliauskas
    - ml, courtesy of പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
    - mr, courtesy of Sandeep Shedmake
    - nb, courtesy of Kjartan Maraas
    - nl, courtesy of Wouter Bolsterlee
    - pl, courtesy of Tomasz Dominikowski
    - pt_BR, courtesy of Og Maciel
    - pt, courtesy of Duarte Loreto
    - ru, courtesy of Alexandre Prokoudine
    - sl, courtesy of Matej Urbančič
    - sq, courtesy of Laurent Dhima
    - sr, courtesy of Горан Ракић
    - sr@latin, courtesy of Goran Rakić
    - sv, courtesy of Daniel Nylander
    - ta, courtesy of I. Felix
    - th, courtesy of Theppitak Karoonboonyanan
    - tr, courtesy of Baris Cicek

version 2.23.92
  - documentation update (not yet finished), courtesy of joshua henderson
  - old photos and videos (before 2.24) are now available in cheese 2.24, fixes bug #547290
  - sort videoformat array and resolution hashtable, courtesy of Hans de Goede
  - dont save duplicated videoformats abut only keep the one with the maximum
    framerate if it provides the same resolution. add correspondent entry only
    once to the resolution hashtable so that we have no more duplicated
    resolutions on preferences dialog. fixes bugs #547144 and #547140,
    courtesy of Hans de Goede
  - remove the old log file if it exists
  - send eos event only if the pipeline was playing, otherwise force
    shutdown. Start a timeout to force unclean shutdown if eos takes
    to much to propagate or doesnt propagate at all, probably fixes bug #547422
  - set take_picture sensitiveness before webcam_stop_video_recording since this
    emits a signal that would lead to another sensitiveness change. see comments on bug #547422
  - set the utility hint for the fullscreen toolbar, partially fixes #548546
  - rename the log file to "log.txt" and prepend it with the running cheese version
  - cheese crashes no more when no device is set in gconf, partially fixes bug #546868, courtesy of Hans de Goede
  - display toolbar when entering into fullscreen mode, fixes bug #548546, courtesy of Felix Kaser
  - added/updated translations
    - bg, courtesy of Alexander Shopov
    - de, courtesy of Wolfgang Stoeggl
    - el, courtesy of Athanasios Lefteris
    - en_GB, courtesy of Philip Withnall
    - gu, courtesy of Sweta Kothari
    - hi, courtesy of Rajesh Ranjan
    - hr, courtesy of "Last-Translator: \n"
    - it, courtesy of Alessandro Falappa
    - ko, courtesy of Changwoo Ryu
    - nl, courtesy of Wouter Bolsterlee
    - pt, courtesy of Duarte Loreto
    - sl, courtesy of Matej Urbančič
    - zh_CN, courtesy of 甘露 (Lu Gan)

version 2.23.91
  - cheese.desktop file now respects freedesktop SPEC, fixes bug #550195, courtesy of Pacho Ramos
  - a small syntax cleanup made with uncrustify
  - waf did not install the files properly, now it does
  - add the dynamic bindir to the dbus file
  - update waf to 1.4.3 and make it working again
  - added/updated translations
    - ar, courtesy of Youssef Chahibi
    - dz, courtesy of Dawa pemo
    - es, courtesy of Jorge González
    - et, courtesy of Ivar Smolin
    - ga, courtesy of Seán de Búrca
    - he, courtesy of Mark Krapivner
    - ja, courtesy of Takeshi AIHANA
    - mk, courtesy of Arangel Angov
    - or, courtesy of Manoj Kumar Giri
    - pa, courtesy of Amanpreet Singh Alam
    - pl, courtesy of Tomasz Dominikowski
    - pt_BR, courtesy of Rodrigo Flores
    - sq, courtesy of Laurent Dhima
    - sv, courtesy of Daniel Nylander
    - te, courtesy of Krishna Babu K
    - vi, courtesy of Clytie Siddall
    - zh_HK, courtesy of Chao-Hsiung Liao
    - zh_TW, courtesy of Chao-Hsiung Liao

version 2.23.90
  - call gdk_x11_window_set_user_time to raise the cheese window if its called twice
  - don't start cheese twice if another instance is running, fixes bug #527736, courtesy of Felix Kaser
  - remove gtk_init and gst_init, according to the docs these are not needed if we use gtk_get_option_group and gst_init_get_option_group
  - align the buttons with the thumbnail bar
  - improve the fullscreen mode, fixes bug #547405, courtesy of Felix Kaser
  - select the last thumbnail item, if the last one was deleted
  - hitting space when the countdown has already begun, distorts no more the countdown, fixes bug #547403
  - remove a thumbnail item immidiately from the thumbnail row if it was deleted
  - use the eog scrollbar for cheese media, fixes bug #511916, courtesy of Patryk Zawadzki
  - disable action_effects while setup_camera is running, fixes bug #547313
  - add people who contributed to cheese to the cheese about window
  - give a detailed error message if some gstreamer element is missing, fixes bug #522009, courtesy of Todd Eisenberger
  - add some gconf translation improvements, fixes bug #547168
  - connect button_photo and button_video as proxy widgets for relative RadioActions
  - change action_files sensitiveness on "selection-changed" event, fixes bug 546918
  - don't try to find highest framerate if format is NULL, courtesy of Todd Eisenberger
  - selected effects gconf key values are now standardized, fixes bug #513776
  - add a better hig compliant alert for missing gstreamer elements, fixes bug #522009
  - added a delete action to immediately delete files and a gconf key to show/hide it
  - use "Cheese Webcam Booth" instead of "Cheese" as the desktop entry name, fixes bug #543976
  - add multiple selection in the picture listing pane, fixes bug #481405
  - correct critical warnings, if some gstreamer plugins arent available, fixes bug #522009, courtesy of Todd Eisenberger
  - add several g_free functions to prevent memory leaks
  - use g_random_int instead of g_rand_int
  - add the multiplex thumbnail generator algorithm
  - disable "Start recording" button until the recording pipeline properly shuts down
  - save generated thumbnails, it seems to have vanished some time ago
  - resolve wrong sorting issue of the thumbnails, fixes bug #546390
  - added/updated translations
    - ar, courtesy of Youssef Chahibi
    - bn_IN, courtesy of Runa Bhattacharjee
    - ca, courtesy of Gil Forcada
    - es, courtesy of Jorge González
    - et, courtesy of Ivar Smolin
    - eu, courtesy of Iñaki Larrañaga Murgoitio
    - fi, courtesy of Ilkka Tuohela
    - fr, courtesy of Robert-André Mauchin
    - gl, courtesy of Ignacio Casal Quinteiro
    - he, courtesy of Mark Krapivner
    - ja, courtesy of Takeshi AIHANA
    - kn, courtesy of Shankar Prasad
    - mk, courtesy of Arangel Angov
    - ml, courtesy of Manu S Madhav
    - nb, courtesy of Kjartan Maraas
    - pt_BR, courtesy of Fábio Nogueira
    - sv, courtesy of Daniel Nylander
    - th, courtesy of Akom C.
    - zh_HK, courtesy of Chao-Hsiung Liao
    - zh_TW, courtesy of Chao-Hsiung Liao

version 2.23.6
  - add a fullscreen mode for kiosks, fixes #478852, courtesy of Felix Kaser
  - wait until the video has been recorded, to add it to the thumbnail bar, partially fixes #545212
  - move thumbnail generation to its own thread, displaying a loading icon while
  	generating thumbnail and a fallback icon if thumbnail fails, fixes bug #545151, courtesy of Filippo Argiolas
  - toggle effects button if effects is enabled using menu, fixes bug #539195, courtesy of Filippo Argiolas
  - make cheese have a fullscreen mode for kiosks, fixes bug #478852
  - resolve sluggish video and out-of-sync audio, fixes bug #542014, courtesy of Filippo Argiolas
  - do not crash on preferences with no camera attached, fixes bug #544062, courtesy of Filippo Argiolas
  - cheese should ask to delete files if moving to trash fails, fixes bug #545950, courtesy of Filippo Argiolas
  - cheese crashed with move all to trash if no trash can be accessed, fixes bug #545997, courtesy of Filippo Argiolas
  - added/updated translations
    - ar, courtesy of Khaled Hosny
    - ca, courtesy of Gil Forcada
    - el, courtesy of Simos Xenitellis
    - es, courtesy of Jorge González
    - fr, courtesy of Bruno Brouard
    - gl, courtesy of Ignacio Casal Quinteiro
    - ja, courtesy of Takeshi Aihana
    - mk, courtesy of Arangel Angov
    - nl, courtesy of Wouter Bolsterlee
    - oc, courtesy of Yannig Marchegay
    - pl, courtesy of Tomasz Dominikowski
    - pt, courtesy of Duarte Loreto
    - th, courtesy of Akom C.
    - zh_TW, courtesy of Chao-Hsiung Liao


version 2.23.5
  - make recording of videos work again, fixes bug #523475, courtesy of Filippo Argiolas
  - bump gstreamer requirements to 0.10.16
  - fixes cheese_print_handler, which resulted in empty cheese logs, courtesy of Filippo Argiolas
  - allow to choose the webcam using the preference dialog, fixes bug #522200, courtesy of Ryan Zeigler
  - remove some gcc warnings, fixes bug #537490, courtesy of Cosimo Cecchi
  - fixed typo, which prevented hildon mode to compile cleanly
  - removed included <X11/extensions/xf86vmode.h>, fixes bug #539631, courtesy of Marc-Andre Lureau
  - make hal-device-id command line option work, fixes bug #498023, courtesy of Ryan Zeigler
  - use ogv as default video extension, fixes bug #524021
  - added/updated translations
    - es, courtesy of Jorge González
    - sv, courtesy of Daniel Nylander
    - nb, courtesy of Kjartan Maraas
    - ko, courtesy of Changwoo Ryu
    - bg, courtesy of Alexander Shopov
    - oc, courtesy of Yannig Marchegay
    - et, courtesy of Ivar Smolin
    - pt_BR, courtesy of Fabrício Godoy and Ferreira Fontenelle
    - ps, courtesy of Zabeeh Khan
    - gl, courtesy of Ignacio Casal Quinteiro
    - zh_HK, courtesy of Chao-Hsiung Liao
    - zh_TW, courtesy of Chao-Hsiung Liao

version 2.23.4
  - fix a crash, when using about/quit menu items in hildon mode, fixes bug #535582, courtesy of Michael Terry
  - Instead of crashing report when certain gstreamer are not found, fixes bug #522009, courtesy of Todd Eisenberger
  - use intltools 0.40 for building with autotools
  - added/updated translations
    - ar, courtesy of Khaled Hosny.
    - fi, courtesy of Tommi Vainikainen
    - nn, courtesy of Eirik U. Birkeland
    - vi, courtesy of Clytie Siddall
    - zh_CN, courtesy of 甘露 (Lu Gan)

version 2.23.3
  - add new flash and remove changing gamma for simulating flash. the
    new flash works best if you run a composited desktop, fixes bug #526214,
    courtesy of Alex Jones
  - fix segfault on startup if video or photo directory gconf setting is missing,
  	fixes bug #534480, courtesy of Alexander Jones
  - add support to set the video and photo path in gconf, courtesy of Felix Kaser
  - added/updated translations
    - ar, courtesy of Djihed Afifi.
    - es, courtesy of Jorge González
    - et, courtesy of Ivar Smolin
    - gl, courtesy of Ignacio Casal Quinteiro
    - he, courtesy of Mark Krapivner
    - hu, courtesy of Máté Őry.
    - nb, courtesy of Kjartan Maraas

version 2.23.2
  - use a better icon for the effects button, fixes bug #511369
  - store photos and videos in xdg directories, fixes bug #509475, courtesy of Felix Kaser
  - use a toggle button for the effects button, fixes bug #527870
  - add support for nautilus send to. this replaces "send by email" where available, fixes bug #528249, courtesy of Jose Dapena Paz
  - name the files to the date, when they were created, fixes bug #525739
  - add a preferences dialog with basic resolution changing, partially fixes #522200, courtesy of James Liggett
  - use gtk theme colors for the countdown widget
  - align the numbers and the camera on the countdown widget, courtesy of Andrea Cimitan
  - add a border, color shading and highlight to the countdown widget, to make it even more sexy, courtesy of Andrea Cimitan
  - make the countdown numbers translatable the right way
  - fix invalid free in cheese, fixes bug #529467, courtesy of Matthias Clasen
  - take picture button is enabled outside gtk thread lock, fixes bug #529789, courtesy of Gary Lasker
  - don't display the toplevel window by default, fixes bug #529276, courtesy of Loïc Minier
  - added/updated translations
    - en_GB, courtesy of Philip Withnall
    - es, courtesy of Jorge González
    - et, courtesy of Ivar Smolin
    - gl, courtesy of Ignacio Casal Quinteiro
    - he, courtesy of Mark Krapivner
    - nb, courtesy of Kjartan Maraas
    - nl, courtesy of Tino Meinen
    - pt_BR, courtesy of Luis Motta.
    - sl, courtesy of Matej Urbančič
    - th, courtesy of Pornpimon Pradabsri

version 2.23.1
  - add cheese to sound & video in the application menu, fixes bug #519846
  - add hildon support to cheese, fixes bug #519548, courtesy of Matthew Garret
  - add menu entry for the countdown, fixes bug #511160
  - add the gedit warning box when no camera is found, fixes bug #511945, courtesy of sebastian keller
  - buttons and menu items should use Title Case
  - change the theora file extension to .gov, fixes bug #524021
  - cheese crashes if getting information from a webcam fails, courtesy of Sjoerd Simons, fixes bug #522197
  - cheese did not choose the right thumbnails for already taken pictures, fixes bug #524814
  - cheese does not list its gnome-vfs dependency, fixes bug #522152, courtesy of Alex Rostovtsev
  - cheese doesn't open the webcam device set in gconf, courtesy of Sjoerd Simons, fixes bug #522198
  - do not allow to take pictures, while the webcam is initializing, fixes bug #523121
  - fix a crash while initializing webcam, fixes bug #522143, courtesy of Alex Rostovtsev
  - fix a crash, when a file was deleted twice
  - fix regression of gio, Dnd works again, courtesy of Cosimo Cecchi, fixes bug #526398
  - set the max waiting time for detecting a camera to 10 seconds, fixes bug #520394
  - show the pretty countdown widget by default
  - use a better effects icon, partially fixes bug #511369, courtesy of baptiste mille-mathias
  - use new cheese description, fixes bug #512091
  - added/updated translations
    - el, courtesy of Nick Paraschou
    - en_GB, courtesy of Philip Withnall
    - es, courtesy of Jorge González
    - et, courtesy of Mattias Põldaru
    - he, courtesy of Mark Krapivner
    - nb, courtesy of Kjartan Maraas
    - nn, courtesy of Eskild Hustvedt
    - ru, courtesy of Vasiliy Faronov
    - sl, courtesy of Matej Urbančič
2008-11-14 11:25:28 +00:00
wiz
efe4bcbef3 Fix patch-aa line. 2008-11-14 10:51:43 +00:00
minskim
a3988c8f8f Note update of gxemul. 2008-11-14 06:43:38 +00:00
minskim
d2d7b78901 Update gxemul to 0.4.6.6. Submitted by ISIHARA Takanori in PR pkg/39906.
Changes:
- Applying a patch from Kiyotaka Inaba which causes an ARM UND
  exception to be generated by the instruction word 0xe6000011, which
  is needed by gdb when running inside the emulator.  Also enabling
  ARM UND exceptions for ARM floating point instructions (needed by
  both Linux and NetBSD/arm).
- Fix for a free() bug in bootblock_iso9660.c.  Updating the
  OpenBSD/landisk installation instructions from 4.2 to 4.4, after
  verifying that it works.
2008-11-14 06:42:34 +00:00
chuck
89c2928985 fix Makefile.in error. it was adding a dependency to @INTLLIBS@ ("-lintl")
rather than @INTLDEPS@ causing some versions of make to fail with
"don't know how to make -lintl" at compile time
2008-11-14 03:25:55 +00:00
chuck
c0e937440d don't use c99 on Darwin, it screws up dynamic linking.
see http://mail-index.netbsd.org/tech-pkg/2008/11/10/msg002023.html
and http://mail-index.netbsd.org/tech-pkg/2008/11/10/msg002026.html
2008-11-14 02:47:10 +00:00
jmcneill
74dbb000b7 Added sound-theme-freedesktop 0.2 2008-11-14 01:29:29 +00:00
jmcneill
5247c02ca3 Pull in sound-theme-freedesktop 2008-11-14 01:27:51 +00:00
obache
da770060c8 Updated graphics/ruby-RMagick to 2.7.2 2008-11-14 01:26:56 +00:00
obache
96d21210f8 Update RMagick to 2.7.2.
Changes:
RMagick 2.7.2
    o Fix bug #22740, some Image::Info attribute values are not propogated to
      the image object (bug report by Thomas Watson)
2008-11-14 01:26:37 +00:00
jmcneill
8cd4bf67d4 Add sound-theme-freedesktop 2008-11-14 01:26:14 +00:00
wiz
29a470d49d Updated textproc/redland to 1.0.7nb1 2008-11-14 01:26:13 +00:00
wiz
49f57c59b0 Add missing file to PLIST. 2008-11-14 01:25:58 +00:00
jmcneill
34094b3712 Import sound-theme-freedesktop 0.2:
This package contains the FreeDesktop sound theme.
2008-11-14 01:24:59 +00:00
wiz
05bbaedf7b Updated sysutils/gnome-settings-daemon to 2.24.0nb2 2008-11-14 01:02:04 +00:00
wiz
2c3591c33f Install desktop file to share/gnome/autostart, in the hope that this
will cause the daemon to start automatically with a new Gnome session.

Bump PKGREVISION.
2008-11-14 01:01:50 +00:00
wiz
38f60e325b Updated net/ekiga to 3.0.1nb2 2008-11-13 23:46:09 +00:00
wiz
210395dc86 Add missing hicolor-icon-theme dependency.
Reorder lines to follow pkgsrc standard some more.

Bump PKGREVISION.
2008-11-13 23:45:47 +00:00
wiz
5121d06f5c Add missing libxslt build dependency. 2008-11-13 23:20:14 +00:00
abs
a652c1fbe2 Updated textproc/p5-XML-Feed to 0.3 2008-11-13 22:31:44 +00:00
abs
98ed3c6cbf Updated textproc/p5-XML-Feed to 0.3
0.3 2008-11-04
    - Allow more flexible identification of Formats
      https://rt.cpan.org/Ticket/Display.html?id=14725
      (Brian Cassidy BRICAS)

0.23 2008-10-23
    - Fix mixing and matching of RSS and Atom
      http://rt.cpan.org/Ticket/Display.html?id=21335
      (Shlomi Fish SHLOMIF)
    - Note that multiple categories was fixed at some point
      http://rt.cpan.org/Ticket/Display.html?id=30234
      (mattn)
    - Work with xml:base (depending on version of XML::RSS)
      http://rt.cpan.org/Ticket/Display.html?id=21135
      http://bugs.debian.org/381359
      (Gregor Herrmann and Joey Hess)

0.22 2008-10-22
    - Correct namespace for terms in RSS
      http://rt.cpan.org/Ticket/Display.html?id=25393
      (Kent Cowgill KCOWGILL)
    - Up the minimum requirement for XML::RSS to 1.31
      http://rt.cpan.org/Ticket/Display.html?id=23588
      (Andreas König ANDK)
    - Created test for
      http://rt.cpan.org/Ticket/Display.html?id=18810
      (Ryan Tate)
    - Allow creation of a self link
      http://rt.cpan.org/Ticket/Display.html?id=39924
      (Shlomi Fish SHLOMIF)
    - Add support for GEORSS
      http://rt.cpan.org/Ticket/Display.html?id=39924
      (Scott Gifford GIFF)
    - Fix fetching through proxies
      http://rt.cpan.org/Ticket/Display.html?id=36233
      (Trevor Vallender)

0.21 2008.10.15
    - Remove the inc directory because it's not needed anymore

0.20 2008.10.15
    - Allow specification of the parsing format. Fixes bugs
      http://rt.cpan.org/Public/Bug/Display.html?id=35580 and
      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477394
      (Gregor Herrmann and Martin F Krafft)
    - Allow pass through of initialisation options
      http://rt.cpan.org/Public/Bug/Display.html?id=24729
      (Christopher H. Laco CLACO)
    - Force working version XML::Atom
      http://rt.cpan.org/Public/Bug/Display.html?id=22548
      http://rt.cpan.org/Public/Bug/Display.html?id=19920
    - Allow extra Atom accessors
      http://rt.cpan.org/Public/Bug/Display.html?id=33881
      (Paul Mison PMISON)
    - Prevent empty content
      http://rt.cpan.org/Public/Bug/Display.html?id=29684
      (Dave Rolsky DROLSKY)
    - Cope with "updated" and "published" elements
      http://rt.cpan.org/Public/Bug/Display.html?id=20763
      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380498
      (Gregor Herrmann and Joey Hess)
    - Switch to Module::Build
      http://rt.cpan.org/Public/Bug/Display.html?id=38283
      http://rt.cpan.org/Public/Bug/Display.html?id=20575
      http://rt.cpan.org/Public/Bug/Display.html?id=21300
2008-11-13 22:30:59 +00:00
snj
7cf8e05a31 Kill www/grail, which has been dead for many years now. This execution
blessed by tsarna@.
2008-11-13 21:31:28 +00:00
adrianp
6dd005a0d0 Fix a missing \ found by Marcin M. Jessa 2008-11-13 19:23:56 +00:00
chuck
db3f41ba13 ghostscript has hand-rolled shared lib handling in src/unix-dll.mak
that does not do the right thing on Darwin (where shared libs are
created with different linking flags and use dylib rather than so
as an extension).

you need to manually reconfigure unix-dll.mak to make it work, so
do it in hacks.mk.

XXX: this still leaves the issue of libgs.so (et al.) being hardwired
in PLIST, instead of using libgs.dylib (et al.).   i'm not sure of
the best way to fix that.   at least it compiles now....
2008-11-13 17:36:54 +00:00
ghen
051f4d9c37 Fix PLIST for 3.0.4. 2008-11-13 15:11:58 +00:00
tron
0cba72a5f2 Note update of the "firefox3" package to version 3.0.4. 2008-11-13 14:44:18 +00:00
tron
62ad17646a Update "firefox3" package to version 3.0.4. Changes since version 3.0.3:
- Fixed the following security issues:
  MFSA 2008-58 Parsing error in E4X default namespace
  MFSA 2008-57 -moz-binding property bypasses security checks on codebase
               principals
  MFSA 2008-56 nsXMLHttpRequest::NotifyEventListeners() same-origin
               violation
  MFSA 2008-55 Crash and remote code execution in nsFrameManager
  MFSA 2008-54 Buffer overflow in http-index-format parser
  MFSA 2008-53 XSS and JavaScript privilege escalation via session restore
  MFSA 2008-52 Crashes with evidence of memory corruption
               (rv:1.9.0.4/1.8.1.18)
  MFSA 2008-51 file: URIs inherit chrome privileges when opened from chrome
  MFSA 2008-47 Information stealing via local shortcut files
- Fixed several stability issues.
- Official releases for the Icelandic and Thai languages are now available.
- Beta releases for the Bulgarian, Esperanto, Estonian, Latvian, Occitan,
  and Welsh languages are available for testing.
- Updated the internal Public Suffix list.
- Fixed an issue where the IME input tool used to enter Japanese, Korean,
  Chinese and Indic characters was covered by the "Add Bookmark" panel.
  (bug 433340)
- Enabled additional EV root certificates. (bug 451305)
- Fixed an issue where some passwords saved using Firefox 3.0.2 did not
  work properly. (bug 457358)
- In some cases, Firefox would not properly save proxy settings for
  protocols other than HTTP. (bug 446536)
2008-11-13 14:44:00 +00:00
reed
9238ca3f9a configure checks for glib 2.17.3 so require at least that for
BUILDLINK_API_DEPENDS.glib2.

(tested with 2.16.3 and it failed with:
../pango/pango-enum-types.h:12:9: error: macro names must be identifiers)
2008-11-13 14:39:11 +00:00
tron
b574e5c802 Note "imap-uw" related package revision bumps. 2008-11-13 14:28:05 +00:00
tron
bf65ae59e2 Bump the package revisions of all packages that depend on the
"imap-uw" package because of binary incompatibilities.
2008-11-13 14:21:04 +00:00
tron
f4b52662a5 Bump the following things:
- The shared library major version because it is no longer compatible
  with old binaries.
- The package revision because of the above change.
- The minimum API and ABI versions because new binary packages are no
  longer compatible with an old "imap-uw" package.
2008-11-13 14:20:20 +00:00
taca
69a8dee3e8 Note update of www/typo3 package to 4.2.3. 2008-11-13 13:29:43 +00:00
taca
978b98b8dd Update TYPO3 package to 4.2.3.
Initially it was simply bug fix release and please refer the URL for
full changes: http://wiki.typo3.org/TYPO3_4.2.3.

And now, it found out that two Cross Site Scripting (XSS) problem was
fixed by this release.

Regarding the issue in backend module "file": TYPO3 Security Bulletin
TYPO3-20081113-1: Cross-Site Scripting vulnerability in TYPO3 Core

<http://typo3.org/teams/security/security-bulletins/typo3-20081113-1/>

Regarding the issue in system extension "felogin": TYPO3 Security
Bulletin TYPO3-20081113-2: Cross-Site Scripting vulnerability in TYPO3 Core

<http://typo3.org/teams/security/security-bulletins/typo3-20081113-2/>
2008-11-13 13:28:37 +00:00
wiz
ea2eb9e32c + dropbear-0.52, firefox-3.0.4, gxemul-0.4.6.6 [pkg/39906],
newt-0.52.2 (ubuntu), openafs-1.4.8, seamonkey-1.1.13, sox-14.2.0,
  worker-2.17.0.
- avidemux-2.4.2, doxygen-1.5.7.1, trac-0.11.2.
2008-11-13 13:13:51 +00:00
dsainty
b8cab01050 http://josefsson.org/libidn/releases/moved-to-gnu.org.txt indicates that
that site is no longer a useful download source.  Replace it in MASTER_SITES
with http://ftp.gnu.org/gnu/libidn/
2008-11-13 11:31:11 +00:00
wiz
9c3f8f0630 Only allow python25, since py-cairo does not
support 2.4 any longer.
2008-11-13 11:18:05 +00:00
wiz
747a80b596 Remove python24 from accepted versions since py-cairo does not
support it any longer.
2008-11-13 11:17:16 +00:00
wiz
4769e82292 Updated textproc/xmlto to 0.0.21nb1 2008-11-13 11:15:28 +00:00
wiz
a858f64b7e Tell xmlto which bash executable to use.
Bump PKGREVISION.
2008-11-13 11:15:14 +00:00
ghen
f52537924a Updated www/firefox, www/firefox-bin and www/firefox-gtk1 to 2.0.0.18. 2008-11-13 10:12:39 +00:00
ghen
8145fb4d02 Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.18.
Security fixes in this version:

MFSA 2008-58 Parsing error in E4X default namespace
MFSA 2008-57 -moz-binding property bypasses security checks on codebase principals
MFSA 2008-56 nsXMLHttpRequest::NotifyEventListeners() same-origin violation
MFSA 2008-55 Crash and remote code execution in nsFrameManager
MFSA 2008-54 Buffer overflow in http-index-format parser
MFSA 2008-53 XSS and JavaScript privilege escalation via session restore
MFSA 2008-52 Crashes with evidence of memory corruption (rv:1.9.0.4/1.8.1.18)
MFSA 2008-50 Crash and remote code execution via __proto__ tampering
MFSA 2008-49 Arbitrary code execution via Flash Player dynamic module unloading
MFSA 2008-48 Image stealing via canvas and HTTP redirect
MFSA 2008-47 Information stealing via local shortcut files

For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.18/releasenotes/
2008-11-13 10:11:45 +00:00
minskim
55f17cadcc Note update of EasyPG. 2008-11-13 08:16:44 +00:00
minskim
7d5eb59ee4 Update EasyPG to 0.0.16.
Changes since 0.0.14:
* epa-mail-encrypt now skips unusable keys.
* epa-file now uses canonical file names as keys for passphrase cache.
* Fixed a load-error of epa on XEmacs.
* epa-file bug fixes.
* Prepare auto-mode-alist to strip .gpg suffix when choosing major-modes.
* Don't signal an error when opening a nonexistent file via Tramp.
* epa-verify-region now decodes the plaintext with
  coding-system-for-read or one saved as epa-coding-system-used.
2008-11-13 08:15:34 +00:00
minskim
caec860b9a Update the package directory for gnupg2. 2008-11-13 08:09:15 +00:00
martti
0c4f6cdd92 vim-7.2.40 2008-11-13 06:14:21 +00:00
martti
ce3bc87861 Updated vim-share to 7.2.40
2438  7.2.038  overlapping arguments to memcpy()
  1378  7.2.039  accessing freed memory on exit when EXITFREE is defined
  1836  7.2.040  ":e ++ff=dos foo" gets "unix" 'ff' when CR before NL missing
2008-11-13 06:13:47 +00:00
obache
a1e2592e3f Updated mail/libsieve to 2.2.7 2008-11-13 04:41:14 +00:00
obache
051fb755eb Update libsieve to 2.2.7.
Changes:
libSieve 2.2.7
--------------

- Fixed a duplicate symbol definition (thanks to Wilfried Goesgens).

- Fixed a mismatched function declaration (thanks to Eugene Prokopiev).

- More cases where Vacation should be ignored (thanks to Dilyan Palauzov).

- Generate Vacation handle according to RFC 5230 (thanks to Dilyan Palauzov).

- Use of NULL without declaration (thanks to Dilyan Palauzov).

- Added pkgconfig support (thanks to Dilyan Palauzov).

- Documentation corrections (thanks to Dilyan Palauzov).

- Use left-recursion when parsing stringlists (thanks to Dilyan Palauzov).
2008-11-13 04:41:00 +00:00
obache
d2231f280a Updated databases/tokyocabinet to 1.3.18 2008-11-13 04:20:11 +00:00
obache
442d4dad59 Update tokyocabinet to 1.3.18.
Changes:
2008-11-10  Mikio Hirabayashi

	* tcutil.c (tcptrlistnew, tcptrlistdel): new functions.

	* tcbdb.c (tcbdbputimpl, tcbdboutimpl, tcbdbgetimpl): new functions.

	- Release: 1.3.18

2008-11-07  Mikio Hirabayashi

	* tcutil.c (tcmdbnew, tcmdbdel, tcmdbopen, tcmdbclose): new functions.

	* tcadb.c (tcadbnew, tcadbdel): on-memory tree database is now supported.

	- Release: 1.3.17
2008-11-13 04:19:54 +00:00