summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-07-13Honor LDFLAGS. Fixes RELRO build.wiz3-9/+27
2017-07-13Honor LDFLAGS, fixes RELRO build.wiz4-8/+8
2017-07-13Honor LDFLAGS. Fixes RELRO build.wiz6-14/+14
2017-07-13Disable RELRO check.wiz1-1/+4
Not useful for pre-built binaries.
2017-07-13Honor LDFLAGS. Fixes RELRO build.wiz1-2/+2
2017-07-13Honor LDFLAGS, fixes RELRO build.wiz1-1/+7
2017-07-13Honor LDFLAGS, fixes RELRO build.wiz3-11/+14
While here, also honor CFLAGS and remove an unnecessary chunk.
2017-07-13Honor LDFLAGS. Fixes RELRO build.wiz2-4/+5
2017-07-13Honor LDFLAGS.wiz3-4/+28
2017-07-13Honor LDFLAGS (and CXXFLAGS while I'm here). Fixes RELRO build.wiz3-3/+19
2017-07-13Updated checksums (oops!)jaapb1-3/+3
2017-07-13Honor LDFLAGS. Fixes RELRO build.wiz3-5/+11
2017-07-13Updated package to deal with changes to ocamlfind wrapperjaapb4-11/+27
2017-07-13darktable is at version 2.2.5 now.hauke1-2/+2
2017-07-13Updated devel/ocaml-biniou to 1.0.13nb1jaapb1-1/+2
2017-07-13Added patch so that bin/bdump gets installed. Thanks to joerg@ forjaapb4-3/+24
reporting this.
2017-07-13Added bash to USE_TOOLS. Thanks to joerg@ for pointing out that it'sjaapb1-2/+2
needed.
2017-07-13Updated net/py-botocore to 1.5.81, net/py-awscli to 1.11.118adam1-1/+3
2017-07-131.11.118:adam2-7/+7
bugfix:Aliases: Properly quote alias parameters that have spaces in them. api-change:swf: Update swf command to latest version api-change:autoscaling: Update autoscaling command to latest version enhancement:Cloudformation: Reduce polling delay for cloudformation deploy.
2017-07-131.5.81:adam2-7/+7
enhancement:SSM: Added a paginator for describe_parameters. enchancement:Organizations: Added paginators for Organizations. enhancement:IoT: Add paginators for IoT. api-change:swf: Update swf client to latest version api-change:autoscaling: Update autoscaling client to latest version enhancement:Athena: Added paginators for Athena.
2017-07-13Updated devel/git to 2.13.3, databases/py-ldap to 2.4.41adam1-1/+3
2017-07-132.4.41:adam2-8/+8
Lib/ * Added support for increment: lines in LDIF changes records
2017-07-13Git v2.13.3:adam2-7/+7
* The "collision detecting" SHA-1 implementation shipped with 2.13.2 was still broken on some platforms. Update to the upstream code again to take their fix. * The 'diff-highlight' program (in contrib/) has been restructured for easier reuse by an external project 'diff-so-fancy'. * "git mergetool" learned to work around a wrapper MacOS X adds around underlying meld. * An example in documentation that does not work in multi worktree configuration has been corrected. * The pretty-format specifiers like '%h', '%t', etc. had an optimization that no longer works correctly. In preparation/hope of getting it correctly implemented, first discard the optimization that is broken. * The code to pick up and execute command alias definition from the configuration used to switch to the top of the working tree and then come back when the expanded alias was executed, which was unnecessarilyl complex. Attempt to simplify the logic by using the early-config mechanism that does not chdir around. * "git add -p" were updated in 2.12 timeframe to cope with custom core.commentchar but the implementation was buggy and a metacharacter like $ and * did not work. * Fix a recent regression to "git rebase -i" and add tests that would have caught it and others. * An unaligned 32-bit access in pack-bitmap code ahs been corrected. * Tighten error checks for invalid "git apply" input. * The split index code did not honor core.sharedrepository setting correctly. * The Makefile rule in contrib/subtree for building documentation learned to honour USE_ASCIIDOCTOR just like the main documentation set does. * A few tests that tried to verify the contents of push certificates did not use 'git rev-parse' to formulate the line to look for in the certificate correctly. * After "git branch --move" of the currently checked out branch, the code to walk the reflog of HEAD via "log -g" and friends incorrectly stopped at the reflog entry that records the renaming of the branch. * The rewrite of "git branch --list" using for-each-ref's internals that happened in v2.13 regressed its handling of color.branch.local; this has been fixed.
2017-07-13Added BUILD_DEPENDENCIES (setup.py requires those)adam1-1/+3
2017-07-13Fixed patch-setup.pyadam2-5/+5
2017-07-12Note update of www/contao44 package to 4.4.1.taca1-1/+2
2017-07-12Update contao44 to 4.4.1.taca3-9/+94
### 4.4.1 (2017-07-12) * Prevent arbitrary PHP file inclusions in the back end (see CVE-2017-10993). * Correctly handle subpalettes in "edit multiple" mode (see #946). * Correctly show the DCA picker in the site structure (see #906). * Correctly update the style sheets if a format definition is enabled/disabled (see #893). * Always show the "show from" and "show until" fields (see #908). * Correctly set the "overwriteMeta" field during the database update (see contao/core-bundle#888).
2017-07-12Note update of www/contao35 package to 3.5.28.taca1-1/+2
2017-07-12Update contao35 to 3.5.28.taca2-7/+7
Version 3.5.28 (2017-07-12) --------------------------- ### Fixed Prevent arbitrary PHP file inclusions in the back end (see CVE-2017-10993). ### Fixed Improve the accessibility of the CAPTCHA widget (see #8709). ### Fixed Fixed the iOS scrolling bug in the simple modal script (see #8708). ### Fixed Correctly cache the unique keys in the SQL cache (see #8712).
2017-07-12Avoid PKG_FAILprlw11-2/+3
2017-07-12Updated net/netatalk22 to 2.2.6hauke1-1/+2
2017-07-12Update netatalk22 to patch release 2.2.6.hauke25-617/+61
For changes see <https://github.com/Netatalk/Netatalk/commits/branch-netatalk-2-2> - the upstream release branch does not have a changelog. Upstream took a lot of our patches - thanks, guys! Package changes include untangling ldap support, so that the package builds with it. There has been confusion between acl and ldap support upstream as well as in the package - see patch-include_atalk_ldapconfig.h and <https://github.com/Netatalk/Netatalk/commits/branch-netatalk-2-2/include/atalk/ldapconfig.h>.
2017-07-12Honor LDFLAGS for RELRO builds.wiz5-9/+18
2017-07-12Honor LDFLAGS for RELRO build.wiz2-1/+17
2017-07-12Honor CFLAGS and LDFLAGS.wiz1-3/+2
2017-07-12Honor LDFLAGS. Fixes RELRO build.wiz1-3/+2
2017-07-12Honor LDFLAGS for RELRO build.wiz2-1/+17
2017-07-12Honor LDFLAGS. Fixes RELRO build.wiz8-17/+43
2017-07-12Honor LDFLAGS. Fixes RELRO build.wiz3-9/+21
Set LICENSE while here.
2017-07-12Honor LDFLAGS. Fixes RELRO build.wiz5-23/+19
Some minor cleanup while here.
2017-07-12Honor LDFLAGS. Fixes RELRO build.wiz1-4/+3
2017-07-12add www/grafanatnn2-2/+4
2017-07-12fix HOMEPAGEtnn1-2/+2
2017-07-12Import grafana-4.4.1 as www/grafana.tnn5-0/+3645
Grafana is a web-based dashboard that allows you to query, visualize and alert on metrics data stored in Graphite, InfluxFB, OpenTSDB or Prometheus.
2017-07-12Honor LDFLAGS. Fixes RELRO build.wiz2-5/+5
2017-07-12Note update of lang/ocaml to 4.04.2nb2.he1-1/+2
2017-07-12Back out the calendar option for PHPmanu3-18/+6
The functionnality is already avaialable from pkgsrc/time/php-calendar moduke. Thnaks to Takahiro Kambe for pointing it out.
2017-07-12Honor LDFLAGS, fixes RELRO build.wiz1-3/+4
While here, set LICENSE and fix a pkglint warning.
2017-07-12Honor LDFLAGS. Fixes RELRO build.wiz2-7/+18
2017-07-12Updated net/lftp to 4.8.0adam1-1/+2