Commit graph

232505 commits

Author SHA1 Message Date
markd
4b903c4fb6 Update tex-enctex{,-doc} to 2014
latest texlive version.  changes unknown.
2015-04-22 22:10:50 +00:00
tnn
bca4b4ab51 fix typo: emprty -> empty in an if statement.
NB: this may cause fallout on some GCC versions.
In such event they should be added to the pattern.
2015-04-22 19:58:26 +00:00
tnn
ced54793ed needs bsd.prefs.mk when compiler.mk was removed 2015-04-22 19:49:09 +00:00
tnn
710c6b2f35 We don't need to manually add -fno-strict-aliasing here, the package does
this on it's own.
2015-04-22 19:47:55 +00:00
sevan
82e648eabb Remove mention of MirBSD in patch description as support is there by default now
Reviewed by wiz@
2015-04-22 19:04:35 +00:00
dsainty
a9e91a0ff6 Updated security/zoneminder to 1.28.1nb2 2015-04-22 15:18:13 +00:00
dsainty
2ffa4eff86 Fix paths in two missed installed scripts.
The intention of zmsystemctl.pl is to use bin/pkexec to allow the apache user
to start and stop the ZoneMinder services on operating systems using systemd
and newer versions of Polkit than Pkgsrc currently has.

If the base OS doesn't use systemd (E.g. anything not Linux), this file
shouldn't be used anyway.

In Pkgsrc we ignore the potentially absent pkexec interpreter in this file.
If the base OS uses systemd, it probably also has pkexec in its base
installation.

Bump PKGREVISION.
2015-04-22 15:13:43 +00:00
abs
772d95d651 Add a 'reload' rc.d option (automatically uses the pid file), which will
make dnsmasq reload the dhcp file. Add patch comment and mps
Bump PKGREVISION
2015-04-22 14:57:22 +00:00
mef
4d6fc85f7a Update to 0.29
--------------
0.29    2015-04-21
        - Config::Find::Any::_find must return undef when file not found.
          PBP does not apply.
        - added initial test script for find() method.
        - default to WinAny for Windows OSes, and separate exceptions.
        - report versions when testing.
2015-04-22 14:43:32 +00:00
jperkin
1f7dd21fb1 Updated www/curl to 7.42.0 2015-04-22 14:35:51 +00:00
jperkin
3bb7930091 Update to curl-7.42.0.
This release includes the following changes:

 o openssl: show the cipher selection to use in verbose text
 o gtls: implement CURLOPT_CERTINFO
 o add CURLOPT_SSL_FALSESTART option (darwinssl and NSS)
 o curl: add --false-start option
 o add CURLOPT_PATH_AS_IS
 o curl: add --path-as-is option
 o curl: create output file on successful download of an empty file

