Commit Graph

77098 Commits

Author SHA1 Message Date
ajacoutot
8438ca85a5 rc.d script cleanup:
/etc -> SYSCONFDIR
also match on empty daemon_flags

ok landry@
2012-09-01 16:33:26 +00:00
ajacoutot
109647ffca Bump vala version. 2012-09-01 16:16:33 +00:00
landry
b966a2d640 +mozilla-sync 2012-09-01 16:12:23 +00:00
landry
78deaf05e8 Import Mozilla Sync Server.
Mozilla Sync server allows bookmarks, tabs, settings, addons, passwords
and history to be shared across several mozilla instances. Most work
done before previous lock, polished last month and finally here it is!
See https://support.mozilla.org/en-US/kb/how-do-i-set-up-firefox-sync
and the provided README for how to set it up properly.

ok sthen@ on a previous version.
2012-09-01 16:11:36 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
landry
bf0ac51cca Garge collect nsSound.cpp, the original one uses libcanberra
properly and thus sndio. Bump corresponding REVISIONs.
2012-09-01 14:35:06 +00:00
landry
b73d1c98ba Update to thunderbird-i18n 15.0 2012-09-01 14:27:29 +00:00
landry
d6fe9b934c Update to thunderbird 15.0/lightning 1.7b1/enigmail 1.4.4.
- see http://www.mozilla.org/en-US/thunderbird/15.0/releasenotes/
- garbage collect nsSound.cpp, the original one uses libcanberra
properly and thus sndio.
- remove patch from #750620, merged upstream (mfbt/double-conversion)
- remove patches from #691898, merged upstream (yarr jit ppc)
- remove useless crashreporter patch, we don't have breakpad
- garbage collect sunbird.desktop since it's unlikely sunbird will ever
build from tb again..
2012-09-01 14:22:45 +00:00
landry
c2d8b42b52 Update to seamonkey-i18n 2.12. 2012-09-01 14:11:50 +00:00
landry
59316de88a Update to seamonkey 2.12.
- see http://www.seamonkey-project.org/releases/seamonkey2.12/
- garbage collect nsSound.cpp, the original one uses libcanberra
properly and thus sndio.
- remove patch from #750620, merged upstream (mfbt/double-conversion)
- remove patches from #691898, merged upstream (yarr jit ppc)
- remove useless crashreporter patch, we don't have breakpad
2012-09-01 14:10:03 +00:00
landry
2d72c4dfe2 Update to firefox-i18n 15.0 2012-09-01 13:58:29 +00:00
landry
617089342c Update to firefox 15.0.
- see http://www.mozilla.org/en-US/firefox/15.0/releasenotes/
- add -Os hack to fix a relocation error when linking on ppc (as was
  done in tb since 10..)
- garbage collect nsSound.cpp, the original one uses libcanberra
  properly and thus sndio.
- remove patch from #750620, merged upstream (mfbt/double-conversion)
- remove patches from #747257, merged upstream (gstreamer fix)
- remove patches from #691898, merged upstream (yarr jit ppc)
2012-09-01 13:56:45 +00:00
stsp
2a512d2377 Update to Subversion 1.7.6 and fix WANTLIB for pthread; ok sthen 2012-09-01 13:40:18 +00:00
naddy
046d7dbf7d bsd.lib.mk does not build _pic.a libraries any longer 2012-09-01 12:02:26 +00:00
sthen
ec926d33f8 security update to mediawiki 1.19.2, ok maintainer (Wen Heping) and jasper@
CVE-2012-4377 Stored XSS via a File::link to a non-existing image

CVE-2012-4378 Multiple DOM-based XSS flaws due improper filtering of
uselang parameter

CVE-2012-4379 CSRF tokens, available via API, not protected when
X-Frame-Options headers used

CVE-2012-4380 Did not prevent account creation for IP addresses
blocked with GlobalBlocking

CVE-2012-4381 Password saved always to the local MediaWiki database

