Commit graph

37 commits

Author SHA1 Message Date
ghen
10f3ba9178 Update to Adobe Flashplayer version 9.0.124. Fixes CVE-2007-6019. 2008-04-09 19:13:56 +00:00
jlam
f847dc9588 Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 19:32:30 +00:00
tnn
4afc82bd8b Update flash player packages to the latest version (9.0.115).
Done during 2007Q4 freeze because the old distfile is no longer available.

New audio/video options
    * H.264/HE-AAC codec support
Improved Performance
    * Multi-core support
    * Multi-threaded video decoding
    * Image scaling
    * Flash Player cache
    * Flash Media Server buffering
Universal Reach
    * Full screen mode for Linux
    * Accessibility support for the plugin
    * Mac Os X Leopard support

Fixed in this version:

    * On Linux, modal dialogs displayed by Flash Player stay in front of browser windows but do not prevent interaction with the browser as they should. (191331)
    * On certain SUSE 9.2 installations using the standalone player only, trying to Open a browser from the standalone player with SeaMonkey open will cause the player to hang. (193383)
    * On Linux, networking operations in the standalone player are currently slow. (193158)
    * On Linux, when the mouse is hovering over Flash content, keyboard input is not sent to the browser. (194265)
    * Full-screen mode is not supported in the Opera Browser on Macintosh systems. (189140)
    * Full-screen mode is now supported on Linux.
    * The plugin version of Flash Player does not fire flash.events.Event.RENDER when wmode is set as transparent. (198515)
    * Full-screen can be used when wmode is set (202290)
    * Passing large amounts of XML through External Interface is significantly faster (206828)
    * ExternalInterface now works with HTML objects that contain dots within the object name (199614)
2007-12-23 22:27:15 +00:00
xtraeme
cc3f19e763 ns-flash with nspluginwrapper works just fine on NetBSD -current as
well as 4.0, so unify the NetBSD line.
2007-12-16 16:21:42 +00:00
abs
b6495a05cb for unknown EMUL_PLATFORM just pick values from linux-i386 to make lintpkgsrc happy - no functional change 2007-12-03 13:55:33 +00:00
jlam
081c0f8957 Allow a nicer syntax for expressing needing at least a certain version
of an emulated operating system.  Instead of proliferating things like
SUSE_VERSION_REQD, NETBSD_VERSION_REQD, SOLARIS_VERSION_REQD, etc., a
package can say:

	EMUL_REQD=	suse>=9.1 netbsd>=2.0 solaris>=10

all in one, succinct line.
2007-08-23 18:20:30 +00:00
ghen
24abde00de Update platforms known to work. 2007-08-04 10:30:00 +00:00
jlam
33f30156fb * Add new emulator framework in pkgsrc/mk/emulator that handles all
binary-only packages that require binary "emulation" on the native
  operating system.  Please see pkgsrc/mk/emulator/README for more
  details.

* Teach the plist framework to automatically use any existing
  PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition.

* Convert all of the binary-only packages in pkgsrc to use the
  emulator framework.  Most of them have been tested to install and
  deinstall correctly.  This involves the following cleanup actions:

    * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM}
      more consistently.

    * Simplify packages by using default INSTALL and DEINSTALL scripts
      instead of custom INSTALL/DEINSTALL code.

    * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc.
      Packages only need to state exactly which emulations they support,
      and the framework handles any i386-on-x86_64 or sparc-on-sparc64
      uses.

    * Remove "USE_NATIVE_LINUX" from pkgsrc.  The framework will
      automatically detect when the package is installing on Linux.

  Specific changes to packages include:

    * Bump the PKGREVISIONs for all of the suse100* and suse91* packages
      due to changes in the +INSTALL/+DEINSTALL scripts used in all
      of the packages.

    * Remove pkgsrc/emulators/suse_linux, which is unused by any
      packages.

    * cad/lc -- remove custom code to create the distinfo file for
	all supported platforms; just use "emul-fetch" and "emul-distinfo"
	instead.

    * lang/Cg-compiler -- install the shared libraries under ${EMULDIR}
	instead of ${PREFIX}/lib so that compiled programs will find
	the shared libraries.

    * mail/thunderbird-bin-nightly -- update to latest binary
	distributions for supported platforms.

    * multimedia/ns-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.

    * security/uvscan -- set LD_LIBRARY_PATH explicitly so that
	it's not necessary to install library symlinks into
	${EMULDIR}/usr/local/lib.

    * www/firefox-bin-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.
2007-07-29 05:18:36 +00:00
joerg
2bfb426cd9 Update default fallback version to make pbulk happy on Sparc. 2007-07-17 09:31:53 +00:00
xtraeme
403b56254c Add support to install on NetBSD/amd64 and SUSE_COMPAT32.
Do not work yet, but that will help people to test and fix COMPAT_LINUX32.
2007-04-19 16:11:34 +00:00
abs
a363e3602f Add 3.99.21 and 4.99.9 as known working systems 2007-03-24 13:18:41 +00:00
abs
19393cfeb4 update to 9.0r31nb2 - do not depend on {PREFIX}/bin being in the path - noted by Joerg 2007-03-23 22:59:16 +00:00
abs
7a1f11dbc3 Update ns-flash to 9.0.31nb1:
- Add a nspluginwrapper option (enabled by default on non Linux x86
      platforms) which pulls in nspluginwrapper and libflashsupport, and
      enables a INSTALL script which enables the plugin wrapper

