| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=312604
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PostGIS adds support for geographic objects to the PostgreSQL object-relational
database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing
it to be used as a backend spatial database for geographic information systems
(GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the
OpenGIS "Simple Features Specification for SQL" and has been certified as
compliant with the "Types and Functions" profile.
PostGIS development was started by Refractions Research as a project in open
source spatial database technology. PostGIS is released under the GNU General
Public License. PostGIS continues to be developed by a group of contributors led
by a Project Steering Committee and new features continue to be added.
WWW: http://www.postgis.org/
PR: 174620
Submitted by: Matthew Trisoline <matt.trisoline@intermedix.com>
Notes:
svn path=/head/; revision=312601
|
|
|
|
|
|
|
|
| |
- adopt new Makefile header and OPTIONS NG
- rename patches so they match patchfile nameing style
Notes:
svn path=/head/; revision=312600
|
|
|
|
| |
Notes:
svn path=/head/; revision=312590
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en
PR: ports/176211
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Notes:
svn path=/head/; revision=312492
|
|
|
|
| |
Notes:
svn path=/head/; revision=312485
|
|
|
|
|
|
|
|
|
|
|
|
| |
- remove examples notation from pkg-message (no longer distributed/installed) [1]
PR: 176066
Submitted by: walterhurry@gmail.com, jgh@ [1]
With hat: pgsql@
Notes:
svn path=/head/; revision=312425
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert to optionsNG
- Reset maintainer to ports@
PR: 175313 [1]
Submitted by: Pedro Giffuni <giffunip@tutopia.com> [1]
Notes:
svn path=/head/; revision=312395
|
|
|
|
|
|
|
|
|
|
|
| |
- Update dependent ports, including:
- Update rack to 1.4.5 to resolve CVE-2013-0263 and CVE-2013-0262
- Update activemodel to 3.2.12 to resolve CVE-2013-0276
Security: forthcoming
Notes:
svn path=/head/; revision=312384
|
|
|
|
| |
Notes:
svn path=/head/; revision=312343
|
|
|
|
|
|
|
|
|
| |
This is a routine bugfix release.
ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.7/phpMyAdmin-3.5.7-notes.html/view
Notes:
svn path=/head/; revision=312314
|
|
|
|
| |
Notes:
svn path=/head/; revision=312299
|
|
|
|
|
|
|
|
| |
- Remove reference to postgresql 8.2
- Cleanup Makefile header
Notes:
svn path=/head/; revision=312286
|
|
|
|
| |
Notes:
svn path=/head/; revision=312234
|
|
|
|
|
|
|
|
|
|
| |
- Fix typo in pkg-descr
PR: ports/175994
Submitted by: trociny@
Notes:
svn path=/head/; revision=312216
|
|
|
|
|
|
|
|
|
| |
- Convert Makefile header to new style if needed
Approved by: swills (mentor)
Notes:
svn path=/head/; revision=312143
|
|
|
|
| |
Notes:
svn path=/head/; revision=312097
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
library for tracking, managing and applying database changes. It is built on
a simple premise: All database changes are stored in a human readable yet
trackable form and checked into source control.
WWW: http://www.liquibase.org/
PR: ports/176032
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Notes:
svn path=/head/; revision=312093
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBIx-Class/Changes
Notes:
svn path=/head/; revision=312079
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<ChangeLog>
UPGRADE URGENCY: MODERATE, this release contains many non-critical fixes
and many small improvements.
* [BUGFIX] redis-cli --rdb, fixed when the server sends newlines to ping.
* [BUGFIX] redis-cli, minor fixes on connection handling, prompt.
* [BUGFIX] Slow log: don't log EXEC, just executed commands.
* [BUGFIX] On failed shutdown don't try again and again compulsively.
* [BUGFIX] Fix build on sunos without backtrace().
* [BUGFIX] UNSUBSCRIBE and PUNSUBSCRIBE: always provide a reply (see 742e580)
* [BUGFIX] Lua struct library was broken, upgraded.
* [BUGFIX] Fix a bug in srandmemberWithCountCommand() with count argument.
* [BUGFIX] Test: disable clients timeout to prevent issues on slow systems.
* [BUGFIX] Sentinel: don't advertise the promoted slave as master too early.
* [IMPROVED] Whitelist SIGUSR1, see http://redis.io/topics/signals.
* [IMPROVED] Simpler to understand redis-cli --bigkeys output.
* [IMPROVED] Test now works with tclsh > 8.5.
* [IMPROVED] Added option to turn of the Nagle algorithm in slave socket.
* [IMPROVED] Optionally use SO_KEEPALIVE to detect dead peers.
</ChangeLog>
Notes:
svn path=/head/; revision=312071
|
|
|
|
|
|
|
|
| |
PR: ports/175735
Submitted by: avg
Notes:
svn path=/head/; revision=311992
|
|
|
|
| |
Notes:
svn path=/head/; revision=311987
|
|
|
|
|
|
|
|
|
| |
standardise and canonicalise Makefile header format and contents.
Approved by: eadler (mentor)
Notes:
svn path=/head/; revision=311983
|
|
|
|
| |
Notes:
svn path=/head/; revision=311982
|
|
|
|
|
|
|
|
| |
PR: 175815
Submitted by: maintainer
Notes:
svn path=/head/; revision=311980
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en
PR: ports/175958
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Notes:
svn path=/head/; revision=311974
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While I'm here:
- Fix plist with OCI8 option enabled
- Fix some portlint warnings
- Properly use optionsng
- Use EXAMPLES macros for examples in place of DOCS ones.
Similar fix as in PR also submitted via email to me independently
by Riccardo Torrini <riccardo@torrini.org>
PR: ports/175709
Submitted by: Tim <tez@netbsd.org>
Approved by: jadawin (perl@)
Notes:
svn path=/head/; revision=311944
|
|
|
|
|
|
|
|
|
| |
PR: 175541
Submitted by: Piotr Florczyk <piotr.florczyk@nnv.pl>
Approved by: maintainer
Notes:
svn path=/head/; revision=311934
|
|
|
|
|
|
|
|
|
|
| |
- Trim header
PR: 175911
Submitted by: maintainer
Notes:
svn path=/head/; revision=311928
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This update fixes a denial-of-service (DOS) vulnerability. All users
should update their PostgreSQL installations as soon as possible.
The security issue fixed in this release, CVE-2013-0255, allows a
previously authenticated user to crash the server by calling
an internal function with invalid arguments.
URL: http://www.postgresql.org/about/news/1446/
Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0255
Notes:
svn path=/head/; revision=311915
|
|
|
|
| |
Notes:
svn path=/head/; revision=311914
|
|
|
|
|
|
|
|
|
| |
PR: 168383
Submitted by: Nicolas Raspail <nicolas.raspail@gmail.com>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=311862
|
|
|
|
|
|
|
|
|
|
| |
- Trim header
PR: 175024
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=311860
|
|
|
|
| |
Notes:
svn path=/head/; revision=311819
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/openstack/swift/blob/master/CHANGELOG
PR: ports/175624
Submitted by: trociny@
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Notes:
svn path=/head/; revision=311818
|
|
|
|
|
|
|
| |
Submitted by: Paul Beard <paulbeard@gmail.com>
Notes:
svn path=/head/; revision=311815
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en
PR: ports/175882
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Notes:
svn path=/head/; revision=311814
|
|
|
|
|
|
|
|
|
| |
- maintainership over to pgsql@ (with hat pgsql@)
Reported by: kjedruczyk@fastmail.net
Notes:
svn path=/head/; revision=311812
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change maintaner to myself according to IRC conversation and following e-mail.
[21:50] [aweits(~aweits@discipline.rit.edu )] yea, please take ownership
PR: 175896
Approved by: maintainer
Notes:
svn path=/head/; revision=311796
|
|
|
|
|
|
|
|
| |
PR: ports/175878
Submitted by: Takefu
Notes:
svn path=/head/; revision=311794
|
|
|
|
|
|
|
| |
- Bump PORTREVISIONs for dependant ports
Notes:
svn path=/head/; revision=311783
|
|
|
|
| |
Notes:
svn path=/head/; revision=311757
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
devel/libffi update
- Enable multithreaded build for lang/ghc (i.e. mark MAKE_JOBS_SAFE)
Please note that port revision for all the Haskell ports without version
changes are bumped.
New ports (20):
devel/hs-MonadRandom 0.1.8
devel/hs-base64-conduit 0.5.1
devel/hs-bifunctors 3.2
devel/hs-either 3.1
devel/hs-errors 1.3.1
devel/hs-generic-deriving 1.4.0
devel/hs-lens 3.8.5
devel/hs-profunctor-extras 3.3
devel/hs-profunctors 3.2
devel/hs-reflection 1.1.6
devel/hs-timezone-olson 0.1.2
devel/hs-timezone-series 0.1.2
math/hs-comonads-fd 3.0.1
math/hs-groupoids 3.0.1.1
math/hs-nats 0.1
math/hs-semigroupoid-extras 3.0.1
security/hs-cipher-rc4 0.1.2
security/hs-crypto-numbers 0.1.3
security/hs-crypto-pubkey 0.1.2
security/hs-crypto-random-api 0.2.0
Updated ports (107):
archivers/hs-zip-archive 0.1.2.1 --> 0.1.3.3
archivers/hs-zlib-bindings 0.1.1.2 --> 0.1.1.3
audio/hs-libmpd 0.8.0.1 --> 0.8.0.2
benchmarks/hs-criterion 0.6.2.0 --> 0.6.2.1
converters/hs-aeson 0.6.0.2_2 --> 0.6.1.0
converters/hs-dataenc 0.14.0.4 --> 0.14.0.5
databases/hs-persistent 1.0.2.2 --> 1.1.4
databases/hs-persistent-sqlite 1.0.1 --> 1.1.2
databases/hs-persistent-template 1.0.0.2 --> 1.1.2.1
devel/hs-BNFC 2.4.2.1_1 --> 2.6.0.3
devel/hs-Boolean 0.1.1 --> 0.1.2
devel/hs-TypeCompose 0.9.7 --> 0.9.9
devel/hs-ansi-terminal 0.5.5_5 --> 0.5.5.1
devel/hs-ansi-wl-pprint 0.6.4_3 --> 0.6.6
devel/hs-basic-prelude 0.3.1.0 --> 0.3.2.0
devel/hs-checkers 0.2.9_2 --> 0.3.1
devel/hs-classy-prelude 0.4.1 --> 0.4.3
devel/hs-classy-prelude-conduit 0.4.1 --> 0.4.3
devel/hs-conduit 0.5.5 --> 0.5.6
devel/hs-configurator 0.2.0.1 --> 0.2.0.2
devel/hs-cpphs 1.15 --> 1.16
devel/hs-edit-distance 0.2.1.1 --> 0.2.1.2
devel/hs-file-embed 0.0.4.6 --> 0.0.4.7
devel/hs-filestore 0.5.0.1 --> 0.6
devel/hs-fsnotify 0.0.4 --> 0.0.6
devel/hs-ghc-paths 0.1.0.8_5 --> 0.1.0.9
devel/hs-git-annex 3.20121211 --> 3.20130124
devel/hs-hashable 1.1.2.5 --> 1.2.0.5
devel/hs-hastache 0.4.2 --> 0.5.0
devel/hs-hlint 1.8.39 --> 1.8.43
devel/hs-hoogle 4.2.14 --> 4.2.15
devel/hs-hspec 1.4.2 --> 1.4.3
devel/hs-largeword 1.0.3 --> 1.0.4
devel/hs-lifted-base 0.2 --> 0.2.0.2
devel/hs-monad-logger 0.2.3 --> 0.2.3.2
devel/hs-optparse-applicative 0.4.2 --> 0.5.2.1
devel/hs-pool-conduit 0.1.0.3 --> 0.1.1
devel/hs-project-template 0.1.0.1 --> 0.1.1
devel/hs-silently 1.2.4 --> 1.2.4.1
devel/hs-smallcheck 0.6.1_2 --> 0.6.2
devel/hs-system-fileio 0.3.10 --> 0.3.11
devel/hs-unix-compat 0.4.0.0 --> 0.4.1.0
devel/hs-unordered-containers 0.2.2.1 --> 0.2.3.0
devel/hs-vault 0.2.0.1 --> 0.2.0.4
devel/hs-void 0.5.8 --> 0.5.11
devel/hs-word8 0.0.2 --> 0.0.3
mail/hs-mime-types 0.1.0.0 --> 0.1.0.2
math/hs-categories 1.0.4 --> 1.0.5
math/hs-comonad 3.0.0.2 --> 3.0.1.1
math/hs-comonad-transformers 3.0 --> 3.0.1
math/hs-distributive 0.2.2_2 --> 0.3
math/hs-pointed 3.0.1 --> 3.0.2
math/hs-semigroupoids 3.0.0.1 --> 3.0.2
math/hs-semigroups 0.8.4.1 --> 0.9
net/hs-network-conduit 0.6.1.1 --> 0.6.2.2
net/hs-simple-sendfile 0.2.8 --> 0.2.10
print/hs-hscolour 1.20.3,1 --> 1.20.3_1,1
security/hs-certificate 1.3.3 --> 1.3.5
security/hs-cipher-aes 0.1.5 --> 0.1.7
security/hs-clientsession 0.8.0.1 --> 0.8.1
security/hs-cprng-aes 0.2.4 --> 0.3.4
security/hs-crypto-conduit 0.4.1 --> 0.4.3
security/hs-cryptocipher 0.3.6 --> 0.4.0
security/hs-cryptohash 0.7.9 --> 0.8.3
security/hs-pem 0.1.1_2 --> 0.1.2
security/hs-skein 0.1.0.10 --> 0.1.0.11
security/hs-tls 1.0.2 --> 1.1.1
security/hs-tls-extra 0.5.0 --> 0.6.1
sysutils/hs-angel 0.3.3 --> 0.3.4
textproc/hs-Diff 0.1.3_3 --> 0.2.0
textproc/hs-attoparsec 0.10.2.0_2 --> 0.10.3.0
textproc/hs-blaze-html 0.5.1.1 --> 0.5.1.3
textproc/hs-blaze-markup 0.5.1.2 --> 0.5.1.4
textproc/hs-case-insensitive 0.4.0.3 --> 0.4.0.4
textproc/hs-citeproc-hs 0.3.6 --> 0.3.7
textproc/hs-double-conversion 0.2.0.5 --> 0.2.0.6
textproc/hs-highlighting-kate 0.5.3.3 --> 0.5.3.5
textproc/hs-hs-bibutils 4.15 --> 4.16
textproc/hs-regex-pcre-builtin 0.94.4.3.8.31 --> 0.94.4.5.8.31
textproc/hs-texmath 0.6.1.1 --> 0.6.1.3
textproc/hs-yaml 0.8.1.1 --> 0.8.2
www/hs-gitit 0.10.0.2 --> 0.10.1.2
www/hs-hamlet 1.1.1.1 --> 1.1.3.1
www/hs-heist 0.8.2 --> 0.11.0
www/hs-hjsmin 0.1.3 --> 0.1.4
www/hs-http-conduit 1.8.4.3 --> 1.8.7
www/hs-http-date 0.0.3 --> 0.0.4
www/hs-http-reverse-proxy 0.1.0.6 --> 0.1.1.1
www/hs-shakespeare-js 1.1.0 --> 1.1.1
www/hs-snap 0.9.2.2 --> 0.11.0
www/hs-wai-app-static 1.3.0.4 --> 1.3.1_1
www/hs-wai-extra 1.3.0.4 --> 1.3.2
www/hs-warp 1.3.5 --> 1.3.7.1
www/hs-xss-sanitize 0.3.2_2 --> 0.3.3
www/hs-yesod 1.1.4.1 --> 1.1.7.2
www/hs-yesod-auth 1.1.2 --> 1.1.3
www/hs-yesod-core 1.1.6.1 --> 1.1.7.1
www/hs-yesod-default 1.1.2 --> 1.1.3
www/hs-yesod-form 1.2.0.1 --> 1.2.0.2
www/hs-yesod-persistent 1.1.0 --> 1.1.0.1
www/hs-yesod-platform 1.1.5 --> 1.1.7.2
www/hs-yesod-static 1.1.1.1 --> 1.1.1.2
www/hs-yesod-test 0.3.1.1 --> 0.3.3
x11-wm/hs-xmonad 0.10_4 --> 0.11
x11-wm/hs-xmonad-contrib 0.10_4 --> 0.11
x11/hs-X11 1.5.0.1_3 --> 1.6.0.2
x11/hs-xmobar 0.14_3 --> 0.16
Obtained from: FreeBSD Haskell
Notes:
svn path=/head/; revision=311736
|
|
|
|
|
|
|
|
|
|
| |
Release notes:
http://dev.mysql.com/doc/relnotes/connector-cpp/en/ccpp-news-1-1-2.html
- Add regression-test target for maintainer
Notes:
svn path=/head/; revision=311723
|
|
|
|
|
|
|
| |
- Chase shlib version bump for dependant ports
Notes:
svn path=/head/; revision=311722
|
|
|
|
|
|
|
| |
month without a fix
Notes:
svn path=/head/; revision=311718
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.lemke-it.com/litnoauth?request=pubclogcego&lang=en
PR: ports/175825
Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Notes:
svn path=/head/; revision=311688
|
|
|
|
|
|
|
|
|
|
|
| |
MySQL Connector/C is a C client library for client/server communication.
It is a standalone replacement for the MySQL Client Library shipped with
the MySQL Server.
WWW: http://dev.mysql.com/downloads/connector/c/
Notes:
svn path=/head/; revision=311595
|
|
|
|
|
|
|
|
|
|
|
|
| |
and to either RFC 2307 or crypt encoding.
WWW: http://search.cpan.org/dist/DBIx-Class-InflateColumn-Authen-Passphrase/
PR: ports/174734
Submitted by: Frank Wall <fw@moov.de>
Notes:
svn path=/head/; revision=311594
|
|
|
|
|
|
|
| |
- Convert header
Notes:
svn path=/head/; revision=311560
|