Commit graph

215621 commits

Author SHA1 Message Date
adam
aedc5d4fe3 Changes 1.4.35:
This release contains a lot of bug fixes, many detected by scan.coverity.com (and more to come). The main reason for the release is a fix for an SQL injection (and path traversal) bug triggered by specially crafted (and invalid) Host: headers.
2014-04-22 19:01:52 +00:00
adam
6bfb45bb6c Updated www/py-django to 1.6.3 2014-04-22 18:06:29 +00:00
adam
02732a50b0 Changes 1.6.3:
These releases address an unexpected code-execution issue, a caching issue which can expose CSRF tokens and a MySQL typecasting issue. While these issues present limited risk and may not affect all Django users, we encourage all users to evaluate their own risk and upgrade as soon as possible.
2014-04-22 18:05:22 +00:00
asau
60572ac772 FreeBSD 10 is not FreeBSD 1. 2014-04-22 14:42:35 +00:00
adam
4286489b83 Removed databases/db46 2014-04-22 14:27:32 +00:00
adam
1132311e48 Removed databases/db46 2014-04-22 14:15:40 +00:00
obache
0939b242e5 Detect builtin version if xextproto.pc is available (or assumed as 1.0.1,
same as current fake pc).
2014-04-22 12:21:15 +00:00
obache
7d9306707f set required xineramaproto version, per configure request. 2014-04-22 11:27:35 +00:00
obache
de712a2ac1 bump required xextproto version per configure request. 2014-04-22 11:17:08 +00:00
abs
13aaa05ebd Updated mail/imapsync to 1.584 2014-04-22 08:20:20 +00:00
abs
35b21aa755 Updated mail/imapsync to 1.584
revision 1.584
date: 2014/02/05 00:40:59;  author: gilles;  state: Exp;  lines: +77 -50
Debug. Print separator given by NAMESPACE even when --sep1 oe --sep2 is used.
Debug. Prints prefix given by NAMESPACE even when --prefix1 or --prefix2 is used.
(Preparation for advising not to use --prefix unless suggested)
----------------------------
revision 1.583
date: 2014/02/04 03:04:35;  author: gilles;  state: Exp;  lines: +15 -11
Bug fix. --ssl1 --tls2 was buggy because of default SSL_VERIFY_PEER. "Can not go to tls encryption on [localhost]:Unable to start TLS: Cannot determine peer hostname for verificationerror:00000000:lib(0):func(0):reason(0)"
----------------------------
revision 1.582
date: 2014/01/24 01:43:19;  author: gilles;  state: Exp;  lines: +20 -12
Bugfix. Check if going to tls is ok, exit otherwise with explicit error message.
Thanks to Dennis Schridde for reporting this ugly bug.
----------------------------
revision 1.581
date: 2014/01/15 02:42:06;  author: gilles;  state: Exp;  lines: +41 -15
Added --debugmaxlinelength
Added --minmaxlinelength to select messages with long lines only.
----------------------------
revision 1.580
date: 2013/12/25 02:52:36;  author: gilles;  state: Exp;  lines: +51 -27
Added --skipcrossduplicates to avoid copying messages that are already copied in another folder.
Added --debugcrossduplicates to print which messages (UIDs) are skipped with --skipcrossduplicates (and in what other folders they are).
----------------------------
revision 1.579
date: 2013/12/18 13:53:19;  author: gilles;  state: Exp;  lines: +9 -8
--maxmessagespersecond, value can be float like 3.2
----------------------------
revision 1.578
date: 2013/12/17 02:14:09;  author: gilles;  state: Exp;  lines: +73 -9
Added --maxbytespersecond to limit byte transfer rate.
Added --maxmessagespersecond to limit messages tranfer rate (office365 throttle limitation).
----------------------------
revision 1.577
date: 2013/12/05 05:57:51;  author: gilles;  state: Exp;  lines: +28 -10
Added tests to play with win32 \\?\C:\TEMP syntax and try to solve long path bug.
----------------------------
revision 1.576
date: 2013/11/19 14:37:24;  author: gilles;  state: Exp;  lines: +19 -14
Added --debugmemory option that prints memory consumption after each message is copied.
----------------------------
revision 1.575
date: 2013/11/06 13:55:38;  author: gilles;  state: Exp;  lines: +12 -7
Do not append message if the fetch failed.
----------------------------
revision 1.574
date: 2013/10/28 16:22:04;  author: gilles;  state: Exp;  lines: +16 -8
Added --create_folder_old in case users want the old behavior of create_folder().
----------------------------
revision 1.573
date: 2013/10/28 14:44:10;  author: gilles;  state: Exp;  lines: +48 -7
Bugfix. Applied patch for create_folder() and nested folders. Thanks to Erik Torsner.
----------------------------
revision 1.572
date: 2013/10/27 02:04:01;  author: gilles;  state: Exp;  lines: +13 -8
Bug fix. Final statistics were avoided for newly created folders.
----------------------------
revision 1.571
date: 2013/10/25 14:34:27;  author: gilles;  state: Exp;  lines: +58 -20
Added --folderfirst <string> : Sync this folder first. --folderfirst "Work"
Added --folderlast  <string> : Sync this folder last. --folderlast "[Gmail]/All Mail"
--folderlast  <string> : then this one, etc.
----------------------------
revision 1.570
date: 2013/10/25 12:52:02;  author: gilles;  state: Exp;  lines: +7 -7
--delete2foldersonly Junk example.
----------------------------
revision 1.569
date: 2013/10/16 21:58:17;  author: gilles;  state: Exp;  lines: +125 -39
Fixed bug on Windows with --tmpdir "E:\TEMP". The colon was badly converted to _, ending with "E_\TEMP".
The fix also automatically moves the old cache to the new one if the new does not exist yet.
Fix. Example for --delete2foldersonly "/Junk$/" in help message.
----------------------------
revision 1.568
date: 2013/09/28 02:43:51;  author: gilles;  state: Exp;  lines: +25 -13
Bug fix. On Win32 trailing blanc in cache dir name raized an error. Blanc now move to underscore _.
----------------------------
revision 1.567
date: 2013/09/18 20:38:10;  author: gilles;  state: Exp;  lines: +8 -7
Fixed a warning when RFC822.SIZE is null or undef.
----------------------------
revision 1.566
date: 2013/09/13 13:23:41;  author: gilles;  state: Exp;  lines: +11 -12
Added --authmech EXTERNAL. Not tested yet.
----------------------------
revision 1.565
date: 2013/09/13 01:16:20;  author: gilles;  state: Exp;  lines: +8 -6
Fusemail success.
RackSpace success.
2014-04-22 08:18:46 +00:00
hiramatsu
7ebf01fd04 Updated textproc/p5-Lingua-Identify to 0.56. 2014-04-22 01:02:21 +00:00
hiramatsu
48a942dde7 Update textproc/p5-Lingua-Identify to 0.56.
Changes from previous:
----------------------
0.56  Sat Aug 17 20:22:16 WEST 2013
        - Added Czech (thanks to Roger Thompson)