Copy of note in options.mk:
# XXXX: If nspluginwrapper is enabled and this package is installed after
# firefox (or similar) it will install a system wide wrapped plugin into
# @PREFIX/lib/<browser>/plugins. If it is installed before a browser
# it will install a plugin for the current user in ~/.mozilla/plugins/
# or similar. This is inconsistant and potentially confusing.
2007-03-23 18:59:41 +00:00
abs
eee7042bd1 add note on how to use the Linux flash player into a native Firefox browser on a system other than 32 bit Linux 2007-03-22 23:07:39 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
ghen
a2fbda046b Update ns-flash to 9.0r31 *for linux* (solaris version is still at 7.0r67).
http://www.adobe.com/aboutadobe/pressroom/pressreleases/200701/011707FlashPlayerLinux.html

This version requires gtk2.
2007-02-01 13:44:14 +00:00
dmcmahill
5c153193ad Update the solaris version to the latest (7.0.67) because of a security
issue in the older one and also because the distfile (which is unversioned)
now contains the new version.

No real details could be found about the change.
2006-12-21 04:07:33 +00:00
perry
0f5037ae37 Update the i386 linux binary version to 7.0.69.
I cannot find a change log associated with the new version explaining
what is different -- sorry. :(
2006-12-19 00:21:37 +00:00
obache
2e2180e7d6 Update Solaris version to 7.0.66.
Patch provided by Abel Chow in PR 34620.

This release fixes security vulnerabilities as reported in Adobe Vulnerability
APSB06-11 (CVE-2006-3014, CVE-2006-3311, CVE-2006-3587, CVE-2006-3588,
CVE-2006-4640).
2006-12-02 17:14:03 +00:00
dmcmahill
c20546a552 add missing distfile info for solaris 2006-10-08 23:13:41 +00:00
wiz
4518d744b2 Update to 7.0.68:
This release fixes several security vulnerabilities as reported in
Adobe Vulnerability APSB06-11. Multiple input validation errors
have been identified that could lead to the potential execution of
arbitrary code, such as that delivered from a remote location via
the user's Web browser. Updating is strongly recommended.
2006-09-16 07:17:52 +00:00
jlam
60f791e1e6 Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where
it will live with other "check" targets run after package installation.

Get rid of SHLIB_HANDLING, whose meaning had mutated over the years
from one thing to another.  Currently, it is used to basically note
whether the system's "ldd" command can be usefully run on the package's
binaries and libraries.  Rename this variable to CHECK_SHLIBS_SUPPORTED
for more clarity.

CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf
to note whether the check for missing run-time search paths is performed
after a package is installed.  It defaults to "no" unless PKG_DEVELOPER
is set.
2006-05-22 22:22:02 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
wiz
7c078b02f8 Set LICENSE to flash-license. 2006-04-12 18:35:25 +00:00
markd
4a3f837a37 Update the linux flash plugin to version 7.0r63 to fix unspecified
vulnerabilities.  See CVE-2006-0024.
2006-03-29 02:16:43 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
gdt
7b33456228 Replace Flash marketing text with a dispassionate description of the
package.  Avoid claiming that Flash is a web standard (and thus avoid
the debate about de facto vs real standards).
2005-12-30 02:03:20 +00:00
tron
12587e18ec Fix master site URL. 2005-12-19 14:06:28 +00:00
salo
1c3b93645c Update the i386 part of the package to 7.0r61 to sync with firefox-bin-flash.
The old distfile is no longer available.

Noted by <tron>.
2005-12-19 11:20:50 +00:00
rillig
c0687872e2 Added missing RMD160 checksum for flash_player_7_solaris_sparc_r53.tar.gz. 2005-12-17 10:56:03 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
5ae9517d74 Add RMD160 digests. 2005-02-24 11:24:01 +00:00
tron
027e49bb15 Add missing trailing slash to master site URL. 2004-10-07 11:48:45 +00:00
jdolecek
b7f0b963af Update to latest version - 7.0.25 for Linux and 7.0.53 for Solaris/sparc
Change list is not available, but some flash movies were not readable
with the older version.

Only tested the Linux version (with Opera), the Solaris/sparc update
part was manually edited
2004-10-05 18:54:53 +00:00
wiz
b80fd022f9 This is a binary package: USE_BUILDLINK2 -> NO_BUILDLINK. 2004-04-24 22:44:50 +00:00
jmmv
1a18e2354f Move ns-flash to the multimedia category (moved from graphics).
This is version 5.0r5[12].
2004-01-26 14:50:30 +00:00