Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
URL parser: IPv6 zone identifiers are now supported
CURLOPT_PROXYHEADER: set headers for proxy-only
CURLOPT_HEADEROPT: added
curl: add --proxy-header
sasl: Added support for DIGEST-MD5 via Windows SSPI
sasl: Added DIGEST-MD5 qop-option validation in native challange handling
imap: Expanded mailbox SEARCH support to use URL query strings
imap: Extended FETCH support to include PARTIAL URL specifier
nss: implement non-blocking SSL handshake
build: Reworked Visual Studio project files
poll: enable poll on darwin13
mk-ca-bundle: added -p
libtests: add a wait_ms() function
|
|
|
|
|
|
- This is a maintenance release backporting some fixes from the pending 3.0.0 release.
- Octave 3.8 support added.
- C++11 support for new versions of erase/insert in the STL containers.
- Compilation fixes on some systems for the generated Lua, PHP, Python and R wrappers.
|
|
|
|
/usr/pkg/share/gnucash/python/pycons/console.py imports it.
Bump PKGREVISION.
|
|
It causes segfaults in gnucash reports as of gnucash-2.6.
Bump PKGREVISION.
|
|
|
|
Changes from previous:
----------------------
0.08 2013-09-25 02:21:17Z (Karen Etheridge)
- re-release with fixed compile test
0.07 2013-09-12 05:13:09Z (Karen Etheridge)
- fixed test error from last release when Directory::Scratch is not
installed
0.06 2013-09-12 00:22:49Z (Karen Etheridge)
- fixed enum declaration, as per deprecations in Moose-2.1100
- converted to Dist::Zilla
|
|
|
|
|
|
It was noted by Ken'ichi Fukamachi via PR pkg/48825.
Bump PKGREVISION.
|
|
|
|
Upstream changes:
0.67: # 2013-11-20T08:40:52+0100
- Support fish shell. Thanks to @yenzie++
- `info` command now takes an optional module name and show information for it. Thanks to @trcjr++
- doc/bug fixes from @mmcclimon++, @mperry2++, and markstos++
0.66: # 2013-08-03T00:22:29+0200
- fix a bug the made download failed with curl program.
0.65: # 2013-08-01T07:19:03+0200
- exec command: error hadndling improvements. Thanks to @vsespb.
- install command: add "--clang" option. Thanks to @salva
- various bug fixes. thanks to @ironcamel and @gottreu
|
|
|
|
Upstream changes:
1.7004 2014-04-27 18:22:11 CEST
[Bug Fixes]
- Downgrade Parse::CPAN::Meta as well #373
1.7003 2014-04-27 17:11:14 CEST
[Bug Fixes]
- Downgrade CPAN::Meta (moznion) #372
1.7002 2014-04-27 07:45:53 CEST
[Bug Fixes]
- Bump fatpacked local::lib #364
- Fix a bug where build.log files are not properly renamed on the first run on Win32 (haarg) #368
|
|
|
|
Upstream changes:
Moodle 2.5.6 release notes
Release date: 12 May, 2014
Here is the full list of fixed issues in 2.5.6.
Functional changes
MDL-43985 - Checkbox added to control sending of feedback when grading Assignment (backport of MDL-33600)
Security issues
MSA-14-0014 Cross-site request forgery possible in Assignment
MSA-14-0015 Web service token expiry issue for MoodleMobile
MSA-14-0016 Anonymous student identity revealed in Assignment
MSA-14-0017 File access issue in HTML block
MSA-14-0019 Reflected XSS in URL downloader repository
Fixes and improvements
MDL-45119 - When student opens assignment feedback PDF no error messages are shown
MDL-41551 - Block drag-drop fixed for Clean theme on My Home page
MDL-44936 - CSS chunking is now more reliable on IE
MDL-45154 - Warnings and errors in user profile page fixed
MDL-43721 - Poor performance on Assignment grading page fixed
|
|
|
|
This release fixes generation of the ccmakedep, mergelib and xmkmf
scripts when using GNU cpp >= 4.8.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is the modular Xorg application meta-package for installing the
various utilities for maintaining modular Xorg libraries.
|
|
|
|
|
|
packaged for wip by pho.
This package provides a basic random number generation library,
including the ability to split random number generators.
|
|
|
|
packaged for wip by pho.
This package contains the generics system described in the Scrap Your
Boilerplate papers (see
http://www.cs.uu.nl/wiki/GenericProgramming/SYB). It defines the Data
class of types permitting folding and unfolding of constructor
applications, instances of this class for primitive types, and a
variety of traversals.
|
|
|
|
The gccmakedep program calls 'gcc -M' to output makefile rules
describing the dependencies of each sourcefile, so that make (1)
knows which object files must be recompiled when a dependency has
changed.
|
|
|
|
packaged for wip by pho.
network: Networking-related facilities
|
|
|
|
|
|
packaged for wip by esg.
A Haskell binding to the X11 graphics library.
The binding is a direct translation of the C binding; for
documentation of these calls, refer to "The Xlib Programming
Manual", available online at <http://tronche.com/gui/x/xlib/>.
|
|
|
|
|
|
* Install the libffi libtool archive. Whilst it is unused, it allows
us to automatically determine the shared library suffix.
* Switch the i386 SunOS bootstrap to .xz.
* Use PKG_CC to build lndir to help environments where the compiler is
not in $PATH.
* Apply patch from Alain O'Dea to fix issues with files residing on
read-only file systems.
* Support shared libraries on 64-bit SunOS.
* Fix typo in patches/patch-rts_Linker.c.
Fixes build on SunOS. Bump PKGREVISION.
|
|
|
|
Version 3.2.10 (2014-05-21)
---------------------------
### Fixed
Correctly urlencode folder names in the file manager (see #6925).
### Update
Update MooTools to version 1.5.0 (see #6924).
### Fixed
Allow for up to 13 characters in `Validator::isEmail()` (see #6950).
### Fixed
Only fall back to the default option if there is no POST data (see #6899).
### Fixed
Do not override the event start time in `Events::addEvent()` (see #6701).
### Fixed
Correctly detect binary fields during theme import (see #6852).
### Fixed
Do not urldecode twice in `DC_Folder` (see #6840).
### Fixed
Standardize the fallback behavior of the downloads/gallery element (see #6662).
### Fixed
Correctly hide duplicated elements in the module wizard (see #6826).
### Fixed
Fix the mediabox "imgBackground" option (see #6866).
### Fixed
Strip double quotes in the options wizard (see #6919).
### Fixed
Strip the insert tag flags before passing the tag name to the hooks (see #6860).
### Fixed
Catch Swift exceptions when sending form data via e-mail (see #6941).
### Update
Update the back end date picker to version 2.2.0.
### Update
Update ACE to version 1.1.3.
### Fixed
Check for reserved article aliases before validating the alias name (see #6978).
### Fixed
Store the UUID of uploaded files in the session (see #6986).
### Fixed
Only assume a moved file or folder for new resources (see #6907).
### Fixed
Correctly strip the file extension in the `File` class (see #6968).
### Fixed
Remove the menu when `Swipe.kill()` is executed (see #6861).
### Fixed
Consider the protocol when embedding YouTube videos (see #6900).
|
|
|
|
Bump PKGREVISION.
|
|
|
|
Sanity check # of colors and map entries (CVE-2013-1978)
From
https://git.gnome.org/browse/gimp/patch/?id=32ae0f83e5748299641cceaabe3f80f1b3afd03e
and
https://git.gnome.org/browse/gimp/patch/?id=23f685931e5f000dd033a45c60c1e60d7f78caf4
Bump PKGREVISION to 2.
|