0.55  Wed Jul 24 21:51:32 WEST 2013
        - Fixed the HI test that included some English text.

0.54  Thu May 30 17:40:24 WEST 2013
        - Added Welsh (Thanks to Kevin Donnelly)

0.53  Sat May 25 15:29:48 WEST 2013
        - Fix stupid failure in perl v5.18.

0.52  Tue Feb 12 21:03:20 WET 2013
        - Added Hindi (Thanks to Prashant Mathur)

0.51  Wed May  2 14:51:06 WEST 2012
        - Added Ukranian and corrected Russian and Bulgarian tranining
          corpora.
2014-04-22 01:01:53 +00:00
schnoebe
fdc5152963 Update print/hplip to 3.14.4 2014-04-22 00:11:52 +00:00
schnoebe
02d231f25f Update to 3.14.4:
HPLIP 3.14.4 - This release has the following changes:
Added Support for the Following New Printers:
- HP Color LaserJet Enterprise M651dn Printer
- HP Color LaserJet Enterprise M651n Printer
- HP Color LaserJet Enterprise M651xh Printer
- HP Color LaserJet Enterprise Multifunction M680dn Printer
- HP Color LaserJet Enterprise Multifunction M680f Printer
- HP Color LaserJet Enterprise Flow Multifunction M680z Printer
- HP Color Laserjet Pro MFP M476dw
- HP Color Laserjet Pro MFP M476nw
- HP Color Laserjet Pro MFP M476dn
- HP Designjet T795 44-in ePrinter
- HP DeskJet 1511 All-in-One Printer
- HP DeskJet 1011 Printer
- HP LaserJet Pro MFP M128fn
- HP LaserJet Pro MFP M128fp
- HP LaserJet Pro MFP M128fw
- HP LaserJet Pro M701a Printer
- HP LaserJet Pro M701n Printer
- HP LaserJet Pro M706n Printer
- HP Officejet Enterprise Color X555dn Printer
- HP Officejet Enterprise Color X555xh Printer
- HP Officejet Enterprise Color X585dn Multifunction Printer
- HP Officejet Enterprise Color X585f Multifunction Printer
- HP Officejet Enterprise Color Flow X585z Multifunction Printer
- HP OfficeJet Pro 8610 e-All-in-One Printer
- HP OfficeJet Pro 8615 e-All-in-One Printer
- HP OfficeJet Pro 8620 e-All-in-One Printer
- HP OfficeJet Pro 8625 e-All-in-One Printer
- HP OfficeJet Pro 8630 e-All-in-One Printer
- HP OfficeJet 4631 e-All-in-One Printer
- HP OfficeJet 4634 e-All-in-One printer
- HP OfficeJet 4636 e-All-in-One Printer

