Commit graph

204799 commits

Author SHA1 Message Date
gls
45f8464236 Update sysutils/fabric to 1.7.0.
pkgsrc changes:
---------------
FETCH_USING=curl, as PyPi moved to https only.

Upstream changes:
-----------------

2013-07-26: released Fabric 1.7.0

2013-07-26: released Fabric 1.6.2

[Feature] #925: Added contrib.files.is_link. Thanks to @jtangas for the
 patch.

[Feature] #922: Task argument strings are now displayed when using fab -d.
 Thanks to Kevin Qiu for the patch.

[Bug] #912: Leaving template_dir un-specified when using upload_template
 in Jinja mode used to cause 'NoneType' has no attribute 'startswith'
 errors. This has been fixed. Thanks to Erick Yellott for catch & to
 Erick Yellott + Kevin Williams for patches.

[Feature] #924: Add new env var option colorize_errors to enable
 coloring errors and warnings. Thanks to Aaron Meurer for the patch.

[Bug] #593: Non-ASCII character sets in Jinja templates rendered
 within upload_template would cause UnicodeDecodeError when uploaded.
 This has been addressed by encoding as utf-8 prior to upload.
 Thanks to Sébastien Fievet for the catch.

[Feature] #908: Support loading SSH keys from memory.
 Thanks to Caleb Groom for the patch.

[Bug] #171: Added missing cross-references from env variables
 documentation to corresponding command-line options.
 Thanks to Daniel D. Beck for the contribution.

[Bug] #884: The password cache feature was not working correctly with
 password-requiring SSH gateway connections.
That’s fixed now. Thanks to Marco Nenciarini for the catch.

[Feature] #826: Enable sudo extraction of compressed archive via use_sudo
 kwarg in upload_project. Thanks to @abec for the patch.

[Bug] #694: Allow users to work around ownership issues in the default
 remote login directory: add temp_dir kwarg for explicit specification of
 which “bounce” folder to use when calling put with
use_sudo=True.
 Thanks to Devin Bayer for the report & Dieter Plaetinck / Jesse Myers for
 suggesting the workaround.

[Bug] #882: Fix a get bug regarding spaces in remote working directory names.
 Thanks to Chris Rose for catch & patch.
2013-08-06 18:28:30 +00:00
gls
669a59765f Updated security/py-paramiko to 1.11.0 2013-08-06 18:11:39 +00:00
gls
dcf574dae7 Update security/py-paramiko to 1.11.0
pkgsrc changes:
---------------
FETCH_USING= curl, as PyPi moved to https.

Upstream changes:
-----------------

v1.11.0 (26th Jul 2013)
-----------------------

* #98: On Windows, when interacting with the PuTTY PAgeant, Paramiko now
  creates the shared memory map with explicit Security Attributes of the user,
  which is the same technique employed by the canonical PuTTY library to avoid
  permissions issues when Paramiko is running under a different UAC context
  than the PuTTY Ageant process. Thanks to Jason R. Coombs for the patch.
* #100: Remove use of PyWin32 in `win_pageant` module. Module was already
  dependent on ctypes for constructing appropriate structures and had ctypes
  implementations of all functionality. Thanks to Jason R. Coombs for the
  patch.
* #87: Ensure updates to `known_hosts` files account for any updates to said
  files after Paramiko initially read them. (Includes related fix to guard
  against duplicate entries during subsequent `known_hosts` loads.) Thanks to
  `@sunweaver` for the contribution.

v1.10.2 (26th Jul 2013)
-----------------------

* #153, #67: Warn on parse failure when reading known_hosts file. Thanks to
  `@glasserc` for patch.
* #146: Indentation fixes for readability. Thanks to Abhinav Upadhyay for catch
  & patch.
2013-08-06 18:11:28 +00:00
adam
c05098802c Don't wait 30 seconds to stop the daemon. 2013-08-06 15:44:34 +00:00
adam
d28efec611 Updated www/awstats to 7.2 2013-08-06 15:37:29 +00:00
adam
6346ec7dd0 Changes 7.2:
New features:
- Upgrade licence to GPL v3+.
- Update documentation.
Fixes:
- Since updating Webmin to 1.53, the Add New Config File screen layout is
  totally messed up and unusable.
