File nspluginwrapper.changes of Package nspluginwrapper

-------------------------------------------------------------------
Mon Oct 31 17:06:15 CET 2011 - sbrabec@suse.cz

- Do not wrap native plugins, it makes no sense any more
  (bnc#727018#c6).

-------------------------------------------------------------------
Fri Oct 28 08:15:57 UTC 2011 - wr@rosenauer.org

- do not build nspluginwrapper for i386 (bnc#727018)
- do not supplement flash-player anymore as it is available for
  i386 and x86-64 now

-------------------------------------------------------------------
Fri Sep 16 17:47:08 UTC 2011 - coolo@suse.com

- fix linking with new ld

-------------------------------------------------------------------
Fri Jul  1 18:58:02 CEST 2011 - sbrabec@suse.cz

- Update to the version 1.4.4:
  * Fix the private mode plugin escape (bnc#702034, CVE-2011-2486).
  * Crash fixes.
  * Fix compatibility with WebKit/GTK.
  * Report capabilities over RPC to fix logic based on NULL
    plugin/browser hooks.
  * Fix initialization bug that causes Flash 10.3 to report a
    version of 0.
  * Implement ClearSiteData NPAPI extension for managing
    Flash LSOs.
  * Work around lack of client-side windows in Flash.
  * Fix race condition when NPP_Destroy was called while viewer is
    busy.
  * Support NPAPI 0.24, in particular, Flash can now query for
    private browsing.
  * Support XEmbeding npplayer into another application.
  * Fix initializing two wrapped plugins with the same name in the
    same process.
  * Release implicit grabs before forwarding events to fix Flash
    context menu hang.

-------------------------------------------------------------------
Wed May 25 21:00:26 UTC 2011 - crrodriguez@opensuse.org

- Drop native windows patch, already in upstream.
- Two bug fixes 

-------------------------------------------------------------------
Sat May 21 16:17:45 UTC 2011 - crrodriguez@opensuse.org

- Update to version 1.4.0
 * drop obsolete patches
 * Work around Qt bug that breaks npplayer when Kopete is installed
 * Work around Firefox quirk that broke windowless Flash in Firefox 4
 * Bind wrapper and viewer event loops together to avoid many many race conditions
 * Fix initialization bug that causes Flash 10.3 to report a version of 0
 * Work around bug in Konqueror that prevents plug-ins from functioning properly

-------------------------------------------------------------------
Thu Apr 22 15:47:26 CEST 2010 - ro@suse.de

- add some hacks to make it compile:
  - nspluginwrapper-offsetof.patch
  - nspluginwrapper-recv_chk.patch

-------------------------------------------------------------------
Thu Apr 22 02:29:03 CEST 2010 - ro@suse.de

- Version 1.3.0 (BETA)
  * Don't poll for Xt events in Gtk (XEMBED) plug-ins
  * Use 40 Hz timer for Xt events only when necessary (Xt input sources)
  * Add NPIdentifier and NPClass::HasMethod caches, i.e. lower RPC traffic
  * Add support for multiple viewer paths, see --viewer-paths=PATH-EXPR
  * Add basic checks for malloc()'ed buffer underflow/overflow
  * Add checks for single-threaded calls into the browser (NPN_*() functions)

-------------------------------------------------------------------
Thu Feb 25 13:10:45 CET 2010 - rguenther@suse.de

- Adjust BuildRequires for 32bit C++ compiler.

-------------------------------------------------------------------
Tue Dec 15 18:23:53 CET 2009 - sbrabec@suse.cz

- Return to native X windows in GTK+ to work around focus problems
  (bnc#537788).
- Call %postun trigger with -u (bnc#558365).

-------------------------------------------------------------------
Mon Oct 26 15:51:03 CET 2009 - sbrabec@suse.cz

- Supplement acroread and flash-player (bnc#546593).

-------------------------------------------------------------------
Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com

- disable as-needed for this package as it fails to build with it

-------------------------------------------------------------------
Mon Jun 15 16:27:45 CEST 2009 - sbrabec@suse.cz

- Build with actual version of gcc.
- Build with correct compiler flags.

-------------------------------------------------------------------
Thu May 21 17:56:18 CEST 2009 - sbrabec@suse.cz

- Wrap native plugins when installed on x86 platform.

-------------------------------------------------------------------
Tue Jan  6 16:59:40 CET 2009 - sbrabec@suse.cz

- Updated to version 1.2.2:
  * Fix support for the VLC plug-in
  * Fix memory deallocation in NPN_GetStringIdentifiers()
  * Fix return value if stream creation failed in standalone player
  * Drop obsolete mkruntime scripts
  * Use valgrind if NPW_USE_VALGRIND=yes
  * Add support for SunStudio compilers
  * Add support for Flash Player 10 on OpenSolaris 2008.11
  * Fix build on non-Linux platforms
  * Fix NPP_Destroy() to keep NPP instances longer, but destroy
    window immediately

-------------------------------------------------------------------
Mon Dec 15 15:11:06 CET 2008 - sbrabec@suse.cz

- Correct fixes for ordered comparisons of pointer with zero
  (bnc#432616#c2).

-------------------------------------------------------------------
Fri Dec 12 16:40:39 CET 2008 - sbrabec@suse.cz

- Updated to version 1.1.10 (bnc#447434):
  * Fix XEMBED (rework for lost events/focus regressions,
    workaround Gtk2 and Firefox bugs)
  * Fix various bugs in RPC code
  * Close npviewer.bin sockets and all open files when stating
    a plugin
  * Make `which` failures silent for soundwrappers
  * Allow wrapping and direct execution of native plugins
  * Enable glib memory hooks by default
  * Fixes of problems that could make some plugins crash
  * Fixed memory leaks
  * Fix "javascript:" streams requests in standalone player
  * Fix DiamondX plugin with Konqueror4
  * Fix NPAPI version that is exposed to the plugin
  * Add support for windowless plugins (Flash Player 10)
  * Add standalone plugins player
  * Restart plugins viewer on error
  * Other code fixes
- Fixed ordered comparison of pointer with zero (bnc#432616).

-------------------------------------------------------------------
Tue Nov 25 15:59:50 CET 2008 - sbrabec@suse.cz

- Prevent ugly "which" error messages in console output.

-------------------------------------------------------------------
Wed Nov  5 10:20:44 CET 2008 - mls@suse.de

- remove glibc triggers, no longer needed [bnc#304963]

-------------------------------------------------------------------
Wed Aug  6 11:41:43 CEST 2008 - wr@opensuse.org

- Update to version 1.0.0
  * Don't wrap root plugins to system locations, keep them private
  * Fix support for Acrobat Reader 8 (focus problems)
  * Fix support for mozplugger (in full-debug mode)
  * Fix support for WebKit
  * Fix crashes with Flash Player 9 Update 3 (9.0.115)
  * Improve error handling during RPC initialization 
    (possible memory leak on error)
  * Improve error handling in NPP_WriteReady() and NPP_Write()

-------------------------------------------------------------------
Mon Jun 23 15:05:49 CEST 2008 - sbrabec@suse.cz

- Fixed focus in Adobe Reader 8 (bnc#353503).
- Original noshm patch replaced by the backport of the upstream
  implementation plus strict-aliasing fix.

-------------------------------------------------------------------
Mon Jun 16 16:20:33 CEST 2008 - sbrabec@suse.cz

- Suppress error messages when trying to wrap native plugin
  (bnc#400194).

-------------------------------------------------------------------
Thu Jun 12 17:30:10 CEST 2008 - sbrabec@suse.cz

- Never wrap plugins in home into system dirs (bnc#384367).

-------------------------------------------------------------------
Tue Jun  3 04:37:01 CEST 2008 - crrodriguez@suse.de

- noshm.c needs to be built using fno-strict-aliasing 

-------------------------------------------------------------------
Mon Apr  7 01:54:11 CEST 2008 - ro@suse.de

- force adding of libgthread to cflags/ldflags 

-------------------------------------------------------------------
Fri Apr  4 14:38:13 CEST 2008 - sbrabec@suse.cz

- Provide and obsolete nspluginwrapper-i386 from Build Service.
- Call full plugin cache rebuild in trigger.
- Trigger plugin cache rebuild on glibc update to attempt to fix
  glibc post-crash brokenness (bnc304963#c22).

-------------------------------------------------------------------
Wed Apr  2 12:49:19 CEST 2008 - sbrabec@suse.cz

- Update to 0.9.91.6 pre snapshot from 20071225:
  * Initialize glib for multithreading
  * Nuke the window border, it's quite disturbing
  * Improve NPP_WriteReady() and NPP_Write() error handling
- Call full plugin update after any package installation.

-------------------------------------------------------------------
Thu Jan 24 12:58:12 CET 2008 - thoenig@suse.de

- Update to version 0.9.91.5:
  * Fix a memory leak in NPP_Destroy()
  * Fix DiamondX XEmbed example plugin
  * Fix focus problems (Debian bug #435912)
  * Add support for 64-bit plugins (Martin Stransky)
  * Add support for newer NPAPI 0.17 functions and variables
  * Add support for broken 64-bit Konqueror versions
    (run-time detect)
  * Regression: Focus in nppdf does not work.
- Add patch nspluginwrapper-initialize-gthread.patch: Initialize
  gthreads, adjust LDFLAGS.

-------------------------------------------------------------------
Wed Nov 21 03:19:34 CET 2007 - ro@suse.de

- buildreq: gcc-42 -> gcc43 

-------------------------------------------------------------------
Fri Sep 14 16:03:56 CEST 2007 - sbrabec@suse.cz

- Ignore scriptlet errors to work-around glibc bug (#304963).

-------------------------------------------------------------------
Mon Aug 27 16:08:41 CEST 2007 - schwab@suse.de

- Don't strip binaries.

-------------------------------------------------------------------
Tue Jul 17 15:33:24 CEST 2007 - agraf@suse.de

- Fix compilation issues with new shared library
- Fix build on x86_64
- Exclude s390 from build (unsupported)

-------------------------------------------------------------------
Wed Jul 11 13:20:05 CEST 2007 - agraf@suse.de

- Include shared lib to suppress the MIT-SHM extension if
  qemu is used in which case endianness issues appear with
  shared memory.

-------------------------------------------------------------------
Wed Jun 20 13:13:18 CEST 2007 - rguenther@suse.de

- Fix BuildRequires.

-------------------------------------------------------------------
Tue Apr 17 18:05:18 CEST 2007 - sbrabec@suse.cz

- Updated to version 0.9.91.4:
  * Don’t try to wrap native plugins
  * Fix build on Linux systems with SSP enabled by default
- Removed self-requires.

-------------------------------------------------------------------
Tue Apr  3 19:41:43 CEST 2007 - lrupp@suse.de

- fix typo => _arch instead of target_arch

-------------------------------------------------------------------
Mon Mar 26 18:02:02 CEST 2007 - sbrabec@suse.cz

- New SuSE package, version 0.9.91.3.

openSUSE Build Service is sponsored by