summaryrefslogtreecommitdiff
path: root/databases (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump go packages for new go releaseJulien Laffaye2011-10-073-2/+3
|
* - Unbreak this portSunpoet Po-Chuan Hsieh2011-10-072-7/+4
| | | | | | - Remove duplicated PERL_CONFIGURE - Fix PLIST - Pet portlint
* Bugfix and Security update to 3.4.6.r1Doug Barton2011-10-072-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the announce message: "Welcome to the first release candidate of phpMyAdmin 3.4.6, a bugfix release containing also fixes for minor security problems. Details will appear on http://phpmyadmin.net. In a hurry? you can visit http://sourceforge.net/projects/phpmyadmin to download. Marc Delisle, for the team" Security Advisories: PMASA-2011-15 PMASA-2011-16 (These are not published yet...) ChangeLog: (http://sourceforge.net/projects/phpmyadmin/files%2FphpMyAdmin%2F3.4.6-rc1%2FphpMyAdmin-3.4.6-rc1.html/view) Welcome to the first release candidate for phpMyAdmin 3.4.6, a bugfix release containing also fixes for minor security problems. 3.4.6.0 (not yet released) - patch #3404173 InnoDB comment display with tooltips/aliases - bug #3404886 [navi] Edit SQL statement after error - bug #3403165 [interface] Collation not displayed for long enum fields - bug #3399951 [export] Config for export compression not used - bug #3400690 [privileges] DB-specific privileges won't submit - bug #3410604 [config] Configuration storage incorrect suggested table name - bug #3383572 [interface] Cannot execute saved query - bug #3411535 [display] Full text button unchecks results display options - bug #3411224 [display] Broken binary column when 'Show binary contents' is not set - bug #3411633 [core] Call to undefined function PMA_isSuperuser() - bug #3413743 [interface] Display options link missing after search - bug #3324161 [core] CSP policy causing designer JS buttons to fail - bug #3412862 [relation] Relations/constraints are dropped/created on every change - bug #3390832 [display] Delete records from last page breaks search - bug #3392150 [schema] PMA_User_Schema::processUserChoice() is broken - bug #3414744 [core] External link fails in 3.4.5 - patch #3314626 [display] CharTextareaRows is not respected - bug #3417089 [synchronize] Extraneous db choices - [security] Fixed local path disclosure vulnerability, see PMASA-2011-15 - [security] Fixed XSS in setup (host/verbose parameter), see PMASA-2011-16 PR: ports/161337 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> [maintainer]
* - Add ICU support to PostgreSQL 9.1 serverMartin Matuska2011-10-066-160/+70
| | | | | | | | | - Make SSL available as an option - Make portlint happier - Fix some typos PR: ports/160915 Approved by: maintainer (timeout)
* - Add SSL to OPTIONSMartin Matuska2011-10-061-20/+21
| | | | | | | | - Make portlint happier - Fix typo PR: ports/160914 Approved by: maintainer (timeout)
* - Update to 0.1729Sunpoet Po-Chuan Hsieh2011-10-052-3/+3
| | | | Changes: http://search.cpan.org/dist/DBIx-Custom/Changes
* - Update to 0.795Sunpoet Po-Chuan Hsieh2011-10-052-11/+14
| | | | Changes: http://search.cpan.org/dist/Rose-DB-Object/Changes
* - Remove OPTIONS: devel/p5-Scalar-Util-Clone has expired due to ↵Sunpoet Po-Chuan Hsieh2011-10-051-6/+0
| | | | | | disappearance from CPAN - Do not bump PORTREVISION as this option is off by default
* Extend BROKEN check to version 9.1.Jimmy Olgeni2011-10-041-1/+1
| | | | | | | | Without this, tinderbox is unable to catch the build failure. PR: ports/160757 Submitted by: olgeni Approved by: maintainer timeout (18 days)
* - Actually remove unneeded patch this timeRyan Steinmetz2011-10-041-19/+0
|
* - Include missing tdb.so and libreplace.soRyan Steinmetz2011-10-042-1/+3
| | | | - Remove unneeded patch
* - Fix build with db5Sunpoet Po-Chuan Hsieh2011-10-042-2/+65
| | | | | | | - Cosmetic change PR: ports/152886 Reported by: Anatoly Borodin <anatoly.borodin@gmail.com>
* - update to 5.0.3Dirk Meyer2011-10-042-3/+3
|
* New port: databases/ldbRyan Steinmetz2011-10-046-0/+101
| | | | | | | | | | | | | | | ldb is a LDAP-like embedded database. ldb provides a fast database with an LDAP-like API designed to be used within an application. In some ways it can be seen as a intermediate solution between key-value pair databases and a real LDAP database. WWW: http://ldb.samba.org/ PR: ports/161266 Submitted by: Andrew Elble <aweits@rit.edu>
* - Fix issue with RC script [1]Steve Wills2011-10-043-7/+33
| | | | | | | | | - Fix build with SASL support enabled [2] PR: ports/161109 Reported by: Vedad KAJTAZ <vedad@kajtaz.net> [1] Reported by: Ben Tung <benpptung@tacol.biz> [2] Submitted by: dougb [1]
* - Update to 0.1727Sunpoet Po-Chuan Hsieh2011-10-032-3/+3
| | | | Changes: http://search.cpan.org/dist/DBIx-Custom/Changes
* - Update to 1.14Sunpoet Po-Chuan Hsieh2011-10-032-5/+5
| | | | Changes: http://search.cpan.org/dist/DBD-Sybase/CHANGES
* - Update to 0.06Sunpoet Po-Chuan Hsieh2011-10-032-4/+5
| | | | Changes: http://search.cpan.org/dist/BSON/Changes
* - Unbreak postgresql-plpython: allow build with threaded pythonSunpoet Po-Chuan Hsieh2011-10-0210-5/+90
| | | | | | | - Pass maintainership to submitter PR: ports/159843 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* Amalgalite embeds the SQLite databaseSteve Wills2011-10-024-0/+33
| | | | | | | | | | engine in a ruby extension. There is no need to install SQLite separately. WWW: http://copiousfreetime.rubyforge.org/amalgalite/ PR: ports/158316 Submitted by: Eric Freeman <freebsdports@chillibear.com>
* - Update to 0.1726Cheng-Lung Sung2011-10-022-3/+3
|
* - Update to 1.321Sunpoet Po-Chuan Hsieh2011-10-012-3/+3
| | | | | | | | Changes: http://code.google.com/p/dalmp/source/detail?r=321 - Fixed table locks with sqlite3 PR: ports/161207 Submitted by: Nicolas de Bari <nbari@dalmp.com> (maintainer)
* - Unbreak on FreeBSD 7Pav Lucistnik2011-09-301-0/+23
| | | | Submitted by: Alexander Pyhalov <alp@rsu.ru> (maintainer)
* - Fix rc.d script for databases/memcachedSteve Wills2011-09-302-19/+28
| | | | | PR: ports/161109 Submitted by: dougb
* As previously advertised, remove ports that previously had beenDoug Barton2011-09-305-46/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DEPRECATED without EXPIRATION_DATE, and the ports that depend on them. audio/mt-daapd Use audio/firefly instead databases/p5-DBIx-Class-Validation Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED devel/p5-Class-Data-Accessor Please consider using p5-Class-Accessor-Grouped or p5-Moose graphics/libflash gplflash is no longer supported. Please use gnash instead graphics/flashplayer Depends on DEPRECATED graphics/libflash japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED net/p5-OAuth-Lite Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED net-mgmt/py-snmp use net-mgmt/py-snmp4 instead net-mgmt/py-twistedSNMP Relies on net-mgmt/py-snmp, which is DEPRECATED net-p2p/gift unmaintained upstream for several years net-p2p/giftcurs unmaintained upstream for several years net-p2p/giftoxic unmaintained upstream for several years net-p2p/giftui unmaintained upstream for several years net-p2p/apollon Depends on net-p2p/gift, which is DEPRECATED textproc/p5-FormValidator-Simple Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED www/flashplugin-mozilla gplflash is no longer supported. Please use graphics/gnash, \ www/p5-HTML-Widget Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED www/p5-Catalyst-Plugin-AutoRestart Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED www/p5-Catalyst-Example-InstantCRUD Depends on www/p5-HTML-Widget, which is DEPRECATED www/p5-Catalyst-Plugin-FormValidator-Simple Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED www/p5-Catalyst-Plugin-HTML-Widget Depends on www/p5-HTML-Widget, which is DEPRECATED www/asterisk-fop Depends on www/flashplugin-mozilla which is DEPRECATED www/p5-Handel Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED www/p5-DBIx-Class-HTMLWidget Depends on www/p5-HTML-Widget, which is DEPRECATED www/p5-HTML-Widget-DBIC Disappear from CPAN x11-wm/fvwm24 No longer supported by fvwm.org
* Update to 5.2.9Doug Barton2011-09-292-3/+3
| | | | | PR: ports/161135 Submitted by: maintainer
* - Chase repocopy of devel/py-zopeInterace to devel/py-zope.interfaceGreg Larkin2011-09-291-2/+2
| | | | | PR: ports/160846 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Update to 3.2.1Beech Rintoul2011-09-293-100/+225
| | | | | | PR: ports/161042 Submitted by: Barbara <barbara.xxx1975@libero.it> Approved by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
* - Update to 0.1725Wen Heping2011-09-292-3/+3
| | | | ChangeLog: http://cpansearch.perl.org/src/KIMOTO/DBIx-Custom-0.1725/Changes
* - Pet portlint;Thierry Thomas2011-09-273-8/+25
| | | | | | - Upgrade to 10.0.0 Changelog at: http://www.aquafold.com/d10/docs/
* - Improve rc script so that it only checks mysql_proxy_backend_addressesSteve Wills2011-09-271-9/+13
| | | | | | | on startup - Various other rc cleanups Submitted by: dougb
* - Update DEPENDS after repocopy devel/py-zopetesting to devel/py-zope.testingWen Heping2011-09-271-2/+2
| | | | | PR: ports/160501 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* Mark FORBIDDEN the remaining ports that are vulnerable for more thanDoug Barton2011-09-262-0/+6
| | | | | | | | | | 2 weeks according to portaudit (ranging from 23 days to 7 years). The maintainers were notified by mail that this action would be taken on 2011-09-03. (Ports for which maintainers responded have been/will be dealt with separately.) Also mark DEPRECATED ports that rely on the FORBIDDEN ports, and a few ports that rely on those DEPRECATED ports.
* - Update to 3.68Cheng-Lung Sung2011-09-262-3/+3
|
* Mark DEPRECATED the remainder of the ports that depend on things alreadyDoug Barton2011-09-261-0/+3
| | | | | deprecated in the "ports that were deprecated but lacked expiration date" category.
* Don't rebuild manual pages if configure was changedEygene Ryabinkin2011-09-253-0/+51
| | | | | | | | | | | | | Sometimes patches for PostgreSQL touch its configure script. And the logics inside current Makefiles for the documentation makes the manual pages (and other stuff) to be dependent of the timestamp of the top-level configure file. This triggers the rebuild of the manual pages, but since some additional XML-related tools are needed, this rebuild can fail. PR: 159844 Approved by: maintainer timeout (1 month) Feature safe: yes
* PostgreSQL: unbreak 'make describe'Eygene Ryabinkin2011-09-252-0/+4
| | | | | | | | It was a really bad idea to include bsd.port.pre.mk inside a conditional expression. Detected by: portsnap buildbox Pointyhat to: rea
* PostgreSQL: unbreak GSSAPI supportEygene Ryabinkin2011-09-254-8/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem with GSSAPI without Kerberos is that configure.in has very funny logics of choosing GSSAPI libraries: {{{ if test "$with_gssapi" = yes ; then if test "$PORTNAME" != "win32"; then AC_SEARCH_LIBS(gss_init_sec_context, [gssapi_krb5 gss 'gssapi -lkrb5 -lcrypto'], [], [AC_MSG_ERROR([could not find function 'gss_init_sec_context' required for GSSAPI])]) else LIBS="$LIBS -lgssapi32" fi fi }}} This makes configure to happily choose -lgssapi_krb5 when the system has Kerberos support (NO_KERBEROS is absent), but ld's '--as-needed' will throw this library away when no Kerberos functions are used and linker won't produce 'postgres' binary whining about unresolved symbols: {{{ cc -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes \ -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels \ -fno-strict-aliasing -fwrapv -L../../src/port -L/usr/local/lib \ -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib -L/usr/local/lib \ -Wl,--as-needed -Wl,-R'/usr/local/lib' -Wl,-export-dynamic \ [... a bunch of *.o files was stripped ...] ../../src/timezone/pgtz.o ../../src/port/libpgport_srv.a -lintl -lssl \ -lcrypto -lgssapi_krb5 -lcrypt -lm -o postgres libpq/auth.o: In function `pg_GSS_error': auth.c:(.text+0x6e): undefined reference to `gss_display_status' auth.c:(.text+0x8e): undefined reference to `gss_release_buffer' auth.c:(.text+0xc5): undefined reference to `gss_display_status' auth.c:(.text+0xe5): undefined reference to `gss_release_buffer' libpq/auth.o: In function `ClientAuthentication': auth.c:(.text+0x82d): undefined reference to `gss_delete_sec_context' auth.c:(.text+0x941): undefined reference to `gss_accept_sec_context' auth.c:(.text+0x9f1): undefined reference to `gss_release_buffer' auth.c:(.text+0xaf3): undefined reference to `gss_release_cred' auth.c:(.text+0xb10): undefined reference to `gss_display_name' auth.c:(.text+0xbc8): undefined reference to `gss_release_buffer' auth.c:(.text+0x10b0): undefined reference to `gss_release_buffer' auth.c:(.text+0x111e): undefined reference to `gss_release_buffer' libpq/pqcomm.o: In function `pq_close': pqcomm.c:(.text+0x105a): undefined reference to `gss_delete_sec_context' pqcomm.c:(.text+0x107d): undefined reference to `gss_release_cred' gmake: *** [postgres] Error 1 }}} Also, ports for PostgreSQL 8.4 and 9.0 had their <bsd.port.pre.mk> misplaced: OPTIONS came after it, so WITH_/WITHOUT_ knobs will not be really activated. PR: 160050 Feature safe: yes Approved by: maintainer timeout (1 month)
* - add BUILD_DEPENDS to silence build warningsSteve Wills2011-09-241-1/+2
| | | | | | PR: ports/159858 Submitted by: swills (me) Approved by: maintainer timeout (miwi, >6 weeks)
* - Add BUILD_DEPENDS to silence build warningsSteve Wills2011-09-241-0/+3
| | | | | | PR: ports/159857 Submitted by: swills (me) Approved by: maintainer timeout (miwi, >6 weeks)
* - Update to 1.022Sunpoet Po-Chuan Hsieh2011-09-242-4/+4
| | | | | | - Pet portlint Changes: http://search.cpan.org/dist/Class-DBI-Lite/Changes
* - deprecate port as it fails to build and distfile is unfetchableEitan Adler2011-09-241-0/+3
| | | | | | | PR: ports/160260 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: maintainer timeout (26 days) Approved by: bapt (mentor)
* - Update to 1.320Dmitry Marakasov2011-09-242-5/+5
| | | | | PR: 160961 Submitted by: Nicolas de Bari Embriz <nbari@dalmp.com> (maintainer)
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-2362-114/+91
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Update to 2.11.2Sunpoet Po-Chuan Hsieh2011-09-232-3/+3
| | | | | | Changes: http://www.lemke-it.com/cego_blog.html PR: ports/160944 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
* Update to new upstream bugfix release. ChangeLog:Matthias Andree2011-09-232-3/+4
| | | | http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_2.html
* - Repocopy 3.0 to pgpool-II-30 and upgrade pgpool-II to 3.1.Jun Kuriyama2011-09-235-11/+35
| | | | | | | | | - Install user-defined c-functions ([1], partial). - Add reload command to startup script [2] PR: ports/156578 [1], ports/156818 [2] Submitted by: Anton Yuzhaninov <ayuzhaninov@team.vega.ru> [1], Anton Yuzhaninov <citrin@citrin.ru> [2]
* - Update RUN_DEPENDS:Sunpoet Po-Chuan Hsieh2011-09-231-4/+3
| | | | | | | | | | - Time::HiRes is already in all supported Perl releases - Explicitly define minimal required version of p5-DBD-mysql and p5-DBI - Bump PORTREVISION for dependency change PR: ports/160928 Submitted by: sunpoet (myself) Approved by: flo (maintainer)
* - Update to 1.6.r1Wen Heping2011-09-232-5/+10
| | | | | PR: ports/160577 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Update depends after repocopy net/py-zopeproxy to net/py-zope.proxyWen Heping2011-09-231-1/+2
|