Added support for the following new Distro's:
- Ubuntu 14.04 Beta

Launchpad fixes:
1299955  - hp-logcapture captures personal information
2014-04-22 00:09:30 +00:00
rodent
7c003a3ed7 +py-simplesoap 2014-04-22 00:09:00 +00:00
rodent
9c8dbfc5ee Added net/py-simplesoap version 1.10 2014-04-22 00:08:08 +00:00
rodent
72858108d8 Import py27-simplesoap-1.10 as net/py-simplesoap.
Python Simple SOAP library for client and server webservices interfaces, aimed
to be as small and easy as possible, supporting most common functionality.
Initially it was inspired by PHP Soap Extension (mimicking it functionality,
simplicity and ease of use), with many advanced features added.
2014-04-22 00:07:52 +00:00
wiedi
e54d6698a4 added man pages deserve a PKGREVISION bumb 2014-04-21 22:07:04 +00:00
wiedi
653fb2ef07 Fix build on SunOS and include man pages 2014-04-21 21:58:57 +00:00
abs
228cf0774f Updated pkgtools/pkg_chk to 2.0.7 2014-04-21 21:49:48 +00:00
wiz
7bae466273 Updated finance/gnucash to 2.6.3nb3 2014-04-21 21:40:11 +00:00
wiz
1855b1ad6c Ignore SIGTTOU so that starting gnucash in the background works again.
Bump PKGREVISION.
2014-04-21 21:40:01 +00:00
abs
9aef22779b Updated pkgtools/pkg_chk to 2.0.7
update pkg_chk from 2.0.6 to 2.0.7, based on suggestions from PR 30893
- switch from getopt to getopts. The issue described in PR 30893 ('*' being
  expanded by shell globbing) had already been worked around, but getopts
  is just a nicer interface
- Extend tag parsing to support -D '*' to cause all package lines to be matched
2014-04-21 21:32:26 +00:00
joerg
3a4d9191e0 Fix readline use. 2014-04-21 18:17:35 +00:00
joerg
5623c5969c Fix build against newer readline. 2014-04-21 18:17:05 +00:00
joerg
dd608ef7c2 Fix build due to missing prototypes. 2014-04-21 18:16:41 +00:00
joerg
f3b40ccb33 Fix readline use. 2014-04-21 18:16:13 +00:00
joerg
7d2d4256aa Fix Perl interpreter path. 2014-04-21 18:15:54 +00:00
joerg
fe81b8cf2e Fix build against readline 6.3. 2014-04-21 18:15:32 +00:00
joerg
13cedfe54e Fix egg name. 2014-04-21 18:15:09 +00:00
joerg
8b07fcdce6 Don't use profiling flags by default. 2014-04-21 18:14:53 +00:00
joerg
b0d406d4d5 Unbreak configure steps by not forcing libfl. 2014-04-21 18:14:23 +00:00
joerg
d35c811f98 Fix build against readline 6.3. 2014-04-21 18:13:57 +00:00
joerg
adc0628052 Fix egg name. 2014-04-21 18:13:09 +00:00
wiz
0792f6e683 Updated print/mupdf to 1.4 2014-04-21 16:14:50 +00:00
wiz
b804fe57bd Update to 1.4, provided by Leonardo Taccari in PR 48759.
List of changes on master since MuPDF 1.3

* Headline changes:
	* CMYK rendering (mudraw PWG and PAM formats)
	* TIFF viewer (with multi-page support).
	* Added MuJS Javascript interpreter.
		* MuJS is the default, V8 and JavaScriptCore are compile time options.
		* Javascript support has to be explicitly enabled with pdf_enable_js.
		* All viewers now have JavaScript enabled in the default builds.
* Viewers:
	* X11: Horizontal scroll wheel support.
	* X11: Status bar display with warnings.
	* Android: Digital signatures.
	* iOS: Links, form filling, annotation editing, and javascript.
	* iOS: Reflow mode.
	* WinRT: Printing.
	* WinRT: Improved zooming behaviour.