This release includes the following bugfixes:

 o ConnectionExists: for NTLM re-use, require credentials to match
 o cookie: cookie parser out of boundary memory access
 o fix_hostname: zero length host name caused -1 index offset
 o http_done: close Negotiate connections when done
 o sws: timeout idle CONNECT connections
 o nss: improve error handling in Curl_nss_random()
 o nss: do not skip Curl_nss_seed() if data is NULL
 o curl-config.in: eliminate double quotes around CURL_CA_BUNDLE
 o http2: move lots of verbose output to be debug-only
 o dist: add extern-scan.pl to the tarball
 o http2: return recv error on unexpected EOF
 o build: Use default RandomizedBaseAddress directive in VC9+ project files
 o build: Removed DataExecutionPrevention directive from VC9+ project files
 o tool: Updated the warnf() function to use the GlobalConfig structure
 o http2: Return error if stream was closed with other than NO_ERROR
 o mprintf.h: remove #ifdef CURLDEBUG
 o libtest: fixed linker errors on msvc
 o tool: use ENABLE_CURLX_PRINTF instead of _MPRINTF_REPLACE
 o curl.1: fix "The the" typo
 o cmake: handle build definitions CURLDEBUG/DEBUGBUILD
 o openssl: remove all uses of USE_SSLEAY
 o multi: fix memory-leak on timeout (regression)
 o curl_easy_setopt.3: added CURLOPT_SSL_VERIFYSTATUS
 o metalink: add some error checks
 o TLS: make it possible to enable ALPN/NPN without HTTP/2
 o http2: use CURL_HTTP_VERSION_* symbols instead of NPN_*
 o conncontrol: only log changes to the connection bit
 o multi: fix *getsock() with CONNECT
 o symbols.pl: handle '-' in the deprecated field
 o MacOSX-Framework: use @rpath instead of @executable_path
 o GnuTLS: add support for CURLOPT_CAPATH
 o GnuTLS: print negotiated TLS version and full cipher suite name
 o GnuTLS: don't print double newline after certificate dates
 o memanalyze.pl: handle free(NULL)
 o proxy: re-use proxy connections (regression)
 o mk-ca-bundle: Don't report SHA1 numbers with "-q"
 o http: always send Host: header as first header
 o openssl: sort ciphers to use based on strength
 o openssl: use colons properly in the ciphers list
 o http2: detect premature close without data transfered
 o hostip: Fix signal race in Curl_resolv_timeout
 o closesocket: call multi socket cb on close even with custom close
 o mksymbolsmanpage.pl: use std header and generate better nroff header
 o connect: Fix happy eyeballs logic for IPv4-only builds
 o curl_easy_perform.3: remove superfluous close brace from example
 o HTTP: don't use Expect: headers when on HTTP/2
 o Curl_sh_entry: remove unused 'timestamp'
 o docs/libcurl: makefile portability fix
 o mkhelp: Remove trailing carriage return from every line of input
 o nss: explicitly tell NSS to disable NPN/ALPN when libcurl disables it
 o curl_easy_setopt.3: added a few missing options
 o metalink: fix resource leak in OOM
 o axtls: version 1.5.2 now requires that config.h be manually included
 o HTTP: don't switch to HTTP/2 from 1.1 until we get the 101
 o cyassl: detect the library as renamed wolfssl
 o CURLOPT_HTTPHEADER.3: add a "SECURITY CONCERNS" section
 o CURLOPT_URL.3: Added "SECURITY CONCERNS
 o openssl: try to avoid accessing OCSP structs when possible
 o test938: added missing closing tags
 o testcurl: Allow '=' in values given on command line
 o tests/certs: added make target to rebuild certificates
 o tests/certs: rebuild certificates with modified key usage bits
 o gtls: avoid uninitialized variable
 o gtls: dereferencing NULL pointer
 o gtls: add check of return code
 o test1513: eliminated race condition in test run
 o dict: rename byte to avoid compiler shadowed declaration warning
 o curl_easy_recv/send: make them work with the multi interface
 o vtls: fix compile with --disable-crypto-auth but with SSL
 o openssl: adapt to ASN1/X509 things gone opaque in 1.1
 o openssl: verifystatus: only use the OCSP work-around <= 1.0.2a
 o curl_memory: make curl_memory.h the second-last header file loaded
 o testcurl.pl: add the --notes option to supply more info about a build
 o cyassl: If wolfSSL then identify as such in version string
 o cyassl: Check for invalid length parameter in Curl_cyassl_random
 o cyassl: default to highest possible TLS version
 o Curl_ssl_md5sum: return CURLcode (fixes OOM)
 o polarssl: remove dead code
 o polarssl: called mbedTLS in 1.3.10 and later
 o globbing: fix step parsing for character globbing ranges
 o globbing: fix url number calculation when using range with step
 o multi: on a request completion, check all CONNECT_PEND transfers
 o build: link curl to openssl libraries when openssl support is enabled
 o url: Don't accept CURLOPT_SSLVERSION unless USE_SSL is defined
 o vtls: Don't accept unknown CURLOPT_SSLVERSION values
 o build: Fix libcurl.sln erroneous mixed configurations
 o cyassl: remove undefined reference to CyaSSL_no_filesystem_verify
 o cyassl: add SSL context callback support for CyaSSL
 o tool: only set SSL options if SSL is enabled
 o multi: remove_handle: move pending connections
 o configure: Use KRB5CONFIG for krb5-config
 o axtls: add timeout within Curl_axtls_connect
 o CURLOPT_HTTP200ALIASES.3: Mainly SHOUTcast servers use "ICY 200"
 o cyassl: Fix library initialization return value
 o cookie: handle spaces after the name in Set-Cookie
 o http2: Fix missing nghttp2_session_send call in Curl_http2_switched
 o cyassl: Fix certificate load check
 o build-openssl.bat: Fix mixed line endings
 o checksrc.bat: Check lib\vtls source
 o DNS: fix refreshing of obsolete dns cache entries
 o CURLOPT_RESOLVE: actually implement removals
 o checksrc.bat: quotes to support an SRC_DIR with spaces
 o cyassl: Remove 'Connecting to' message from cyassl_connect_step2
 o cyassl: Use CYASSL_MAX_ERROR_SZ for error buffer size
 o lib/transfer.c: Remove factor of 8 from sleep time calculation
 o lib/makefile.m32: add missing libs to build libcurl.dll
 o build: Generate source prerequisites for Visual Studio in generate.bat
 o cyassl: Include the CyaSSL build config
 o firefox-db2pem: fix wildcard to find Firefox default profile
 o BUGS: refer to the github issue tracker now as primary
 o vtls_openssl: improve several certificate error messages
 o cyassl: Add support for TLS extension SNI
 o parsecfg: do not continue past a zero termination
 o configure --with-nss=PATH: query pkg-config if available
 o configure --with-nss: drop redundant if statement
 o cyassl: Fix include order
 o HTTP: fix PUT regression with Negotiate
 o curl_version_info.3: fixed the 'protocols' variable type
