1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
Commit Graph

10475 Commits

Author SHA1 Message Date
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
Steve Wills
87c980ca14 - Update to 1.2.2 2012-08-04 04:07:07 +00:00
Steve Wills
c8bcb685be - Update to 1.2.2 2012-08-04 04:06:37 +00:00
Steve Wills
e803d8bf20 - Update to 1.2.1 2012-08-04 04:06:09 +00:00
Steve Wills
cae34cf51b - Update to 2.1.0 2012-08-04 04:05:39 +00:00
Steve Wills
3f1a8e326b - Update to 0.3.1 2012-08-04 04:05:19 +00:00
Steve Wills
1d26cebf9d - Update to 1.2.1
- Unmark BROKEN
2012-08-04 04:04:57 +00:00
Matthew Seaman
4d1e4dda11 - Update to 5.1.21
- ChangeLogs: https://dev.mysql.com/doc/connector-j/en/cj-news-5-1-x.html
2012-08-03 09:28:08 +00:00
Jason Helfman
fa25e4a3e8 - adopt optionsNG
- pet portlint
2012-08-03 05:08:00 +00:00
Sergey A. Osokin
9c8300f8e9 Fix whitespaces, remove needless double quotes. 2012-08-03 04:24:58 +00:00
Sergey A. Osokin
ff4dae1bea Add license. 2012-08-03 04:21:19 +00:00
Gabor Pali
db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +00:00
Bryan Drewery
b70d151d98 - Update to my new maintainer address
Approved by:	eadler (mentor)
2012-08-02 21:42:30 +00:00
Sergey A. Osokin
522fb4b9b5 Update from 2.6.0-rc5 to 2.6.0-rc6. 2012-08-02 19:07:27 +00:00
Sergey A. Osokin
1983f961b1 Update from 2.4.15 to 2.4.16.
Submitted by:	Kubilay Kocak aka koobs dot freebsd at gmail dot com
Tests:		https://redports.org/buildarchive/20120802120704-7005/
PR:		170326
2012-08-02 18:20:11 +00:00
Carlo Strub
344b32ccd9 - Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
2012-08-02 09:02:43 +00:00
Wen Heping
2fbacd7cc6 - Update to 0.94.003 2012-08-02 07:18:28 +00:00
Ashish SHUKLA
f3770c10f9 - Bump PORTREVISION to chase Emacs port updates
- Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi
2012-08-01 16:50:15 +00:00
Steve Wills
2603cbcc06 - Update to 1.1.3 2012-08-01 03:25:19 +00:00
Sunpoet Po-Chuan Hsieh
51d686e067 - Update to 1.29
- Add LICENSE

Changes:	http://search.cpan.org/dist/AnyEvent-CouchDB/Changes
2012-07-31 01:47:24 +00:00
Niclas Zeising
7c5660124a Fix package building.
Pass maintanership to submitter

PR:		ports/169980 (minor modifications)
Submitted by:	Bryan Drewery <bryan@shatow.net>
2012-07-30 15:30:35 +00:00
Sunpoet Po-Chuan Hsieh
b9467faa97 - Use canonical name of Berkeley DB for COMMENT 2012-07-29 18:58:25 +00:00
Florian Smeets
43b6b7d905 This file is not required to build xtrabackup. This was the latest version of
the patch in the PR which I missed because it was included as URLs not as diffs.

PR:		ports/170018
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
Approved by:	maintainer
2012-07-28 08:44:29 +00:00
Florian Smeets
56fbb5fc1f Update to 2.0.1
PR:		ports/170018
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
Approved by:	maintainer
2012-07-27 14:45:10 +00:00
Erwin Lansing
24576e77ad Mark BROKEN: does not build
Submitted by:	pointyhat
2012-07-27 06:57:20 +00:00
Steve Wills
df63296656 - Update Rails and friends to 3.2.7
- Add vuxml entry for Rails 3.2.6 [1]

Reviewed by:	zi [1]
2012-07-27 03:09:19 +00:00
Frederic Culot
edd4aaac63 - Update to 0.26
Changes:	http://search.cpan.org/dist/DBIx-Log4perl/Changes
2012-07-26 19:30:30 +00:00
Marcus von Appen
6744e39a0f - Don't define HAVE_LOAD_EXTENSION when sqlite3 is compiled with EXTENSION
option turned off

PR:		ports/156076
Submitted by:	Pan Tsu <inyaoo@gmail.com>
2012-07-26 05:44:07 +00:00
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
2012-07-26 05:40:22 +00:00
Carlo Strub
d5fda8cb2c Fix typos in COMMENT 2012-07-25 06:32:06 +00:00
Carlo Strub
2adc21ec96 Fix typos in COMMENT 2012-07-24 21:27:13 +00:00
Carlo Strub
965b4433c8 Fix typos in COMMENT 2012-07-24 21:09:44 +00:00
Carlo Strub
92ded9ea18 Fix typos in COMMENT 2012-07-24 20:23:22 +00:00
Glen Barber
9d41633517 Copy databases/php5-redis -> databases/php53-redis.
This new port allows the usage of the php redis module with php53.
Assume maintainership.