- Update broken links to maxmind.
2013-08-06 15:36:09 +00:00
fhajny
d648738858 Make sure unwanted mkdir is not recorded with full path in rbconfig.rb,
fixes packages built with pbulk. Bump PKGREVISION.
2013-08-06 15:21:31 +00:00
drochner
404f750c3b apply patches from pkgsrc/security/putty to fix embedded sftp client
bump PKGREV
2013-08-06 12:55:10 +00:00
drochner
12a46b0e47 add patch from upstream to fix possible heap overflow in SSH handshake
due to integer overflow (CVE-2013-4852)
bump PKGREV
2013-08-06 12:23:37 +00:00
ryoon
532a95fc06 Fix broken BUILD_DEPENDS.
Noticed by spz@. Thank you.
2013-08-06 11:41:37 +00:00
skrll
c9b324ec7b Missed the distinfo commit. 2013-08-06 10:55:15 +00:00
jmcneill
50b133aa2d Add debug option to package. 2013-08-06 10:05:39 +00:00
bouyer
bb09fd9a5a Fix previous: really bump PKGREVISION 2013-08-06 09:19:14 +00:00
taca
1eeaabefdc Make sure to set correct PKGNAME using DISTNAME. 2013-08-06 01:30:04 +00:00
bouyer
6d6feac53b Fix (again) NetBSD libquota support. 2013-08-05 23:12:42 +00:00
adam
471c71ce62 Updated games/openttd to 1.3.2 2013-08-05 19:32:00 +00:00
adam
deb6c6f48b Changes 1.3.2:
- Fix: [Admin] End-of-rcon data could not be determined reliably for any rcon command
- Fix: [Content] When the server closed the connection, the client would for eternity try to read a packet and never timeout making it impossible to reconnect
- Fix: [Script] Changing the script difficulty level in-game would also change the settings using the default even though they were not allowed to change in-game
- Fix: [Admin] Ensure that sent and received length of json strings are the same
- Fix: [Squirrel] Stack overflow did not show an error, due to the stack to throw the error already being full
- Fix: [Script] Documentation implied that XXList::AddItem has a default for value if it isn't filled in
- Fix: Layouter caused significant slowdown with text heavy windows, cache it to make it manageable
- Fix: Make content list appear faster
- Fix: Non-ICU layouter started new lines with the space which triggered the linebreak
- Fix: If the next order cannot be resolved, reset the current order property instead of leaving it in an intermediate state
- Fix: [Squirrel] Infinite recursion loop in freeing data via a looping set of references
- Fix: One could build bridges over owned land of another company
- Fix: [Script] Texts from scripts were not validated before they were shown, causing an assertion to trigger
- Fix: Provide a warning when no vehicles are available, and tell what to do in that case
- Fix: Possible reading of uninitialised memory due to undefined execution order
- Fix: [Windows] Race condition between two drawing threads could crash OpenTTD
- Fix: ICU returns the width of the visual run as if the trailing space was added (in case a newline was added). This caused the width to be more than the requested width, but it would still be drawn correctly
- Fix: Small memory leaks
- Fix: [GS] The checks and validations for setting the extra text in the town window became too stringent
2013-08-05 19:24:35 +00:00
jmcneill
1b29c0a293 this package can be used on either NetBSD/arm or NetBSD/earm 2013-08-05 18:47:48 +00:00
jmcneill
db10b13599 apply arm hack to earm too 2013-08-05 18:41:11 +00:00
kleink
c3c2a137c7 Added security/py-passlib version 1.6.1.
Added www/py-flask-mail version 0.9.0.
Added www/py-flask-principal version 0.4.0.
Added www/py-flask-security version 1.6.8.
2013-08-05 17:58:33 +00:00
kleink
27721a0f10 + py-flask-mail
+ py-flask-principal
+ py-flask-security
2013-08-05 17:56:14 +00:00
kleink
89272c918d Import Flask-Security-1.6.8 as www/py-flask-security.
Flask-Security allows you to quickly add common security mechanisms
to your Flask application.
2013-08-05 17:54:13 +00:00
kleink
2b8d06723c Import Flask-Principal-0.4.0 as www/py-flask-principal.
Flask-Principal provides a very loose framework to tie in providers
of two types of service (Authentication, User information), often
located in different parts of a web application.

