Commit Graph

77473 Commits

Author SHA1 Message Date
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
pascal
07ffe3ec07 Adapt PIE fixes to new gcc/ld behaviour: Use -nopie as LDFLAGS and -fno-pie as
CFLAGS.

found in a bulk by and ok naddy@
2012-08-30 20:54:59 +00:00
kili
07d31c5364 The Resource transformer keeps track of all registered actions, and
calls them upon exit (via 'runResourceT'). Actions may be registered
via 'register', or resources may be allocated atomically via
'allocate'. allocate corresponds closely to bracket.

ok matthew, sthen.
2012-08-30 20:53:14 +00:00
kili
f3e24282c0 Wrapper to mmap(2), allowing files or devices to be lazily loaded
into memory as strict or lazy ByteStrings, using the virtual memory
subsystem to do on-demand loading.

ok matthew, sthen.
2012-08-30 20:51:27 +00:00
kili
03d1349e31 Convert streams of builders to streams of bytestrings.
ok matthew, sthen.
2012-08-30 20:49:42 +00:00
bluhm
9ac7fa2e44 update p5-Net-SIP to 0.67 2012-08-30 20:38:24 +00:00
rpe
d559bd1c98 add myself 2012-08-30 20:15:24 +00:00
ajacoutot
29dcc6bf56 Use clucene-core 2.x.
Use our own libtool.
2012-08-30 18:42:26 +00:00
ajacoutot
22cbbcfd96 Update to clucene-core-2.3.3.4. 2012-08-30 18:41:09 +00:00
ajacoutot
2999056003 Major update to zarafa-7.1.0.
Complete ChangeLog available at:
http://download.zarafa.com/community/final/7.1/final-changelog-7.1.txt
2012-08-30 14:28:22 +00:00
ajacoutot
157354a27b Merge -docs into -main. 2012-08-30 14:27:03 +00:00
sthen
ba107788c6 bump a bunch of pecl-*, thanks to cvs's non-atomic commits/updates some of
these got built on amd64 without the WANTLIB they should have had, this is
causing issues with pkg_add updates reported by Johan Huldtgren
2012-08-30 14:09:21 +00:00
sthen
743cf4110d bugfix update to Icinga 1.7.2 2012-08-30 13:56:17 +00:00
ajacoutot
73725861a2 Merge -docs into -main. 2012-08-30 13:55:28 +00:00
sthen
9fc05a7ddf Use 'pkg-config glib-2.0 --libs --static' to construct linker flags when
building the static binary. Fixes build problem reported by nigel@ since the
glib-2.0.pc now (correctly) only lists pthread in Libs.private not in Libs.
ok ajacoutot@
2012-08-30 13:47:45 +00:00
ajacoutot
57af6dc327 Merge -docs into -main. 2012-08-30 10:08:46 +00:00
ajacoutot
ca372cac9a Unbreak on i386; reported by nigel@ 2012-08-30 09:19:00 +00:00
ajacoutot
d28ffbc4c6 Unbreak by updating to deja-dup-23.90. 2012-08-30 08:00:12 +00:00
william
fcc19956cb Update to phpmyadmin-3.4.11.1, resolving CVE-2012-4345
and closing other security holes as well.

ok kevlo@ (MAINTAINER)
similar diff from jasper@
2012-08-30 02:47:52 +00:00
abieber
518d4efd72 - upgrade node to 0.8.8
OK sthen@, jasper@
2012-08-30 01:13:32 +00:00
sthen
757b73bc31 missing bump, pointed out by nigel@ 2012-08-29 20:53:32 +00:00
sthen
a1154fc621 missing bump, pointed out by nigel@
adjust comment about bundled libc for adastrap while there
2012-08-29 20:51:41 +00:00
jasper
59f1cd0a21 add missing build dependency on python
spotted by landry@
2012-08-29 20:20:43 +00:00
jasper
e65f7a2cbf unbreak on sgi by re-adding a chunk that's been missing since the import of 23. 2012-08-29 20:02:36 +00:00
jasper
3d1f96a2c4 skip the test for get_fpc_csr() on OpenBSD; we do have the function,
but gambit expects union fpc_csr to be present too, which we lack.
2012-08-29 18:46:24 +00:00
jasper
1c1837ee41 - remove unneeded CONFIGURE_ENV and USE_GROFF 2012-08-29 18:27:53 +00:00