notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
linux-flashplugin The official Macromedia Flash Player for Linux Netscape and Opera
5.0r51_3 www Deleted on this many watch lists=55 search for ports that depend on this port This port version is marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 5.0r51_3Version of this port present on the latest quarterly branch.
Forbidden FORBIDDEN: http://vuxml.FreeBSD.org/83421018-b3ef-11da-a32d-000c6ec775d9.html
Ignore IGNORE: is forbidden: http://vuxml.FreeBSD.org/83421018-b3ef-11da-a32d-000c6ec775d9.html
Restricted RESTRICTED: "Redistribution not allowed"
Maintainer: ports@brandon.dvalentine.com search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2006-04-08 01:20:36
SVN Revision: UNKNOWN
People watching this port, also watch:: libxml2, gmake, unzip, libiconv
Also Listed In: linux multimedia
License: not specified in port
WWW:
http://www.macromedia.com/
Description:
This is the official Flash Player from Macromedia. This plugin enables you to see .swf and .spl files on the 'net from your Netscape and Opera session. Please see the Macromedia home page for more information. WWW: http://www.macromedia.com/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • linux-flashplugin>0:www/linux-flashplugin
No installation instructions:
This port has been deleted.
PKGNAME: linux-flashplugin
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: i386
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. redhat-release : emulators/linux_base-8
  2. libXrender.so.1 : x11/linux-XFree86-libs
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/5.0r51/
  2. http://download.macromedia.com/pub/shockwave/flash/english/linux/5.0r51/
Collapse this list.

Number of commits found: 28

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.0r51_3
08 Apr 2006 01:20:36
Original commit files touched by this commit This port version is marked as vulnerable.
hrs search for other commits by this committer
Remove www/linux-flashplugin* ports because of license problem.
The EULA says:

 You may not use the Software on ... (D) any operating system that
 is not an Authorized Operating System.

and FreeBSD is not an Authorized Operating System which it defines.

Discussed with: maintainer (jamie at bishopston dot net),
                portmgr (kris and krion)
5.0r51_3
15 Mar 2006 09:23:56
Original commit files touched by this commit This port version is marked as vulnerable.
simon search for other commits by this committer
Mark FORBIDDEN due to arbitrary code execution vulnerability.

Security:      
http://vuxml.FreeBSD.org/83421018-b3ef-11da-a32d-000c6ec775d9.html
With hat:       secteam
5.0r51_3
24 Jan 2006 03:14:23
Original commit files touched by this commit This port version is marked as vulnerable.
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
5.0r51_3
17 Jun 2005 22:59:29
Original commit files touched by this commit This port version is marked as vulnerable.
netchild search for other commits by this committer
Mega-patch to cleanup the ports infrastructure regarding our linux bits:
  - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
(Only the first 15 lines of the commit message are shown above View all of this commit message)
5.0r51_2
01 Mar 2005 21:51:49
Original commit files touched by this commit This port version is marked as vulnerable.
trevor search for other commits by this committer
Respect the user's USE_LINUX setting.
5.0r51_2
31 Dec 2004 18:24:10
Original commit files touched by this commit This port version is marked as vulnerable.
netchild search for other commits by this committer
Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.

It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).

This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).

Changes:
 - change the default linux_base from v7 to v8
 - add a newer freetype to linux_base-8 for nicer fonts display [1]
 - don't let cpio use hardlinks in the linux_base-8 port to quiet some
(Only the first 15 lines of the commit message are shown above View all of this commit message)
5.0r51_1
28 Feb 2004 08:27:02
Original commit files touched by this commit This port version is marked as vulnerable.
eik search for other commits by this committer
LEGAL lists distfiles
RESTRICTED implies NO_PACKAGE

Reminded by:    kris
5.0r51_1
27 Feb 2004 21:49:36
Original commit files touched by this commit This port version is marked as vulnerable.
eik search for other commits by this committer
linux-flashplugin:  -

1) Hand maintainership over to ports@brandon.dvalentine.com
2) Makefile and pkg-plist cleanup.  Switch to using PORTDOCS and
   DOCSDIR.
3) Set NO_PACKAGE and RESTRICTED.  Macromedia license forbirds
   redistribution.
4) Set LATEST_LINK to avoid collision with linux-flashplugin6.

linux-flashplugin6:

1) Update MAINTAINER email address.
2) Set LATEST_LINK to avoid collision with linux-flashplugin.
3) Makefile and pkg-plist cleanup.  Switch to using PORTDOCS and
   DOCSDIR.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