Looseness of the framework is provided by using signals as the
interface.
2013-08-05 17:52:56 +00:00
kleink
bd4ad592fe Import Flask-Mail-0.9.0 as www/py-flask-mail.
The Flask-Mail extension provides a simple interface to set up SMTP
with your Flask application and to send messages from your views
and scripts.
2013-08-05 17:51:45 +00:00
kleink
0afde959d3 + py-passlib 2013-08-05 17:42:52 +00:00
kleink
82f8f53962 Import passlib-1.6.1 as security/py-passlib.
Passlib is a password hashing library for Python 2 & 3, which
provides cross-platform implementations of over 30 password hashing
algorithms, as well as a framework for managing existing password
hashes. It's designed to be useful for a wide range of tasks, from
verifying a hash found in /etc/shadow, to providing full-strength
password hashing for multi-user application.
2013-08-05 17:42:19 +00:00
fhajny
a497531402 Fix patch file code for modern GCC 2013-08-05 15:00:15 +00:00
obache
36c9423c33 Updated net/mikutter to 0.2.2.1318 2013-08-05 12:47:11 +00:00
obache
8b81f66589 Update mikutter to 0.2.2.1318.
bug fixes.
2013-08-05 12:46:52 +00:00
fhajny
cd8ee7ad2c Updated graphics/opencv to 2.4.6.1 2013-08-05 12:28:24 +00:00
fhajny
f32f30aa8a Update opencv to 2.4.6.1
Changes in 2.4.6.1:
* Hotfix for camera pipeline for Linux (V4L).

Changes in 2.4.6:
* Windows RT: added video file i/o and sample application using camera,
  enabled parallelization with TBB or MS Concurrency
* CUDA 5.5: added support for desktop and ARM
* Added Qt 5 support
* Binary compatiblility with both OpenCL 1.1/1.2 platforms. Now the binaries
  compiled with any of AMD/Intel/Nvidia's SDK can run on all other platforms.
* New functions ported, CLAHE, GoodFeaturesToTrack, TVL1 optical flow and more
* Performance optimizations, HOG and more.
* More kernel binary cache options though setBinaryDiskCache interface.
* OpenCL binaries are now included into the superpack for Windows (for VS2010
  and VS2012 only)