2015-04-22 14:35:21 +00:00
joerg
40b4ad84ce Force amd64, not the normal x86_64. 2015-04-22 10:57:15 +00:00
markd
cc27c77f3f more texlive package updates. 2015-04-22 10:54:03 +00:00
markd
f8bc37b4ce Update tex-draftwatermark{,-doc} to 1.1
latest texlive version.  changes unknown.
2015-04-22 10:51:05 +00:00
markd
aedc750804 Update tex-dehyph-exptl{,-doc} to 0.40
latest texlive version.  changes unknown.
2015-04-22 10:47:33 +00:00
markd
6edb7c2625 Update tex-dblfloatfix{,-doc} to 1.0a
latest texlive version.  changes unknown.
2015-04-22 10:44:27 +00:00
markd
b2d8021fcb Update tex-datetime{,-doc} to 2.60
latest texlive version.  changes unknown.
2015-04-22 10:42:01 +00:00
markd
41651edf77 Update tex-datatool{,-doc} to 2.22
latest texlive version.  changes unknown.
2015-04-22 10:38:59 +00:00
markd
32303e2f48 Update tex-cyrillic{,-doc} to 2014
latest texlive version.  changes unknown.
2015-04-22 10:36:41 +00:00
markd
45325f6d93 Update tex-comment{,-doc} to 3.7
latest texlive version.  changes unknown.
2015-04-22 10:32:44 +00:00
markd
5793bdd9cf Update tex-colortbl{,-doc} to 1.0a
latest texlive version.  changes unknown.
2015-04-22 10:29:38 +00:00
markd
af2c47da42 Update tex-cjk{,-doc} to 4.8.3
latest texlive version.  changes unknown.
2015-04-22 10:26:50 +00:00
markd
05a69d32ee Update tex-cite{,-doc} to 5.5
latest texlive version.  changes unknown.
2015-04-22 10:24:17 +00:00
markd
5637371bbd Update tex-makeindex{,-doc} to 20130512
latest texlive version.  changes unknown.
2015-04-22 10:21:46 +00:00
markd
84ae602bee Update tex-cancel{,-doc} to 2.2
latest texlive version.  changes unknown.
2015-04-22 10:18:33 +00:00
markd
695136f78d Update tex-bezos{,-doc} to 25507
latest texlive version.  changes unknown.
2015-04-22 10:15:29 +00:00
markd
da469fd482 Update tex-beamer{,-doc} to 3.36
latest texlive version.  changes unknown.
2015-04-22 10:12:41 +00:00
markd
61ae261973 Update tex-babelbib{,-doc} to 1.31
latest texlive version.  changes unknown.
2015-04-22 10:08:25 +00:00
markd
0c379ce760 Update tex-babel{,-doc} to 3.9l
latest texlive version.  changes unknown.
2015-04-22 10:02:03 +00:00
markd
4f17ffd89c Update tex-arabtex{,-doc} to 3.17
latest texlive version.  changes unknown.
2015-04-22 09:58:13 +00:00
markd
1f4a4122e6 Update tex-arabi{,-doc} to 1.1pl25095
latest texlive version.  changes unknown.
2015-04-22 09:55:28 +00:00
markd
fb405c1607 Update tex-answers{,-doc} to 2.16
latest texlive version.  changes unknown.
2015-04-22 09:51:17 +00:00
markd
8cfde364f1 Update tex-amsrefs{,-doc} to 2.14
latest texlive version.  changes unknown.
2015-04-22 09:47:01 +00:00
markd
45520c8dff Update tex-amsmath{,-doc} to 2.14
latest texlive version.  changes unknown.
2015-04-22 09:41:17 +00:00
markd
3795acc416 Update tex-amscls{,-doc} to 2014.34870
latest texlive version.  changes unknown.
2015-04-22 09:35:02 +00:00
markd
2234f71932 Update tex-algorithm2e{,-doc} to 5.0
latest texlive version.  changes unknown.
2015-04-22 09:30:40 +00:00
markd
b06c61d0a7 Update tex-acronym{,-doc} to 1.41
latest texlive version.  changes unknown.
2015-04-22 09:25:41 +00:00
markd
15684b920b Update tex-IEEEtran{,-doc} to 1.8a
latest texlive version.  changes unknown.
2015-04-22 09:21:32 +00:00
jperkin
58d63b5151 Needs lex and yacc. 2015-04-22 09:06:28 +00:00
dholland
321504f61e Preliminary hacks for building this with -m32 on amd64 NetBSD.
I've run into local problems with COMPAT_32 so this only gets a short
distance in before I can't run it any further, but I'm going to commit
anyway as "broken package" > "no package", and with luck I'll get it
sorted out fully before much longer.