* Tools:
	* mudraw: Banded rendering with -B /band-height/.
	* mudraw: Select output format with -F /format/.
	* mudraw: Write to stdout if you use '-' as the output file name.
	* mudraw: Add TGA output format.
	* mudraw: Improved SVG output.
	* mutool show: Write output to file instead of stdout with -o /filename/.
	* mutool clean: Clean content streams with -s option.
* Annotations:
	* Improved font handling.
	* Form fields.
	* Free text.
	* Sticky notes.
* Optimizations:
	* glyph cache: Partial eviction.
	* glyph cache: Run-length compressed glyphs.
	* Smarter handling of subpixel metrics in text rendering.
	* Optimized blitting functions.
	* Optimized gradient mesh drawing.
* API changes and additions:
	* fz_stream API reworked: replace "read" function with "next".
	* "Rebind" functions to associate context bound objects with another context:
		fz_output, fz_stream, fz_device and fz_document.
	* Introduce "document handlers" to detect and open different file types.
		* Must now call fz_register_document_handlers() to register the defaults.
		* May register your own handlers as well to work with fz_open_document.
	* Hook to load system fonts: fz_install_load_system_font_funcs.
	* PDF xref cache flushing functions (mark/clear/clear-to-mark).
	* Add our own "printf" set of functions to format strings and write to fz_output:
		* Format %f as short as possible while preserving precision.
		* Has %C for formatting a unicode character as UTF-8.
		* Has %M to format fz_matrix.
		* Has %R to format fz_rect.
		* Has %q and %( to format strings with escaped characters.
	* PDF process interface: allow PDF interpreter to do more than just draw!
		* Content stream state cleaning filter.
		* Content stream rewriting filter.
	* PDF digital signatures.
	* Stroke states may now be stored on the stack.
	* Improved fz_path internals.
	* Gradient mesh drawing interface has been improved.
	* Save files with incremental updates.
2014-04-21 16:14:40 +00:00
wiz
c626553244 Updated misc/xdg-utils to 1.1.0rc1nb1 2014-04-21 15:35:36 +00:00
wiz
668003faf0 Use GNU sed and bash to make these tools work a bit better.
This at least fixes xdg-screensaver.
Bump PKGREVISION.
2014-04-21 15:35:27 +00:00
wiz
a21b92e0af Updated devel/py-hgview to 1.8.0nb1 2014-04-21 13:37:51 +00:00
wiz
ba4d9c521f Depend on py-mercurial. Bump PKGREVISION. 2014-04-21 13:37:41 +00:00
wiz
ee78789f21 Updated devel/mercurial to 2.9.2nb1 2014-04-21 13:36:29 +00:00
wiz
dec22c0ae9 Added devel/py-mercurial version 2.9.2 2014-04-21 13:36:19 +00:00
wiz
88e9d9331b + py-mercurial. 2014-04-21 13:36:06 +00:00
wiz
3d04a400ca Make this a mete package, pulling in py-mercurial.
Bump PKGREVISION so its newer than the previous mercurial package.
2014-04-21 13:35:44 +00:00
wiz
c77ded9020 Import py27-mercurial-2.9.2 as devel/py-mercurial.
Mercurial is a free, distributed source control management tool.
It efficiently handles projects of any size and offers an easy and
intuitive interface.

Mercurial efficiently handles projects of any size and kind.  Every
clone contains the whole project history, so most actions are local,
fast and convenient. Mercurial supports a multitude of workflows
and you can easily enhance its functionality with extensions.

It is easy to learn: You can follow our simple guide to learn how
to revision your documents with Mercurial, or just use the quick
start to get going instantly. A short overview of Mercurial's
decentralized model is also available.

And it just works: Mercurial strives to deliver on each of its
promises. Most tasks simply work on the first try and without
requiring arcane knowledge.
2014-04-21 13:34:44 +00:00
wiz
140d239e83 recursive bump for boehm-gc API bump 2014-04-21 13:25:53 +00:00
wiz
b04a8c0ed6 Add libatomic_ops bl3.mk, and bump API depends since only the latest
boehm-gc version depends on it, and older ones will fail because
libatomic_ops is not installed.
2014-04-21 13:25:41 +00:00
wiz
bfdc1481a8 Updated audio/cmus to 2.5.0nb6 2014-04-21 09:49:58 +00:00
wiz
3d510611d5 Add comments to patches. Re-enable modplug (hi joerg) per default.
Bump PKGREVISION.
2014-04-21 09:49:49 +00:00