CVE-2012-4382 Metadata about blocks
2012-09-01 11:10:45 +00:00
landry
b173ef0b83 xfce4-places 1.4.0 2012-09-01 08:39:00 +00:00
ajacoutot
9fb481213f Remove USE_GMAKE as CMake ports do not require GNU make and remove the
LDFLAGS hack which isn't necessary.

from Brad
2012-09-01 07:24:54 +00:00
ajacoutot
9a00223dd2 Minor update to gtk3mm-3.4.1. 2012-09-01 07:17:58 +00:00
pascal
13f6a15732 Patch GCC and derived ports to use PIE by default on the same architectures it
is enabled on in base; except for gcc 3.3, which does not have PIE support and
therefore needs to pass -nopie to the linker.

Also, sync powerpc pthread specs with base.  From Brad.

ok naddy@
2012-09-01 00:00:32 +00:00
sthen
c92ca250b5 oops, forgot to link yubiserve to the build when I commited it. 2012-08-31 20:44:52 +00:00
ratchov
4b811f29c7 fix 24-bit output (LSB vs MSB confusion). Found by Brad.
ok dcoppa@
2012-08-31 20:16:40 +00:00
edd
01f1be4c53 Automate graphviz regression tests.
OK (and some input from) ajacoutot@
2012-08-31 19:50:01 +00:00
pascal
5eeb506019 tedu gcc 3.4. unused, incomplete, nobody working on it.
ok naddy@, "don't care" espie@
2012-08-31 18:37:47 +00:00
pascal
2b220efbbb The Makefile will add -fno-pie to CFLAGS if PIE is not explicitly enabled,
failing to link with our -pie-by-default ld.  So just enable PIE and bump
REVISION.

ok naddy@
2012-08-31 18:25:16 +00:00
pascal
fa14b0b8b9 For now, mark GHC broken on amd64. kili@ is sitting on an update at the moment
so it doesn't make sense for him to fix this old version.

ok kili@
2012-08-31 18:10:14 +00:00
bluhm
4a00ff80ba update p5-Devel-NYTProf to 4.08
ok sthen@
2012-08-31 18:06:36 +00:00
espie
0e77f83404 BUILD_ONCE documented 2012-08-31 17:27:50 +00:00
sthen
bd6b742e57 revert previous workaround, no longer needed with bsd.port.mk r1.1188 2012-08-31 16:57:23 +00:00
espie
5429993fd7 go back partially on SUBST_CMD: keep the SUBST_CMD-sub stuff, but
have a "default" SUBST_CMD that will substitute the non-subpackage version
of the variables.

SUBST_CMD = ${SUBST_CMD${SUBPACKAGE}}
is a bad idea, because SUBPACKAGE may vary in unexpected ways, like you
get the 'default' value when building manually, and you might get a
different subpackage when building with dpb, leading to weird errors.

So, old users/users during patch/configure/build can use base SUBST_CMD
without much surprise.
2012-08-31 16:48:26 +00:00
sthen
4b7ad2646b various tweaks to phpMyAdmin packaging.
feedback/OKs from aja@ william@ jasper@ giovanni@ kevlo@

- move MESSAGE to README.

- add missing dep on php-mysqli.

- change the unpack/fake-install method to use the standard
extract infrastructure.

- @sample contrib/htaccess into .htaccess so apache can use it by
default if allowoverride is enabled. this does some basic user-agent
checks to reduce the risk of phpmyadmin sites showing up in
search engines.

- provide an @sample'd apache config file which enables use of
the .htaccess file and restricts access to localhost. talk about
this in README so people know what's going on. (phpMyAdmin has
a history of security-related bugs, but because it's rather
commonly used it's much better to have it in ports so that
it can be updated easily; these changes make the default
installation safer).
2012-08-31 16:40:38 +00:00
pascal
df44ab302a Disable PIE for now in clang until someone is masochistic enough to figure
out how to best handle enabling it by default.  Manually speficying -fpie
-Wl,-pie will still work, of course.

