SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for nspluginwrapper-1.4.4.0.15-10.1.x86_64.rpm :
Tue Jan 17 13:00:00 2012 lijewski.stefanAATTzabka.pl
- fix build on x86_64

Thu Jan 12 13:00:00 2012 lijewski.stefanAATTgmail.com
- fix build on Evergreen:11.2

Wed Nov 23 13:00:00 2011 sbrabecAATTsuse.cz
- Update to the latest git snapshot:

* New home page.

* Fixes possible parallel build issues.

* Fixes possible curl threading crashes.

* Fix possible crashes on close.

* Support for the latest NPAPI SDK.

* Link with libdl correctly.

Fri Jul 1 14:00:00 2011 sbrabecAATTsuse.cz
- Update to the version 1.4.4 from the new upstream:

* Fix the private mode plugin escape (bnc#702034, CVE-2011-2486).

* Crash fixes.

* Fix compatibility with WebKit/GTK and Konqueror.

* 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.

* Work around Firefox quirk that broke windowless Flash in
Firefox 4.

* Bind wrapper and viewer event loops together to avoid many many
race conditions.

* Redesign NPRuntime bridge to avoid leaking proxy objects.

* Incorporate release number into ident string so update works on
distro patches.

Thu Apr 22 14:00:00 2010 roAATTsuse.de
- add some hacks to make it compile:
- nspluginwrapper-offsetof.patch
- nspluginwrapper-recv_chk.patch

Thu Apr 22 14:00:00 2010 roAATTsuse.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:00:00 2010 rguentherAATTsuse.de
- Adjust BuildRequires for 32bit C++ compiler.

Tue Dec 15 13:00:00 2009 sbrabecAATTsuse.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 13:00:00 2009 sbrabecAATTsuse.cz
- Supplement acroread and flash-player (bnc#546593).

Fri Jun 19 14:00:00 2009 cooloAATTnovell.com
- disable as-needed for this package as it fails to build with it

Mon Jun 15 14:00:00 2009 sbrabecAATTsuse.cz
- Build with actual version of gcc.
- Build with correct compiler flags.

Thu May 21 14:00:00 2009 sbrabecAATTsuse.cz
- Wrap native plugins when installed on x86 platform.

Tue Jan 6 13:00:00 2009 sbrabecAATTsuse.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 13:00:00 2008 sbrabecAATTsuse.cz
- Correct fixes for ordered comparisons of pointer with zero
(bnc#432616#c2).

Fri Dec 12 13:00:00 2008 sbrabecAATTsuse.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 13:00:00 2008 sbrabecAATTsuse.cz
- Prevent ugly \"which\" error messages in console output.

Wed Nov 5 13:00:00 2008 mlsAATTsuse.de
- remove glibc triggers, no longer needed [bnc#304963]

Wed Aug 6 14:00:00 2008 wrAATTopensuse.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 14:00:00 2008 sbrabecAATTsuse.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 14:00:00 2008 sbrabecAATTsuse.cz
- Suppress error messages when trying to wrap native plugin
(bnc#400194).

Thu Jun 12 14:00:00 2008 sbrabecAATTsuse.cz
- Never wrap plugins in home into system dirs (bnc#384367).

Tue Jun 3 14:00:00 2008 crrodriguezAATTsuse.de
- noshm.c needs to be built using fno-strict-aliasing

Sun Apr 6 14:00:00 2008 roAATTsuse.de
- force adding of libgthread to cflags/ldflags

Fri Apr 4 14:00:00 2008 sbrabecAATTsuse.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 14:00:00 2008 sbrabecAATTsuse.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 13:00:00 2008 thoenigAATTsuse.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 13:00:00 2007 roAATTsuse.de
- buildreq: gcc-42 -> gcc43

Fri Sep 14 14:00:00 2007 sbrabecAATTsuse.cz
- Ignore scriptlet errors to work-around glibc bug (#304963).

Mon Aug 27 14:00:00 2007 schwabAATTsuse.de
- Don\'t strip binaries.

Tue Jul 17 14:00:00 2007 agrafAATTsuse.de
- Fix compilation issues with new shared library
- Fix build on x86_64
- Exclude s390 from build (unsupported)

Wed Jul 11 14:00:00 2007 agrafAATTsuse.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 14:00:00 2007 rguentherAATTsuse.de
- Fix BuildRequires.

Tue Apr 17 14:00:00 2007 sbrabecAATTsuse.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 14:00:00 2007 lruppAATTsuse.de
- fix typo => _arch instead of target_arch

Mon Mar 26 14:00:00 2007 sbrabecAATTsuse.cz
- New SuSE package, version 0.9.91.3.


 
ICM