5.0r51
29 Jan 2004 16:13:06
Original commit files touched by this commit This port version is marked as vulnerable.
trevor search for other commits by this committer
SIZEify.
5.0r51
04 May 2003 17:47:45
Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
This port does work properly. However, it only works in a pristine
environment. Cleanse yourself of all things flash, and reinstall.
5.0r51
19 Apr 2003 20:40:08
Original commit files touched by this commit This port version is marked as vulnerable.
pat search for other commits by this committer
For reasons beyond my understanding, playback doesn't work anymore.
Release to the world to tackle it.
5.0r51
07 Mar 2003 06:12:57
Original commit files touched by this commit This port version is marked as vulnerable.
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
5.0r51
16 Sep 2002 07:02:39
Original commit files touched by this commit This port version is marked as vulnerable.
pat search for other commits by this committer
Update to 5.0r51
5.0r50
09 Aug 2002 21:51:11
Original commit files touched by this commit This port version is marked as vulnerable.
pat search for other commits by this committer
Update to 5.0r50, unmark FORBIDDEN
5.0r48
09 Aug 2002 20:11:59
Original commit files touched by this commit This port version is marked as vulnerable.
pat search for other commits by this committer
Mark FORBIDDEN due to the recent multiple security reports. I have not
reproduced this either but just to be safe.

Submitted by:   trevor
5.0r48
31 Mar 2002 20:31:47
Original commit files touched by this commit This port version is marked as vulnerable.
pat search for other commits by this committer
Update to 5.0r48
17 Jan 2002 07:27:43
commit hash: fp1.23439@dev.null.freshports.orgcommit hash: fp1.23439@dev.null.freshports.orgcommit hash: fp1.23439@dev.null.freshports.orgcommit hash: fp1.23439@dev.null.freshports.org files touched by this commit
pat search for other commits by this committer
Mention in pkg-{comment,descr} that this port supports linux-opera too.    
20 Nov 2001 23:29:38
commit hash: fp1.20977@dev.null.freshports.orgcommit hash: fp1.20977@dev.null.freshports.orgcommit hash: fp1.20977@dev.null.freshports.orgcommit hash: fp1.20977@dev.null.freshports.org files touched by this commit
lioux search for other commits by this committer
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case    
15 Nov 2001 03:59:42
commit hash: fp1.20791@dev.null.freshports.orgcommit hash: fp1.20791@dev.null.freshports.orgcommit hash: fp1.20791@dev.null.freshports.orgcommit hash: fp1.20791@dev.null.freshports.org files touched by this commit
pat search for other commits by this committer
Maintainer is now committer so change to new email address.    
21 Jul 2001 15:27:22
commit hash: fp1.16344@dev.null.freshports.orgcommit hash: fp1.16344@dev.null.freshports.orgcommit hash: fp1.16344@dev.null.freshports.orgcommit hash: fp1.16344@dev.null.freshports.org files touched by this commit
okazaki search for other commits by this committer
use USE_LINUX   sort pkg-plist   quiet install    
29 Mar 2001 10:08:24
commit hash: fp1.11727@dev.null.freshports.orgcommit hash: fp1.11727@dev.null.freshports.orgcommit hash: fp1.11727@dev.null.freshports.orgcommit hash: fp1.11727@dev.null.freshports.org files touched by this commit
lioux search for other commits by this committer
Gracefully handle port versioning updates since Macromedia names   all versions
the same.    
13 Mar 2001 15:42:51
commit hash: fp1.10997@dev.null.freshports.orgcommit hash: fp1.10997@dev.null.freshports.orgcommit hash: fp1.10997@dev.null.freshports.orgcommit hash: fp1.10997@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
Fix MASTER_SITES.    
11 Mar 2001 06:35:11
commit hash: fp1.10788@dev.null.freshports.orgcommit hash: fp1.10788@dev.null.freshports.orgcommit hash: fp1.10788@dev.null.freshports.orgcommit hash: fp1.10788@dev.null.freshports.org files touched by this commit
kris search for other commits by this committer
Fix brokenness in DISTNAME    
09 Mar 2001 12:15:55
commit hash: fp1.10538@dev.null.freshports.orgcommit hash: fp1.10538@dev.null.freshports.orgcommit hash: fp1.10538@dev.null.freshports.orgcommit hash: fp1.10538@dev.null.freshports.org files touched by this commit
sf search for other commits by this committer
add maintainer's signature.    
08 Mar 2001 19:26:20
commit hash: fp1.10494@dev.null.freshports.orgcommit hash: fp1.10494@dev.null.freshports.orgcommit hash: fp1.10494@dev.null.freshports.orgcommit hash: fp1.10494@dev.null.freshports.org files touched by this commit
sf search for other commits by this committer
o update to 5.0r47.   o change maintainer. The predecessor does not use netscape
anymore.    
05 Feb 2001 15:33:58
commit hash: fp1.9243@dev.null.freshports.orgcommit hash: fp1.9243@dev.null.freshports.orgcommit hash: fp1.9243@dev.null.freshports.orgcommit hash: fp1.9243@dev.null.freshports.org files touched by this commit
olgeni search for other commits by this committer
Some spaces -> tabs for ports/www.    
08 Oct 2000 08:11:25
commit hash: fp1.4827@dev.null.freshports.orgcommit hash: fp1.4827@dev.null.freshports.orgcommit hash: fp1.4827@dev.null.freshports.orgcommit hash: fp1.4827@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category www to new layout.  
19 Jul 2000 16:55:20
commit hash: fp1.2214@dev.null.freshports.orgcommit hash: fp1.2214@dev.null.freshports.orgcommit hash: fp1.2214@dev.null.freshports.orgcommit hash: fp1.2214@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Create and remove the plugins dir properly.    

Number of commits found: 28