ok sthen@
2012-08-31 16:21:20 +00:00
ajacoutot
2c44045fa9 Minor update to cyphertite-1.3.6.
from David Hill (maintainer)
2012-08-31 15:40:19 +00:00
sthen
d40cbbfc5c update to OpenConnect 4.07, fixes handling of CSTP write stalls 2012-08-31 13:59:01 +00:00
sthen
a01f15a3eb sync patch with upstream; drop check for config_arg being NULL,
since that's impossible now the getopt string is fixed.
2012-08-31 13:41:28 +00:00
jasper
aa77be931f - update to 1.13.3
from Tom Doherty (MAINTAINER)
2012-08-31 12:52:12 +00:00
sthen
eb09d327e4 Don't crash with -p without a password, problem reported by Rodolfo Gouveia
(getopt string bug, fix is committed upstream too)
2012-08-31 12:30:56 +00:00
dcoppa
d475b0a293 Update to cmake-2.8.9.
"There was no cmake fallout in the bulk on amd64" jasper@
Also tested by Brad with a handful of CMake using ports
2012-08-31 12:28:31 +00:00
sthen
94ec942f9f add "ratelimit" flavour to net/isc-bind to build it with the experimental DNS
response rate limiting (DNS RRL) patchset, http://www.redbarn.org/dns/ratelimits
2012-08-31 09:16:35 +00:00
kili
368971ee5f Conduits are an approach to the streaming data problem. It is meant
as an alternative to enumerators\/iterators, hoping to address the
same issues with different trade-offs based on real-world experience
with enumerators.

ok matthew, sthen.

(forgot to import this one the other day and imported devel/hs-lifted-base
twice instead)
2012-08-31 07:53:42 +00:00
dcoppa
5b754a2d01 Bugfix update to pcsc-lite-1.8.6:
- Fix a problem when only serial drivers are used (no hotplug/USB
  driver)
- increase log buffer size from 160 to 2048. Some "long" log lines where
  truncated.
- Fix redirection of stdin, stdout and stderr to /dev/null when pcscd is
  started as a daemon (default)
- Some other minor improvements and bug corrections
2012-08-31 07:51:17 +00:00
sthen
c6bb5e98ae Security update to asterisk 1.8.15.1.
AST-2012-012: AMI User Unauthorized Shell Access through ExternalIVR
AST-2012-013: ACL rules being ignored during calls by some IAX2 peers
2012-08-30 22:45:40 +00:00
bluhm
7c69a419a4 - no USE_GROFF
- space before =
2012-08-30 21:16:14 +00:00
kili
ed111d7e76 Core modules of a blazingly fast markup combinator library for the
Haskell programming language.

ok matthew, sthen.
2012-08-30 21:14:16 +00:00
kili
47f37a647e A basic random number generation library, including the ability to
split random number generators.

ok matthew, sthen.
2012-08-30 21:08:54 +00:00
kili
23cee212ca Stream socket data using conduits.
ok matthew, sthen.
2012-08-30 21:05:07 +00:00
kili
97cff64f1f This package defines the type class MonadBaseControl, a subset of
MonadBase into which generic control operations such as catch can
be lifted from IO or any other base monad. Instances are based on
monad transformers in MonadTransControl, which includes all standard
monad transformers in the transformers library except ContT.

ok matthew, sthen.
2012-08-30 21:02:34 +00:00
kili
4bc6411595 lifted-base exports IO operations from the base library lifted to
any instance of 'MonadBase' or 'MonadBaseControl'.

ok matthew, sthen.
2012-08-30 21:01:44 +00:00
pascal
f4ebaa22a9 Link pc-bios/optionrom with -nopie.
ok naddy@
2012-08-30 20:57:03 +00:00
kili
d03630f9f6 A Haskell 98 logically uninhabited data type. Used to indicate that
a given term should not exist.

ok matthew, sthen.
2012-08-30 20:56:05 +00:00
kili
3456fbfc81 A vault is a persistent store for values of arbitrary types. It's
like having first-class access to the storage space behind IORefs.
The data structure is analogous to a bank vault, where you can
access different bank boxes with different keys; hence the name.
Also provided is a /locker/ type, representing a store for a single
element.

ok matthew, sthen.
2012-08-30 20:55:05 +00:00