Commit graph

213 commits

Author SHA1 Message Date
Matthew Seaman
1c4cb978c7 Update to 4.2.1
This is a routine bugfix release.

Change Log:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.1/phpMyAdmin-4.2.1-notes.html/view
2014-05-14 12:43:52 +00:00
Matthew Seaman
a9c28664ea Update to 4.2.0
This is a significant feature and bugfix upgrade.

Note: this release drops compatibility with the php-mysql module,
relying solely on php-mysqli now.

Change log:    http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.0/phpMyAdmin-4.2.0-notes.html/view
2014-05-09 06:27:17 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Matthew Seaman
a9a884db2b Update to 4.1.14
This is a routine bugfix update

Change Log:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.14/phpMyAdmin-4.1.14-notes.html/view
2014-04-27 08:22:33 +00:00
Matthew Seaman
14354ea858 Update to 4.1.13
This is a routine bugfix update

Change log:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.13/phpMyAdmin-4.1.13-notes.html/view
2014-04-13 12:10:09 +00:00
Matthew Seaman
33dc6a15ba Update to 4.1.12
This is a routine bugfix release

Release Notes:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.12/phpMyAdmin-4.1.12-notes.html/view
2014-03-27 22:30:27 +00:00
Matthew Seaman
c4d156427a Update to 4.1.11
This is a quick-reaction update to fix a regression in 4.1.10 released
earlier today:

   reCaptcha on the login panel no longer worked

Release notes:	http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.11/phpMyAdmin-4.1.11-notes.html/view
2014-03-22 19:59:05 +00:00
Matthew Seaman
2146896d6e Update to 4.1.10
* USE_XZ -> USES tar:xz

This is a routine bugfix update.

Release notes:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.10/phpMyAdmin-4.1.10-notes.html/view
2014-03-22 17:37:41 +00:00
Matthew Seaman
8054bff858 Update to 4.1.9
This is a routine bugfix release.

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.9/phpMyAdmin-4.1.9-notes.html/view
2014-03-08 10:32:29 +00:00
Matthew Seaman
614df2ebae Update to 4.1.8
This is a routine bugfix relaease

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.8/phpMyAdmin-4.1.8-notes.html/view
2014-02-22 22:21:50 +00:00
Matthew Seaman
e2021d50ec Update to 4.1.7
This is a routine bugfix release

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.7/phpMyAdmin-4.1.7-notes.html/view
2014-02-09 18:26:02 +00:00
Matthew Seaman
be54c1c7db Update to 4.1.6
This is a routine bugfix update.

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.6/phpMyAdmin-4.1.6-notes.html/download
2014-01-26 20:05:47 +00:00
Matthew Seaman
461b13f7eb Update to 4.1.5
This is a routine bugfix update.

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.5/phpMyAdmin-4.1.5-notes.html/download
2014-01-17 20:34:30 +00:00
Matthew Seaman
f23cdcfb28 Update to 4.1.4
This is a routine bugfix upgrade

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.4/phpMyAdmin-4.1.4-notes.html/view
2014-01-07 20:40:42 +00:00
Matthew Seaman
705358bdfe Update to 4.1.3
This is a routine bugfix update

ChangeLog:	  http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.3/phpMyAdmin-4.1.3-notes.html/view
2013-12-31 13:24:54 +00:00
Matthew Seaman
5ac9c8c021 Fix instructions for the apache>=2.3 case
Submitted by:	starlition@tp.edu.tw
2013-12-25 09:43:15 +00:00
Matthew Seaman
330a78b248 Update to 4.1.2
- Add instructions for more recent verions of Apache to
    pkg-message (1)

Release Notes:	http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.2/phpMyAdmin-4.1.2-notes.html/view
Submitted by:	poinsot.julien@gmail.com (1)
2013-12-23 22:58:24 +00:00
Matthew Seaman
0df3512c38 Update to 4.1.1
Routine bugfix update.

ChangeLog:	http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.1/phpMyAdmin-4.1.1-notes.html/view
2013-12-18 08:00:47 +00:00
Matthew Seaman
0b5b6ce159 Drop the SUPHP option as the www/suphp port has expired.
General cleanup:

   pkg-install and pkg-deinstall are redundant: it's all handled by
   @exec and @unexec actions in pkg-plist.

PR:		ports/184923
Submitted by:	rene
2013-12-17 13:56:24 +00:00
Matthew Seaman
4cbc7172d6 Update to 4.1.0
With this release, the minimum required version of PHP is now php-5.3,
and the minimum compatible version of MySQL is now mysql-5.5.  See
http://docs.phpmyadmin.net/en/latest/require.html for details.

ChangeLog:	http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.0/phpMyAdmin-4.1.0-notes.html/view
2013-12-12 22:48:04 +00:00
Bryan Drewery
77197dd811 - Chase r336083 and bump all ports using NO_ARCH so that users building
their own packages and still on pkg 1.1.4 can upgrade.