Also allow amd64 Linux as the necessary hacks for that seem to already
be in place.
2015-04-22 07:41:38 +00:00
morr
ea43d7ee72 Note update of www/wordpress 2015-04-22 06:40:15 +00:00
morr
86a8f20e12 Security update to version 4.1.2.
Changes:

4.1.1:

Maintenance release, fixed 21 bugs.

4.1.2:

- A serious critical cross-site scripting vulnerability, which could enable
  anonymous users to compromise a site.
- Files with invalid or unsafe names could be uploaded.
- Some plugins are vulnerable to an SQL injection attack.
- A very limited cross-site scripting vulnerability could be used as part of a
  social engineering attack.
- Four hardening changes, including better validation of post titles within the
  Dashboard.
2015-04-22 06:38:15 +00:00
wiz
d89ef1567c Updated graphics/p5-Image-Info to 1.38 2015-04-22 06:35:50 +00:00
wiz
2438054ec4 Update to 1.38:
2015-04-19  Slaven Rezic  <slaven@rezic.de>

    Release 1.38

    Pod typo fixes (by hatorikibble)

    New xt tests (synopsis, strict, kwalitee, by hatorikibble)
2015-04-22 06:35:42 +00:00
wiz
eb255ff90c Updated time/p5-DateTime-TimeZone to 1.87 2015-04-22 06:34:56 +00:00
wiz
bc8361a008 Update to 1.87:
1.87    2015-04-20

- This release is based on version 2015c of the Olson database. This release
  includes contemporary changes for Egypt, though it looks like those will
  change again soon.