* Switched all the remaining parallel loops from TBB-only
  'tbb::parallel_for()' to universal 'cv::parallel_for_()' with many possible
  backends (MS Concurrency, Apple's GDC, OpenMP, Intel TBB etc.)
* iOS build scripts (together with Android ones) moved to 'opencv/platforms'
  directory
* Fixed bug with incorrect saved video from camera through CvVideoCamera
* Added 'rotateVideo' flag to the CvVideoCamera class to control camera
  preview rotation on device rotation
* Added functions to convert between UIImage and cv::Mat (just include
  opencv2/highgui/ios.h)
* Numerous bug-fixes across all the library
2013-08-05 12:27:48 +00:00
obache
c40974995a zeromq was updated to 3.2.3. 2013-08-05 12:15:01 +00:00
obache
b95d5f4fee milter-manager is already 2.0.0. 2013-08-05 12:13:37 +00:00
obache
3b51c48f1c Updated nagios to 3.5.0 2013-08-05 12:12:42 +00:00
obache
99dbc145f0 Updated net/nagios-base to 3.5.0 2013-08-05 11:22:51 +00:00
obache
379a74d141 Update nagios-base to 3.5.0.
based on PR pkg/48082.

3.5.0 - 03/15/2013
------------------
* Fixed bug #403: The "configuration" page of the webui doesn't use entity
  encoding when displaying the "command expansion" item (Eric Stanley, Phil
  Randal)
* Fixed bug #424: Nagios Core 3.4.4 seg fault (core dump) on restart after
  removing config for running service (Eric Stanley)
* Updated CGI utility functions to support UTF-8 characters (Eric Stanley)
* Fixed bug where selecting Command Expansion from Configuration CGI page would
  display commands instead (Eric Stanley)
* Fixed bug #369: status.cgi crashes with segfault when there are german ulauts
  (äöüß) in the hostname or the servicename (Eric Stanley)
* Fixed bug #418: Scheduled Downtime Notifications Resent On Nagios
  Restart/reload (Eric Stanley)
2013-08-05 11:22:29 +00:00
obache
1b1bc99f82 sort. 2013-08-05 10:53:34 +00:00
obache
71543b91d6 Updated net/nagios-base to 3.4.4 2013-08-05 10:44:17 +00:00
obache
53a0620f8b Update nagios-base to 3.4.4.
3.4.4 - 01/12/2013
------------------
* Reenabled check for newer versions of Nagios Core (Mike Guthrie)
* Fixed bug #408: service checks get duplicated on reload (Eric Stanley)
* Fixed bug #401: segmentation fault on Solaris when parsing unknown timeperiod
  directives. (Eric Stanley)
* Added NULL pointer checks to CGI code. (Eric Stanley)
* Fixed buffer overflow vulnerability in CGI code. Thanks to Neohapsis
    (http://archives.neohapsis.com/archives/fulldisclosure/2012-12/0108.html)
  for finding this. (Eric Stanley)
2013-08-05 10:43:55 +00:00
wiz
230298fe2b Remove more traces of unfinished -O support. 2013-08-05 10:08:25 +00:00
wen
84c319534a Updated www/p5-Dancer2 to 0.07 2013-08-05 09:54:23 +00:00
wen
c95c254846 Update to 0.07
Upstream changes:
0.07      2013-08-04 01:14:59 Asia/Jerusalem

    [ ENHANCEMENTS ]
    * GH#344, GH#284: Now forward() calls preserve sessions (cym0n, Alberto Sim玫es)
    * Separation of engines from triggers and configuration (Sawyer X, Franck Cuny)
    * GH#347: Remove old compatibility option 'log_path' (Franck Cuny)
    * GH#156, GH#250, GH#349: Remove unused module (Alberto Sim玫es, mokko)
    * GH#331: Hook cleanups and documentation. (Franck Cuny)
    * GH#335: Serializing cleanup. (Franck Cuny)
    * GH#332: Clean up multiple definitions of core_debug (Franck Cuny)
    * GH#338: Clean up route builder (Mickey Nasriachi)
    * Clean up of the dzil configuration (Alberto Sim玫es)

    [ BUG FIXES ]
    * GH#334: Fix for GH#86, to display custom 500 page/template on
      internal server errors (Russell Jenkins)
    * GH#346: Fix tests on 5.8.9 (Albert Sim玫es)

    [ DOCUMENTATION ]
    * GH#345: Documentation reorganization (Alberto Sim玫es, Franck Cuny)

0.06 2013-07-30 (Sawyer X)

    [ ENHANCEMENTS ]
    * Clean up of the dzil configuration (Alberto Sim玫es,Franck Cuny, Russel Jenkins)
    * GH#327: Add support for 'info' log level (Russell Jenkins)
    * Remove 'for_versions' usage from tests (Alberto Sim玫es)

    [ BUG FIXES ]
    * GH#326, GH#232: don't end up with empty views and layout (Franck Cuny)
    * GH#325: don't die or complain when two routes have the same path (Franck Cuny)
    * GH#320: fix plugin_setting deprecation warning (David Golden)

    [ DOCUMENTATION ]
    * POD cleanup (Sawyer X, Franck Cuny)
2013-08-05 09:53:16 +00:00
wiz
639b2aa2bd Simplify PKGNAME for older make(1)s or other parsers. 2013-08-05 08:40:14 +00:00
wiz
bf1c55fba5 Remove -O from SYNOPSIS. Noted by jmc@OpenBSD. 2013-08-05 07:37:14 +00:00
skrll
5a1a4bc42e Note raspberrypi-userland update. 2013-08-05 07:09:52 +00:00
skrll
422cce891b Update to 20130803. ok jmcneill. 2013-08-05 07:06:22 +00:00
gdt
eea2dcbf88 Updated devel/cvs-fast-export to 0.5 2013-08-05 02:11:46 +00:00
gdt
bbfd7de876 Update to 0.5 (ok apb@).
0.5 @ 2013-05-21
    CVS-NT support. Code is Coverity-clean.
2013-08-05 02:10:07 +00:00
adam
00320aa39c Fix building on Darwin 2013-08-04 19:12:00 +00:00
adam
4a3e38597d Updated graphics/p5-Image-ExifTool to 9.27 2013-08-04 18:29:46 +00:00