summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-11-28Document REPLACE_*SH. Requested by Tim Larson.wiz1-1/+13
2012-11-28regenwiz2-25/+49
2012-11-28Updated sysutils/fabric to 1.5.1gls1-1/+2
2012-11-28Update sysutils/fabric to 1.5.1.gls3-8/+12
pkgsrc changes: --------------- Switch back to security/py-paramiko, now that security/py-ssh has been merged back into paramiko. upstream changes: ----------------- 2012-11-15: released Fabric 1.5.1 [Bug] #776: Fixed serious-but-non-obvious bug in direct-tcpip driven gatewaying (e.g. that triggered by -g or env.gateway.) Should work correctly now. [Bug] #771: Sphinx autodoc helper unwrap_tasks didn't play nice with @task(name=xxx) in some situations. This has been fixed. 2012-11-06: released Fabric 1.5.0 2012-11-06: released Fabric 1.4.4 [Feature] #38: (also #698) Implement both SSH-level and ProxyCommand-based gatewaying for SSH traffic. (This is distinct from tunneling non-SSH traffic over the SSH connection, which is #78 and not implemented yet.) Thanks in no particular order to Erwin Bolwidt, Oskari Saarenmaa, Steven Noonan, Vladimir Lazarenko, Lincoln de Sousa, Valentino Volonghi, Olle Lundberg and Github user @acrish for providing the original patches to both Fabric and Paramiko. [Feature] #684: (also #569) Update how task wraps task functions to preserve additional metadata; this allows decorated functions to play nice with Sphinx autodoc. Thanks to Jaka Hudoklin for catch & patch. [Support] #103: (via #748) Long standing Sphinx autodoc issue requiring error-prone duplication of function signatures in our API docs has been fixed. Thanks to Alex Morega for the patch. [Bug] #767: Fix (and add test for) regression re: having linewise output automatically activate when parallelism is in effect. Thanks to Alexander Fortin and Dustin McQuay for the bug reports. [Bug] #736: Ensure context managers that build env vars play nice with contextlib.nested by deferring env var reference to entry time, not call time. Thanks to Matthew Tretter for catch & patch. [Feature] #763: Add --initial-password-prompt to allow prefilling the password cache at the start of a run. Great for sudo-powered parallel runs. [Feature] #665: (and #629) Update upload_template to have a more useful return value, namely that of its internal put call. Thanks to Miquel Torres for the catch & Rodrigue Alcazar for the patch. [Feature] #578: Add name argument to task (docs) to allow overriding of the default "function name is task name" behavior. Thanks to Daniel Simmons for catch & patch. [Feature] #761: Allow advanced users to parameterize fabric.main.main() to force loading of specific fabfiles. [Bug] #749: Gracefully work around calls to fabric.version on systems lacking /bin/sh (which causes an OSError in subprocess.Popen calls.) [Feature] #723: Add the group= argument to sudo. Thanks to Antti Kaihola for the pull request. [Feature] #725: Updated local to allow override of which local shell is used. Thanks to Mustafa Khattab. [Bug] #704: Fix up a bunch of Python 2.x style print statements to be forwards compatible. Thanks to Francesco Del Degan for the patch. [Feature] #491: (also [Feature] #385:) IPv6 host string support. Thanks to Max Arnold for the patch. [Feature] #699: Allow name attribute on file-like objects for get/put. Thanks to Peter Lyons for the pull request. [Bug] #711: get would fail when filenames had % in their path. Thanks to John Begeman [Bug] #702: require failed to test for "empty" values in the env keys it checks (e.g. require('a-key-whose-value-is-an-empty-list') would register a successful result instead of alerting that the value was in fact empty. This has been fixed, thanks to Rich Schumacher. [Bug] #718: isinstance(foo, Bar) is used in main instead of type(foo) == Bar in order to fix some edge cases. Thanks to Mikhail Korobov. [Bug] #693: Fixed edge case where abort driven failures within parallel tasks could result in a top level exception (a KeyError) regarding error handling. Thanks to Marcin Ku#mi#ski for the report. [Support] #681: Fixed outdated docstring for runs_once which claimed it would get run multiple times in parallel mode. That behavior was fixed in an earlier release but the docs were not updated. Thanks to Jan Brauer for the catch.
2012-11-28Updated multimedia/x264-devel to 20121127adam1-1/+2
2012-11-28Updated to snapshot 20121127adam4-18/+18
2012-11-28Add gstreamer-1.0.3ryoon1-2/+2
2012-11-28Added multimedia/ffmpeg010 version 20120609.0.10.4ryoon1-1/+2
2012-11-28Add ffmpeg010ryoon1-1/+2
2012-11-28Import ffmpeg010-20120609.0.10.4 as multimedia/ffmpeg010.ryoon12-0/+586
Re-import ffmpeg 0.10 branch. Upcomming gstreamer1-1.0.3 will use this. This package can co-exist with ffmpeg 1.0.
2012-11-28+ abcm2ps-7.3.0, abcmidi-20121123, cfengine-3.3.8 [pkg/47249],wiz1-25/+36
curl-7.28.1, dpkg-1.16.9 [pkg/47234], ed-1.7, eina-1.7.1 [pkg/47230], ekiga-4.0.0, gcc47-4.7.2 [pkg/47252], global-6.2.5, imp-6.0.2, kde4-4.10, kpcli-1.6, kronolith-4.0.2, libssh-0.5.3 [www.libssh.org], libtasn1-3.1, libvisio-0.0.21, milter-manager-1.8.4, multitail-5.2.10, opera-12.11, parallel-20121122, puzzles-9712, py-cython-0.17.2, py-distribute-0.6.31, py-virtualenv-1.8.3, qemu-1.2.1, skype-4.1, turba-4.0.1, vice-2.4 [pkg/47223], wine-devel-1.5.18 [wait until NetBSD gains OSS 4 or bring OSS 3 support back], worker-2.19.6, x264-devel-20121124, xf86-video-intel-2.20.14, xscope-1.4, xterm-287.
2012-11-28Updated shells/rssh to 2.3.4wiz1-1/+2
2012-11-28Update to 2.3.4; add comment to modified patch:wiz3-14/+18
2.3.4 - Fixed several problems with argument validation - Added -Wall and cleaned up compiler output - Installing rssh.conf as rssh.conf.default
2012-11-28a CVE# was assigneddrochner2-3/+4
2012-11-28+check-0.9.9riz1-1/+2
2012-11-27Updated security/py-paramiko to 1.9.0gls1-1/+2
2012-11-27Update security/py-paramiko to 1.9.0.gls4-9/+12
Fix a tyop in DESCR. Upstream changes: ----------------- v1.9.0 (6th Nov 2012) --------------------- * #97 (with a little #93): Improve config parsing of `ProxyCommand` directives and provide a wrapper class to allow subprocess-driven proxy commands to be used as `sock=` arguments for `SSHClient.connect`. * #77: Allow `SSHClient.connect()` to take an explicit `sock` parameter overriding creation of an internal, implicit socket object. * Thanks in no particular order to Erwin Bolwidt, Oskari Saarenmaa, Steven Noonan, Vladimir Lazarenko, Lincoln de Sousa, Valentino Volonghi, Olle Lundberg, and Github user `@acrish` for the various and sundry patches leading to the above changes. v1.8.1 (6th Nov 2012) --------------------- * #90: Ensure that callbacks handed to `SFTPClient.get()` always fire at least once, even for zero-length files downloaded. Thanks to Github user `@enB` for the catch. * #85: Paramiko's test suite overrides `unittest.TestCase.assertTrue/assertFalse` to provide these modern assertions to Python 2.2/2.3, which lacked them. However on newer Pythons such as 2.7, this now causes deprecation warnings. The overrides have been patched to only execute when necessary. Thanks to `@Arfrever` for catch & patch. v1.8.0 (3rd Oct 2012) --------------------- * #17 ('ssh' 28): Fix spurious `NoneType has no attribute 'error'` and similar exceptions that crop up on interpreter exit. * 'ssh' 32: Raise a more useful error explaining which `known_hosts` key line was problematic, when encountering `binascii` issues decoding known host keys. Thanks to `@thomasvs` for catch & patch. * 'ssh' 33: Bring `ssh_config` parsing more in line with OpenSSH spec, re: order of setting overrides by `Host` specifiers. Specifically, the overrides now go by file order instead of automatically sorting by `Host` value length. In addition, the first value found per config key (e.g. `Port`, `User` etc) wins, instead of the last. Thanks to Jan Brauer for the contribution. * 'ssh' 36: Support new server two-factor authentication option (`RequiredAuthentications2`), at least re: combining key-based & password auth. Thanks to Github user `bninja`. * 'ssh' 11: When raising an exception for hosts not listed in `known_hosts` (when `RejectPolicy` is in effect) the exception message was confusing/vague. This has been improved somewhat. Thanks to Cal Leeming for highlighting the issue. * 'ssh' 40: Fixed up & expanded EINTR signal handling. Thanks to Douglas Turk. * 'ssh' 15: Implemented parameter substitution in SSHConfig, matching the implementation of `ssh_config(5)`. Thanks to Olle Lundberg for the patch. * 'ssh' 24: Switch some internal type checking to use `isinstance` to help prevent problems with client libraries using subclasses of builtin types. Thanks to Alex Morega for the patch. * Fabric #562: Agent forwarding would error out (with `Authentication response too long`) or freeze, when more than one remote connection to the local agent was active at the same time. This has been fixed. Thanks to Steven McDonald for assisting in troubleshooting/patching, and to GitHub user `@lynxis` for providing the final version of the patch. * 'ssh' 5: Moved a `fcntl` import closer to where it's used to help avoid `ImportError` problems on Windows platforms. Thanks to Jason Coombs for the catch + suggested fix. * 'ssh' 4: Updated implementation of WinPageant integration to work on 64-bit Windows. Thanks again to Jason Coombs for the patch. * Added an IO loop sleep() call to avoid needless CPU usage when agent forwarding is in use. * Handful of internal tweaks to version number storage. * Updated `setup.py` with `==dev` install URL for `pip` users. * Updated `setup.py` to account for packaging problems in PyCrypto 2.4.0 * Added an extra `atfork()` call to help prevent spurious RNG errors when running under high parallel (multiprocess) load. * Merge PR #28: https://github.com/paramiko/paramiko/pull/28 which adds a ssh-keygen like demo module. (Sofian Brabez) v1.7.7.2 16may12 ---------------- * Merge pull request #63: https://github.com/paramiko/paramiko/pull/63 which fixes exceptions that occur when re-keying over fast connections. (Dwayne Litzenberger)
2012-11-27Note update of the "mediatomb" package to version 0.12.1nb11.tron1-1/+2
2012-11-27Add a patch from Debian bug report #677959 to fix build with recenttron3-11/+55
versions of the "ffmpeg" package. Also bump the package revision because old binary packages are not compatible with new versions of "ffmpeg" because the major version of "libavformat" was bumped.
2012-11-27Updated textproc/libxslt to 1.1.28adam1-1/+2
2012-11-27Changes 1.1.28:adam3-25/+22
Portability: * Fix python build by using libxsltmod_la_CPPFLAGS instead of AM_CPPFLAGS, * configure should be more careful with linker script, * add gcrypt library in LIBADD, not LDFLAGS, as recommended Bug fixes: * Fix generate-id() to avoid generating the same ID, * Fix crash with empty xsl:key/@match attribute, * Crash when passing an uninitialized variable to document(), * Add missing test docs to EXTRA_DIST, * Fix regression: Default namespace not correctly used Cleanups: * Remove xsltTransStorageAdd and xsltTransStorageRemove from symbols.xml, * autogen.sh cleanup, * consistent use of xslt processor, * Add object files in tests/plugins to .gitignore, * Fix error on bug-165 regression test, * Remove xsltTransStorageAdd and xsltTransStorageRemove
2012-11-27Updated www/php-owncloud to 4.5.3ryoon1-1/+2
2012-11-27Update to 4.5.3ryoon4-124/+2070
* Change to 4.5 branch Changelog: Version 4.5.3 Nov 27th 2012 Fix the new from url button Fix a memory overflow with downloading of big files via WebDAV Better error output in case of DB problems Fix problems with uploading files who have special characters in the name Improved reverse proxy and load balancer support Fix wrong folder size calculation Improved share link generation Fix the syncing of the Shared folder Fix Sharing by link from within Shared folder Several LDAP integration fixes Fix support for PostgreSQL Several WebDAV fixes Fix drag and drop uploading Improved translations Several Gallery fixes Several Contacts fixes Smaller fixes Version 4.5.2 Nov 14th 2012 Fix syncing of shared folder Various sharing bugs fixed Fix bug with deleting users Fix check if resharing is allowed Fix webdavauth app Several ldap fixes Fix data migration Fix folder uploads Fix generatino of etags Fix user specific mount configuration Several PostgreSQL fixes Improved performance of file updates Fix some php warnings Fix filesize calculation Add visual feedback if password is set Various smaller fixes Several critical security fixes XSS vulnerability in user_webdavauth (oC-SA-2012-003) Code Execution in /lib/migrate.php (oC-SA-2012-004) Code Execution in /lib/filesystem.php (oC-SA-2012-005)
2012-11-27Updated devel/nspr to 4.9.4ryoon1-1/+2
2012-11-27Update to 4.9.4ryoon3-18/+11
No ChangeLog is provided.
2012-11-27Add jdbc-postgresql92ryoon1-1/+2
2012-11-27Add py-netifacesryoon1-1/+2
2012-11-27pull in upstream rev.475 to fix format string problem in the "proxy"drochner3-3/+23
debug tool, bump PKGREV
2012-11-27note CVE #drochner2-3/+5
2012-11-26tor updatedrochner1-1/+2
2012-11-26update to 0.2.3.25drochner3-16/+16
from the announcement: Tor 0.2.3.25, the first stable release in the 0.2.3 branch, features significantly reduced directory overhead (via microdescriptors), enormous crypto performance improvements for fast relays on new enough hardware, a new v3 TLS handshake protocol that can better resist fingerprinting, support for protocol obfuscation plugins (aka pluggable transports), better scalability for hidden services, IPv6 support for bridges, performance improvements like allowing clients to skip the first round-trip on the circuit ("optimistic data") and refilling token buckets more often, a new "stream isolation" design to isolate different applications on different circuits, and many stability, security, and privacy fixes.
2012-11-26Updated math/fftw to 3.3.3adam1-1/+2
2012-11-26Changes 3.3.3:adam2-7/+6
* Fix deadlock bug in MPI transforms (thanks to Michael Pippig for the bug report and patch, and to Graham Dennis for the bug report). * Use 128-bit ARM NEON instructions instead of 64-bits. This change appears to speed up even ARM processors with a 64-bit NEON pipe. * Speed improvements for single-precision AVX. * Speed up planner on machines without "official" cycle counters, such as ARM.
2012-11-26Note update of emacs24 to 24.2nb4 (for openpty() and new *at functions)martin1-1/+2
2012-11-26Use openpty() from libutil on *BSD (patch from Peter Bex).martin6-7/+70
Declare proper POSIX version for fcntl.h *at functions.
2012-11-26Updated lang/sun-jre6 to 6.0.37ryoon1-1/+3
Updated lang/sun-jdk6 to 6.0.37
2012-11-26Update to 6.0.37ryoon5-35/+26
Changelog: Java(TM) SE Development Kit 6, Update 37 (JDK 6u37) The full version string for this update release is 1.6.0_37-b06 (where "b" means "build") and the version number is 6u37. Olson Data 2012c JDK 6u37 contains Olson time zone data version 2012c. For more information, refer to Timezone Data Versions in the JRE Software. Security Baselines The security baselines for the Java Runtime Environment (JRE) at the time of the release of JDK 6u37 are specified in the following table: JRE Family Version JRE Security Baseline(Full Version String) 6 1.6.0_37 5.0 1.5.0_38 1.4.2 1.4.2_40 For more information about security baselines, see Deploying Java Applets With Family JRE Versions in Java Plug-in for Internet Explorer. Blacklist Entries This update release includes the following new entries to the Blacklist: Cisco AnyConnect Secure Mobility Client Note: For more information, see Blacklist Jar Feature documentation. Bug Fixes This release contains fixes for security vulnerabilities. For more information, see Oracle Java SE Critical Patch Update Advisory. The following table lists some of the notable bug fixes included in this release: Bug ID Category Sub_Category Description 7183263 java_deployment security Regression: crossdomain.xml with dtd does not work 7195301 java classese_security XML Signature DOM implementation should not use instanceof to determine type of Node
2012-11-26Updated www/aipo to 7.0.2ryoon1-1/+2
2012-11-26Update to 7.0.2ryoon4-21/+891
* Add dependency to databases/jdbc-postgresql92 * Update MESSAGE Changelog: * Fix schedule display issue * Fix Shift_JIS character code issue in shared folder download * Improve timecard display functionality * Fix import issue of user infomation * Improve workflow display * Add instant login functionality for cell phone
2012-11-26Added databases/jdbc-postgresql92 version 1002ryoon1-1/+2
2012-11-26Import jdbc-postgresql92-1002 as databases/jdbc-postgresql92.ryoon4-0/+53
This is a pure Java (Type IV) JDBC driver for the PostgreSQL database. It allows Java programs to connect to a PostgreSQL database using standard, database independent Java code. The driver provides a reasonably complete implementation of the JDBC 4 specification in addition to some PostgreSQL specific extensions.
2012-11-26Update www/nginx to 1.2.5.fhajny2-6/+6
Changes with nginx 1.2.5 13 Nov 2012 *) Feature: the "optional_no_ca" parameter of the "ssl_verify_client" directive. Thanks to Mike Kazantsev and Eric O'Connor. *) Feature: the $bytes_sent, $connection, and $connection_requests variables can now be used not only in the "log_format" directive. Thanks to Benjamin Grossing. *) Feature: resolver now randomly rotates addresses returned from cache. Thanks to Anton Jouline. *) Feature: the "auto" parameter of the "worker_processes" directive. *) Bugfix: "cache file ... has md5 collision" alert. *) Bugfix: OpenSSL 0.9.7 compatibility. Changes with nginx 1.2.4 25 Sep 2012 *) Bugfix: in the "limit_req" directive; the bug had appeared in 1.1.14. Thanks to Charles Chen. *) Bugfix: nginx could not be built by gcc 4.7 with -O2 optimization if the --with-ipv6 option was used. *) Bugfix: a segmentation fault might occur in a worker process if the "map" directive was used with variables as values. *) Bugfix: a segmentation fault might occur in a worker process if the "geo" directive was used with the "ranges" parameter but without the "default" parameter; the bug had appeared in 0.8.43. Thanks to Zhen Chen and Weibin Yao. *) Bugfix: in the -p command-line parameter handling. *) Bugfix: in the mail proxy server. *) Bugfix: of minor potential bugs. Thanks to Coverity. *) Bugfix: nginx/Windows could not be built with Visual Studio 2005 Express. Thanks to HAYASHI Kentaro.
2012-11-26Updated devel/jenkins to 1.480.1ryoon1-1/+2
2012-11-26Update to 1.480.1ryoon3-26/+29
Changelog: What's new in 1.480.1 (2012/11/17) FilePath.validateAntFileMask too slow for /configure (issue 7214) java.io.InvalidClassException (issue 14667) Log recorders do not work reliably (issue 15226) Invalid JSON is produced during remote api operations when a changeSet contains duplicate keys. (issue 13336) Memory exhaustion parsing large test stdio from Surefire (issue 15382) Fixed security vulnerabilities. (SECURITY-43,SECURITY-44,SECURITY-45)
2012-11-26Updated misc/calibre to 0.9.7ryoon2-3/+3
2012-11-26Update to 0.9.7ryoon4-28/+141
* Add dependency to net/py-netifaces Changelog: Release: 0.9.7 [23 Nov, 2012] New Features Edit metadata dialog: Show the size of the current book cover in the edit metadata dialog. Closes tickets: 1079781 Get Books: Allow easy searching by title and author in addition to any keyword, to prevent large numbers of spurious matches. An option to automatically convert any added book to the current output format, found under Preferences->Adding books E-book viewer: Allow viewing tables in a separate popup window by right clicking on the table and selecting 'View table'. Useful for reference books that have lots of large tables. Closes tickets: 1080710 Catalogs: Add the current library name as an available field when generating catalogs in csv/xml format. Closes tickets: 1078422 Enable colored text in the output from the command line tools on windows E-book viewer: Add an option to hide the help message when entering full screen mode E-book viewer: Add an option to always start the viewer in full screen mode E-book viewer: Add many more controls to the context menu, particularly useful in full screen mode E-book viewer: Allow easy searching of the selected word or phrase in google via the context menu Add a new type of FileType plugin, postimport, that runs after a book has been added to the database. Get Books: Remove Gandalf store, add Publio store. Update the Legimi store plugin for website changes Bug Fixes Conversion: Correctly handle values of left and right for the deprecated align attribute of images, mapping them to the CSS float property instead of to text-align. Closes tickets: 1081094 MOBI Output: When generating joint MOBI6/KF8 files do not set incorrect display CSS values for tables in the KF8 part Connect to iTunes: Ignore AAC audio files. Closes tickets: 1081096 E-book viewer: Fix restoring from fullscreen not respecting maximized window state Fix rows in the device books view sometimes being too high Catalogs: Fixed a problem occurring when merging comments with a custom field whose type is a list. Linux binary: Use exec in the wrapper shell scripts that are used to set env vars and launch calibre utilities. Closes tickets: 1077884 E-book viewer: Fix blank pages after every page when viewing some comic files in paged mode E-book viewer: When printing, respect the specified page range. Closes tickets: 1074220 Font subsetting: Parse the GSUB table for glyph substitution rules and do not remove any glyphs that could act as substitutes. Keep zero length glyphs like the glyphs for non printable characters when subsetting TrueType outlines. Smarten punctuation: Fix self closing script tags causing smarten punctuation to fail New news sources Various Czech and Hungarian news sources by bubak Various Polish recipes by Artur Stachecki Buchreport by a.peter Red Voltaire by atordo Autosport by Mr Stefan House News by Eddie Lau Improved news sources Arguments and facts Business Standard The New Yorker Release: 0.9.6 [10 Nov, 2012] New Features Experimental support for subsetting fonts Subsetting a font means reducing the font to contain only the glyphs for the text actually present in the book. This can easily halve the size of the font. calibre can now do this for all embedded fonts during a conversion. Turn it on via the 'Subset all embedded fonts' option under the Look & Feel section of the conversion dialog. calibre can subset both TrueType and OpenType fonts. Note that this code is very new and likely has bugs, so please check the output if you turn on subsetting. The conversion log will have info about the subsetting operations. EPUB Input: Try to workaround EPUBs that have missing or damaged ZIP central directories. calibre should now be able to read/convert such an EPUB file, provided it does not suffer from further corruption. Allow using identifiers in save to disk templates. Closes tickets: 1074623 calibredb: Add an option to not notify the GUI Catalogs: Fix long tags causing catalog generation to fail on windows. Add the ability to cross-reference authors, i.e. to relist the authors for a book with multiple authors separately. Closes tickets: 1074931 Edit metadata dialog: Add a clear tags button to remove all tags with a single click Add search to the font family chooser dialog Bug Fixes Windows: Fix a long standing bug in the device eject code that for some reason only manifested in 0.9.5. Closes tickets: 1075782 Get Books: Fix Amazon stores, Google Books store and libri.de Kobo driver: More fixes for on device book matching, and list books as being on device even if the Kobo has not yet indexed them. Also some performance improvements. Closes tickets: 1069617 EPUB Output: Remove duplicate id and name attributes to eliminate pointless noise from the various epub check utilities Ask for confirmation before removing plugins Fix bulk convert queueing dialog becoming very long if any of the books have a very long title. Closes tickets: 1076191 Fix deleting custom column tags like data from the Tag browser not updating the last modified timestamp for affected books Closes tickets: 1075476 When updating a previously broken plugin, do not show an error message because the previous version of the plugin cannot be loaded Fix regression that broke the Template Editor New news sources Various Polish news sources by Artur Stachecki Improved news sources Various updated Polish recipes London Review of Books Yemen Times Release: 0.9.5 [02 Nov, 2012] New Features Font embedding: Add support for the CSS 3 Fonts module, which means you can embed font families that have more that the usual four faces, with the full set of font-stretch and font-weight variations. Of course, whether the fonts actually show up on a reader will depend on the readers' support for CSS 3. Sharing by email: Allow specifying an 'alias' or friendly name by which to identify each email recipient. Closes tickets: 1069076 Embedding fonts: Allow adding ttf/otf font files to calibre directly to be used for embedding. That way the fonts do not have to be installed system wide. You can add a font to calibre via the 'Add fonts' button in the font chooser dialog for embedding fonts. E-book viewer: Add the ability to rotate images to the popup image viewer. Closes tickets: 1073513 Generate cover: Speedup searching the system for a font that can render special characters A new custom font scanner to locate all fonts on the system. Faster and less crash prone that fontconfig/freetype Font family chooser: Show the faces available for a family when clicking on the family Bug Fixes Get Books: Fix eHarlequin and Kobo stores. Closes tickets: 1072702 Kobo driver: Fix a bug that could cause the on device book matching to fail in certain circumstances. Closes tickets: 1072437 Kobo driver: When using a SD card do not delete shelves that contain on books on the card (there might be books in the shelf in the main memory). Closes tickets: 1073792 Workaround for bug in the windows API CreateHardLink function that breaks using calibre libraries on some networked filesystems. Template editor: Use dummy metadata instead of blank/unknown values Windows: abort setting of title/author if any of the books' files are in use. Results in less surprising behavior than before, when the title/author would be changed, but the on disk location would not. New news sources Pravda in english, italian and portuguese by Darko Miletic Delco Times by Krittika Goyal Improved news sources Financial Times UK Science AAAS The Atlantic Release: 0.9.4 [26 Oct, 2012] New Features Conversion: Add an option to embed a font family into the book. The embedded font is used as the base font for all text that does not specify its own font family in the input document. Works only with output formats that support font embedding, principally EPUB/AZW3. Option is found under Look & Feel in the conversion dialog. You can ensure that the font is used for all text, regardless of the input document's styles by filtering out font family styles via the Filter Style Information option in the Conversion dialog. When changing the title/author of a book, use hard links instead of copying the books' files, for a large speedup. Only works on filesystems that support hardlinks. Linux installer: Resume interrupted downloads and verify the SHA-512 signature of the downloaded file before installing it. Bug Fixes Windows: Check if any of the files of a book are in use before changing the title/author, this prevents the creation of duplicate files if one of the files is open in another program Kobo driver: Fix the ondevice status for some books getting lost. Closes tickets: 1069403 Catalogs: Fix regression that broke use of prefix rules. Closes tickets: 1070086 Tag Browser: Fix sorting incorrect for accented letters Closes tickets: 1069835 Make the bundled Liberation fonts available on all platforms for embedding Use mimetype for fonts from the EPUB 3 specification Get Books: Handle website change that broke the SONY Store plugin Generate cover: If the default font cannot render characters in the metadata (for example for east asian languages) try to automatically find a font on the system that is capable of rendering the characters Fix regression that broke certain types of CSS selectors. Closes tickets: 1068937 Use font-weight:bold instead of font-weight:bolder for the <b> and <strong> tags as ADE cant handle bolder when embedded fonts are used New news sources Yazihane by A Erdogan Improved news sources New York Post PC World TIME Magazine Associated Press Release: 0.9.3 [19 Oct, 2012] New Features Conversion: Add support for CSS 3 selectors by switching to the new cssselect module Drivers for the WayteQ xBook and the Topwise Android tablet Closes tickets: 1066083, 1067105 Add an output profile for the Kindle PaperWhite Kobo driver: Improve performance when a large number of shelves are created on the device. Closes tickets: 1066633 Catalogs: Put catalog sections at top level of ToC for EPUB/AZW3 catalogs. Adding books: When duplicates are found, show the list of possible duplicates in calibre with title and author. Bug Fixes KF8 Input: Fix conversion/viewing of KF8 files generated with the unreleased? kindlegen 2.7. Closes tickets: 1067310 Kindle driver: Increase the size of the cover thumbnails sent by calibre to the device. This fixes the problem of cover thumbnails not showing up on the PaperWhite MTP driver: Fix sorting on the title column of the device view. Closes tickets: 1067562 Catalogs: Fix regression that caused authors and titles to be be incorrectly listed under symbols on OSX < 10.8. Catalogs: Fix error when generating catalog in non English locale and the user has specified a prefix rule using a Yes/no column. Closes tickets: 1065452 E-book viewer: Remove the reload entry from the context menu as it is not supported in paged mode. Closes tickets: 1065615 New news sources Various Polish news sources by fenuks Improved news sources Richmond Times Dispatch Various Polish news sources Aksiyon dergisi Spektrum der Wissenschaft Zeit Online Baltimore Sun LWN Weekly The Sun Release: 0.9.2 [11 Oct, 2012] New Features Wireless driver: Speed up deleting of multiple books E-book viewer: Add options to hide the scrollbar and show reading position in full screen mode. Closes tickets: 1047450 News download: Add a field to allow recipe authors to tell calibre to remove duplicate articles that a re present in more than one section from the download. Metadata download: Turn off the use of the published date for the earliest edition a book as the published date. The earliest edition was identified via worldcat.org, which has rather poor data, leading to the occasional incorrect result. If you want this feature back, you can turn it on again via Preferences->Metadata download. Bug Fixes ODT Input: More workarounds for the image positioning markup produced by newer versions of LibreOffice. Closes tickets: 1063207 Metadata download dialog: Fix selected cover being changed when covers are re-sorted after download completes MTP driver: Ignore errors when getting the driveinfo.calibre file from the device and simply regenerate it E-book viewer: Use the system locale settings to display the 24/12 hour clock in full screen mode Closes tickets: 1063209 Content Server: Make OPDS initial page respect the fields to display tweak Fix regression that caused calibre to not use OPF files when adding books recursively from directories with multiple books per directory KF8 Output: Fix handling of input documents that have URL unsafe characters in the file names of their images. Closes tickets: 1062477 Fix enumeration type custom column not being merged. Closes tickets: 1061602 New news sources PVP Online, Mobile Nations, The Verge and Television Without Pity by Krittika Goyal Improved news sources Pubblico Giornale Der Spiegel Shortlist FHM UK Countryfile Cosmo UK The Sun UK NME Release: 0.9.1 [05 Oct, 2012] New Features New driver for the Kobo Touch version 2.0+ firmware and Kobo Glo and Mini. See http://www.mobileread.com/forums/showthread.php?t=192863 for details Closes tickets: 1024983, 1059585 Driver for Motorola Defy XT Closes tickets: 1061903 Wireless driver: Always use automatic metadata management, regardless of the setting in Preferences->Devices Sending books by email: Allow sending to multiple email addresses at once separated by commas. Closes tickets: 1052332 KF8 Output: Add the css passed in through the extra css conversion option to the generated inline ToC. Closes tickets: 1052343 Windows: No longer use fontconfig to scan the system for available fonts. Instead use the Windows API. Should fix crashes/instability caused by fonts that fontconfig cannot handle When editing a blank (undefined) published date in the edit metadata dialog, have the calendar popup jump to the current date instead of the date 1-1-101 Closes tickets: 1058531 FB2 Input: Add support for th, code and strikethrough tags and also rowspan, colspan and align attributes. Closes tickets: 1059351, 1058591 Bug Fixes Get Books: Update Woblink Position the next selected book better after deleting multiple books from the library view Closes tickets: 1051135 Allow using the Enter key to select the cover in the metadata download dialog Closes tickets: 1060472 PDF Output: Handle embedded fonts better on linux HTML Input: Guess mimetype correctly for references to image files without file extensions. Closes tickets: 1059349 Catalog generation: Workaround for bug in the ICU library on older OS X systems that caused catalog generation to fail when certain non-ascii characters are present in the metadata. Closes tickets: 1057862 Wireless driver: Do not abort if BonJour registration fails, as we can still use broadcast to connect KF8 Output: Fix invalid output being generated for some files with very large blocks of contiguous non-ascii text New news sources IOL News and The New Age by Darko Miletic Improved news sources FC Knudde Stamgaten Foreign Policy Washington Post Twitch Films Nature News Release: 0.9.0 [28 Sep, 2012] New Features For a summary of the major changes in calibre between 0.8 and 0.9, see http://calibre-ebook.com/new-in/nine Bug Fixes KF8 Output: Fix handling of &amp; &lt; and &gt; entities in the text. They were sometimes being incorrectly unescaped. Calibre portable: Add a manifest to the portable installer exe to prevent the application compatibility wizard from warning about a possible failed installation on windows 7. Also fixes installer requiring admin privileges on some computers Closes tickets: 1057042 EPUB metadata: Fix book producer not being set when updating EPUB metadata EPUB metadata: Fix incorrect namespace on the role attribute of <dc:creator> tags when updating the metadata in EPUB Get Books: Fix incorrect price retrieval from ebooks.com. Closes tickets: 1055785 MTP windows driver: Fix main memory and storage card sometimes swapped Closes tickets: 1055129 PDF Output: On windows, remove any embedded fonts before generating the PDF as on windows, Qt generates image based PDFs when embedded fonts are present. Closes tickets: 1053906 MTP windows driver: Do not try to connect to unsuitable devices such as the iPhone. Closes tickets: 1054562 KF8 Input: Handle files that use non ascii paths/anchor names in the guide entries. Closes tickets: 1053751 New news sources Pubblico Giornale by iusvar Improved news sources Monitor Online El Pais Chronicle of Higher Education Baltimore Sun Mac World Maximum PC Financial Times UK Release: 0.8.70 [21 Sep, 2012] New Features Support for connecting MTP (non disk based) devices via USB, such as the Nexus 7 and the Kindle Fire HD (Windows Vista and newer and Linux only) calibre can now detect and connect to devices that do not present themselves as USB disks to the operating system. Newer Android devices all use the 'MTP' protocol when connected via USB. calibre now supports devices using this protocol on both Windows (Vista and newer) and Linux. Calibre Portable: Create a new installer that does not require manually unzipping the Calibre Portable folder. Instead just run the installer and point it to the location you want to install to. Calibre Portable: Add support for multiple libraries created inside the 'Calibre Portable' folder. In the main book list when editing a blank published date, use a default value of Jan 2000 so that changing the date it easier Template language: Add function approximate_formats() to get list of formats saved in the db for a book as opposed to the formats that actually exist on disk Template language: Add a couple of new functions to get the path to individual book formats and the calibre library as a whole Drivers for HTC Flyer and Trekstor 4ink Bug Fixes Conversion: Do not error out when tags have unparseable color attributes. Closes tickets: 1053583 AZW3 Output: Do not error out if the input document contains embedded fonts of less than 1040 bytes. Closes tickets: 1052892 Catalogs: Fix AZW3 output not properly indexed Get Books: Remove Beam Books due to lack of response to issues with the store. Windows: Ignore drives A: and B: when scanning for the drives belonging to a device Kindle driver: Fix generation of apnx files for newer kindle firmware. News download: If the output format is set to azw3, generate periodicals in mobi format as amazon does not support azw3 periodicals. New news sources Various Hungarian recipes by laca NSFW Corp by Darko Miletic. FC Knudde and Stamgasten by drMerry Improved news sources Indian Express Anadtech London Review of Books (subscrption version) Livemint xkcd Doghouse Diaries
2012-11-26Added net/py-netifaces version 0.8ryoon1-1/+2
2012-11-26Import py27-netifaces-0.8 as net/py-netifaces.ryoon4-0/+34
Portable network interface information. netifaces provides a (hopefully portable-ish) way for Python programmers to get access to a list of the network interfaces on the local machine, and to obtain the addresses of those network interfaces.
2012-11-26Fix build on SunOS as perfhajny2-1/+29
http://bugs.ruby-lang.org/projects/ruby-193/repository/revisions/37653
2012-11-26Updated security/softhsm to 1.3.4pettai1-1/+2