With hat:	portmgr
2013-12-10 19:47:42 +00:00
Matthew Seaman
08f342435d Mark all my architecture independent ports using shell/perl/PHP as
NO_ARCH=yes

While here, fix a few other niggles:

net/phpldapadmin -- remove indefinite article from COMMENT

www/p5-RT* -- fix comments referencing the different versions of RT

x11-fonts/gentium-{basic,plus} -- mention ${STAGEDIR} explicitly in the
  install targets; rework the handling of ${FONTPATH}
2013-12-08 22:38:52 +00:00
Matthew Seaman
687cfd015e Update to 4.0.10
A routine bugfix update.

ChangeLog:	http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.10/phpMyAdmin-4.0.10-notes.html/download
2013-12-04 21:10:27 +00:00
Matthew Seaman
2041739da3 Upgrade to 4.0.9
- Drop LATEST_LINK
  - Apply shebangfix to a couple of shell scripts

ChangeLog:	http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.9/phpMyAdmin-4.0.9-notes.html/view
2013-11-05 07:05:53 +00:00
Matthew Seaman
1c67fbbeac - update to 4.0.8
Change Log: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.8/phpMyAdmin-4.0.8-notes.html/view
2013-10-06 13:54:01 +00:00
Matthew Seaman
7a7eb0c54c - stagify
- move post-install actions into pkg-install
2013-09-27 16:08:12 +00:00
Matthew Seaman
2b21c0f8a6 Update to 4.0.7
- ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.7/phpMyAdmin-4.0.7-notes.html/view
2013-09-24 11:34:41 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Matthew Seaman
29953f517e - Update to 4.0.6
ReleaseNotes:	http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.6/phpMyAdmin-4.0.6-notes.html/view
2013-09-07 18:03:49 +00:00
Matthew Seaman
9aacd678d3 - Security update of databases/phpmyadmin to 4.0.5
ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.5/phpMyAdmin-4.0.5-notes.html/download
SecurityAdvisory: http://www.phpmyadmin.net/home_page/security/PMASA-2013-10.php

- Deprecate databases/phpmyadmin35

This version is vulnerable to the 'clickjacking protection bypass'
problem fixed in 4.0.5, but the development team will not be
publishing a fix. "We have no solution for 3.5.x, due to the proposed
solution requiring JavaScript. We don't want to introduce a dependency
to JavaScript in the 3.5.x family."

Therefore deprecate this port and set expiry for one month.  Please
upgrade to 4.0.5 instead.

Security:	17326fd5-fcfb-11e2-9bb9-6805ca0b3d42
2013-08-04 12:13:50 +00:00
Matthew Seaman
87373d972a Security update: multiple vulnerabilities in databases/phpmyadmin and
databases/phpmyadmin35

 - update phpmyadmin to 4.0.4.2

ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.4.2/phpMyAdmin-4.0.4.2-notes.html/view

 - update phpmyadmin35 to 3.5.8.2

ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.8.2/phpMyAdmin-3.5.8.2-notes.html/view

 - vuxml

The PMSA references shown have not been published yet, hence no CVE
numbers and a lack of detail in the descriptions.  Yes, PMSA-2013-10
is missing from the sequence.  According to the security alert e-mail:

   "For more details, see the upcoming PMASA-2013-8 to PMASA-2013-15 (minus
    PMASA-2013-10 which is reserved for a future advisory)."
2013-07-28 15:38:44 +00:00
Matthew Seaman
63cb6cc692 Security update to 4.0.4.1
ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.4.1/phpMyAdmin-4.0.4.1-notes.html/view

Advisory: http://www.phpmyadmin.net/home_page/security/PMASA-2013-7.php

Security:	1b93f6fe-e1c1-11e2-948d-6805ca0b3d42
2013-06-30 20:49:32 +00:00
Matthew Seaman
66ae9f482e Update to 4.0.4
A routine bugfix update

ChangeLog:
   http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.4/phpMyAdmin-4.0.4-notes.html/view
2013-06-18 05:23:51 +00:00
Matthew Seaman
e9dd2fa24f Security upgrade to 4.0.3
Advisory: http://www.phpmyadmin.net/home_page/security/PMASA-2013-6.php

ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.3/phpMyAdmin-4.0.3-notes.html/view

Security:	6b97436c-ce1e-11e2-9cb2-6805ca0b3d42
2013-06-05 22:02:13 +00:00
Matthew Seaman
4207feae1f Update to 4.0.2
Routine bugfix update.

ChangeLog:

http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.2/phpMyAdmin-4.0.2-notes.html/view
2013-05-24 18:59:56 +00:00
Matthew Seaman
49d231ced7 Update to 4.0.1
This is a routine, bugfix update.

ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.1/phpMyAdmin-4.0.1-notes.html/view
2013-05-15 18:21:28 +00:00
Martin Wilke
7c02368b0a - Remove php4 reference 2013-05-13 15:47:47 +00:00
Matthew Seaman
7ceab77300 - Copy databases/phpmyadmin to databases/phpmyadmin35
- Update databases/phpmyadmin to 4.0.0