2015-04-22 06:34:48 +00:00
wiz
101d032131 Updated www/p5-CGI to 4.15 2015-04-22 06:33:34 +00:00
wiz
abd44e00f7 Update to 4.15. Read the changelog below!
4.15 2015-04-20

    [ RELEASE NOTES ]
    - This release removes the AUTOLOAD and compile optimisations from CGI.pm
      that were introduced into CGI.pm twenty (20) years ago as a response to
      its large size, which meant there was a significant compile time penalty.

    - This optimisation is no longer relevant and makes the code difficult to
      deal with as well as making test coverage metrics incorrect. Benchmarks
      show that advantages of AUTOLOAD / lazy loading / deferred compile are
      less than 0.05s, which will be dwarfed by just about any meaningful code
      in a cgi script. If this is an issue for you then you should look at
      running CGI.pm in a persistent environment (FCGI, etc)

    - To offset some of the time added by removing the AUTOLOAD functionality
      the dependencies have been made runtime rather than compile time. The
      POD has also been split into its own file. CGI.pm now contains around
      4000 lines of code, which compared to some modules on CPAN isn't really
      that much

    - This essentially deprecates the -compile pragma and ->compile method. The
      -compile pragma will no longer do anything, whereas the ->compile method
      will raise a deprecation warning. More importantly this also REMOVES the
      -any pragma because as per the documentation this pragma needed to be
      "used with care or not at all" and allowing arbitrary HTML tags is almost
      certainly a bad idea. If you are using the -any pragma and using arbitrary
      tags (or have typo's in your code) your code will *BREAK*

    - Although this release should be back compatible (with the exception of any
      code using the -any pragma) you are encouraged to test it throughly as if
      you are doing anything out of the ordinary with CGI.pm (i.e. have bugs
      that may have been masked by the AUTOLOAD feature) you may see some issues.

    - References: GH #162, GH #137, GH #164

    [ SPEC / BUG FIXES ]
    - make the list context warning in param show the filename rather than
      the package so we have more information on exactly where the warning
      has been raised from (GH #171)
    - correct self_url when PATH_INFO and SCRIPT_NAME are the same but we
      are not running under IIS (GH #176)
    - Add the multi_param method to :cgi export (thanks to xblitz for the patch
      and tests. GH #167)
    - Fix warning for lack of HTTP_USER_AGENT in CGI::Carp (GH #168)
    - Fix imports when called from CGI::Fast, restores the import of CGI functions
      into the callers namespace for users of CGI::Fast (GH leejo/cgi-fast#11 and
      GH leejo/cgi-fast#12)

    [ FEATURES ]
    - CGI::Carp now has $CGI::Carp::FULL_PATH for displaying the full path to the
      offending script in error messages
    - CGI now has env_query_string() for getting the value of QUERY_STRING from the
      environment and not that fiddled with by CGI.pm (which is what query_string()
      does) (GH #161)
    - CGI::ENCODE_ENTITIES var added to control which chracters are encoded by the
      call to the HTML::Entities module - defaults to &<>"\x8b\x9b' (GH #157)

    [ DOCUMENTATION ]
    - Fix some typos (GH #173, GH #174)
    - All *documentation* for HTML functionality in CGI has been moved into
      its own namespace: CGI::HTML::Functions - although the functionality
      continues to exist within CGI.pm so there are no code changes required
      (GH #142)
    - Add missing documentation for env variable fetching routines (GH #163)

    [ TESTING ]
    - Increase test coverage (GH #3)

    [ INTERNALS ]
    - Cwd made a TEST_REQUIRES rather than a BUILD_REQUIRES in Makefile.PL
      (GH #170)
    - AutoloadClass variables have been removed as AUTOLOAD was removed in
      v4.14 so these are no longer necessary (GH #172 thanks to alexmv)
    - Remove dependency on constant - internal DEBUG, XHTML_DTD and EBCDIC
      constants changes to $_DEBUG, $_XHTML_DTD, and $_EBCDIC
2015-04-22 06:33:25 +00:00
markd
12459bbe35 texlive updates 2015-04-22 00:23:09 +00:00
markd
75eee8790b Update tex-xypic{,-doc} to 3.8.9
latest texlive version.  changes unknown.
2015-04-22 00:16:44 +00:00