PR:		ports/169776
Submitted by:	gjb (myself)
Approved by:	eadler (mentor)
2012-07-24 13:51:40 +00:00
Carlo Strub
1863cc77b0 Fix typos in COMMENT 2012-07-24 07:19:21 +00:00
Steve Wills
57b7bfefc8 - Update rails to 3.2.6 and accompanying dependency updates 2012-07-24 00:41:42 +00:00
Nicola Vitale
d07965fa98 - Update to 2.3.1
- Set DISTNAME and PYDISTUTILS_PKGNAME using modifiers
- Bump min USE_PYTHON version to 2.6
- Upstream moved PostgreSQL/MySQL modules into their
  own packages
- Remove PostgreSQL and MySQL RUN_DEPENDS accordingly
- Remove post-patch: bits
- Add pkg-message mentioning py-htsql-{pgsql,mysql} ports

PR:		ports/169851
Submitted by:	Kubilay Kocak <koobs.freebsd at gmail.com> (maintainer)
2012-07-23 21:14:48 +00:00
Florian Smeets
f1f37a4b87 - update to 5.3.15
- document php vulnerabilities

Security:	http://www.vuxml.org/freebsd/bdab0acd-d4cd-11e1-8a1c-14dae9ebcf89.html
2012-07-23 14:39:48 +00:00
Nicola Vitale
ebff4a8f7d HTSQL ("Hyper Text Structured Query Language") is a high-level query
language for relational databases. The target audience for HTSQL is the
accidental programmer -- one who is not a SQL expert, yet needs a usable,
comprehensive query tool for data access and reporting.

This port provides the MySQL backend to HTSQL

WWW:	http://htsql.org/

RedPorts Log:	https://redports.org/buildarchive/20120714112050-51475/

PR:		ports/169853
Submitted by:	koobs <koobs.freebsd@gmail.com>
2012-07-23 12:52:24 +00:00
Nicola Vitale
4add9c8d8b HTSQL ("Hyper Text Structured Query Language") is a high-level query
language for relational databases. The target audience for HTSQL is the
accidental programmer -- one who is not a SQL expert, yet needs a usable,
comprehensive query tool for data access and reporting.

This port provides the PostgreSQL backend to HTSQL

WWW:	http://htsql.org/

RedPorts Log: https://redports.org/buildarchive/20120714112050-51475/

PR:		ports/169854
Submitted by:	koobs <koobs.freebsd@gmail.com>
2012-07-23 12:46:31 +00:00
Ruslan Makhmatkhanov
878ac10d51 - strict python version to 2.x (doesn't build with python3)
PR:		170072
Submitted by:	Kimmo Paasiala <kpaasial at gmail dot com>
Approved by:	timur (maintainer)
2012-07-23 07:14:38 +00:00
Doug Barton
86b7e3bb7f For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
2012-07-23 01:33:55 +00:00
Doug Barton
ce7d0b1f2e For the ports that are maintained by ports@ that have pkgconfig as their
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in.
2012-07-22 23:23:59 +00:00
Marcus von Appen
f510aec1c0 - Update to version 0.7.0
PR:		ports/169752
Submitted by:	Jose Jachuf <jjachuf@gmail.com> (maintainer)
2012-07-22 10:54:09 +00:00
Jun Kuriyama
b67b151c2f - Upgrade to 0.07. 2012-07-22 10:52:00 +00:00
Jun Kuriyama
4d2ef2d446 - Upgrade to 0.002115. 2012-07-22 10:47:25 +00:00
Chris Rees
ce96d128e1 Unbreak by juggling some files between plists
PR:		ports/169699
Submitted by:	maintainer (Geoffroy Desvernay <dgeo@centrale-marseille.fr>)
2012-07-21 17:30:57 +00:00
Sergey A. Osokin
a51ff92421 Remove databases/redis-scripting, use databases/redis-devel instead.
Update CONFLICTS for databases/redis and databases/redis-devel.
2012-07-19 17:29:30 +00:00
Alberto Villa
2419ec8a67 - Backport fix to an authentication bug which makes it impossible to
authenticate to Google services.
- Bump PORTREVISION.

Submitted by:	Mina R Waheeb <mina at kemetex.com> via mailing list
2012-07-18 22:56:35 +00:00
Jun Kuriyama
0aca2623a8 Tools to make migrating your DBIx::Class databases easier.
WWW: http://search.cpan.org/dist/DBIx-Class-Migration/
2012-07-18 08:39:49 +00:00