Version 4.0.0 is the first release of a new major version, and
involves some significant changes in functionality.  In particular it
now requires Javascript in order to operate.

Provide a new phpmyadmin35 port to track the 3.5.x branch for those
not wishing to upgrade yet.  Note that you will have to adjust your
httpd.conf if you switch to this port, as it installs the application to
${LOCALBASE}/www/phpMyAdmin35
2013-05-04 06:24:53 +00:00
Matthew Seaman
5830ed7780 Security updae to 3.5.8.1
Four new serious security alerts were issued today by the phpMyAdmin
them: PMASA-2013-2 and PMASA-2013-3 are documented in this commit to
vuln.xml.

 - Remote code execution via preg_replace().

 - Locally Saved SQL Dump File Multiple File Extension Remote Code
   Execution.

The other two: PMASA-2013-4 and PMASA-2013-5 only affect PMA 4.0.0
pre-releases earlier than 4.0.0-rc3, which are not available through
the ports.
2013-04-24 20:23:16 +00:00
Matthew Seaman
6e949b86b4 Update to 3.5.8
This is a routine, bugfix release.

ChangeLog:
    http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.8/phpMyAdmin-3.5.8-notes.html/download

Feature safe:	yes
2013-04-16 20:58:07 +00:00
Matthew Seaman
3ab133691a Upgrade to 3.5.7
This is a routine bugfix release.

ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.7/phpMyAdmin-3.5.7-notes.html/view
2013-02-15 23:09:57 +00:00
Matthew Seaman
bccfce66c3 Update to version 3.5.6
This is a routine bugfix update.

ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.6/phpMyAdmin-3.5.6-notes.html/view
2013-01-28 21:39:20 +00:00
Matthew Seaman
158ae2be38 Routine bugfix update to 3.5.5
- Release Notes: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.5/phpMyAdmin-3.5.5-notes.html/view
2012-12-20 18:55:05 +00:00
Matthew Seaman
61fdb056ef Update to version 3.5.4
This is a routine bugfix / new feature release.
ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.4/phpMyAdmin-3.5.4-notes.html/view

Feature safe:	yes
2012-11-20 20:58:49 +00:00
Matthew Seaman
e1fa8da4d0 Update to 3.5.3, including minor security updates.
- This is a fast-reaction patch; security advisory details to follow.

From the advisory notice:

  Welcome to phpMyAdmin 3.5.3, a bugfix release with minor security fixes
  (refer to the upcoming PMASA-2012-6 and PMASA-2012-7 for more details).

  phpMyAdmin no longer contains the Highcharts library (which caused a
  licensing problem).

  Details will appear on http://phpmyadmin.net. In a hurry? you can visit
  http://sourceforge.net/projects/phpmyadmin to download.

- ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.3/phpMyAdmin-3.5.3-notes.html/view
- Trim Makefile headers
2012-10-08 20:00:29 +00:00
Matthew Seaman
ccd03af592 - Security update to 3.5.2.2
- This is a fast-reaction patch: no details about the vulnerability
    are available yet, other than it involves XSS.
  - VuXML to follow, once the advisories are published
2012-08-12 18:59:11 +00:00
Matthew Seaman
435d1f49d5 - Security update to 3.5.2.1
- ChangeLog:

http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.2.1/phpMyAdmin-3.5.2.1-notes.html/view

- SecurityAdvisory (to be published, eventually) PMSA-2012-3

http://www.phpmyadmin.net/home_page/security/PMASA-2012-3.php

This fixes a local path disclosure vulnerability.  Unfortunately only
the security patches are available now.  Supporting documentation, CVE
references etc. are yet to be published.  VuXML will be updated once
that is available.
2012-08-04 05:33:58 +00:00
Matthew Seaman
b64a694169 Routine bugfix update to 3.5.2
ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.2/phpMyAdmin-3.5.2-notes.html/view
2012-07-10 05:13:21 +00:00
Matthew Seaman
ce2305af67 - Convert all my remaining ports to OPTIONSng
Files	  affected:

    databases/mysql-connector-java/Makefile
    databases/phpmyadmin/Makefile
    mail/sa-utils/Makefile
    net/phpldapadmin/Makefile
    security/apg/Makefile
    textproc/sphinxsearch/Makefile
    www/p5-RT-Authen-ExternalAuth/Makefile
    www/p5-RT-Extension-LDAPImport/Makefile
    www/p5-RT-Extension-SLA/Makefile
    www/p5-RTx-Calendar/Makefile
    www/rt40/Makefile
    www/rt40/Makefile.cpan
    x11-fonts/gentium/Makefile
    x11-fonts/gentium-basic/Makefile

Approved by:	shaun (mentor)
2012-06-04 19:25:56 +00:00
Matthew Seaman
0a0e1238d1 Routine bugfix update to version 3.5.1
ChangeLog:

http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.1/phpMyAdmin-3.5.1-notes.html/view

Approved by:	shaun (mentor)
2012-05-05 11:37:45 +00:00