Commit graph

191724 commits

Author SHA1 Message Date
obache
6e3ece6bd6 try to fix hard-coded `install' comnad path. 2012-09-22 05:43:03 +00:00
obache
544069a3fe Fix Fix build on SunOS.
Passing LIBS=-liconv will be result in unwanted libiconv linkage for libdatrie
(it is just required for trietool-0.2),
then it cause build failure of depending packages due to missing libiconv.

Passing sufficient iconv library to configure script with right way,
and it also fix build failure on other platforms for the case GNU iconv
from pkgsrc is preferred rather than builtin iconv.
2012-09-22 04:43:09 +00:00
ryoon
629feb8e0c Fix PR pkg/46993
Fix build with boost-1.51.0.
2012-09-21 15:44:54 +00:00
obache
fca595fd0e apply missing the first hunk of the patch for PLIST in PR 46573. 2012-09-21 12:45:01 +00:00
obache
55972b8085 tabfy 2012-09-21 12:39:41 +00:00
obache
61647dbcb4 Add an patch for libxml2>=2.9.0 2012-09-21 11:49:20 +00:00
ryoon
4e280abcb5 Fix PR pkg/46766
When run 'make package' as root, avoid /usr/bin/acroread symlink creation.
2012-09-21 11:46:56 +00:00
ryoon
e6825a5d65 Fix build with boost-1.51.0. 2012-09-21 11:28:43 +00:00
wiz
c4ba76268f Comment out p5-biblatex-biber until it works. 2012-09-21 05:46:11 +00:00
taca
b1a4c40b88 - php-concrete-5.6.0.1. 2012-09-21 04:08:15 +00:00
taca
6736a437bc Note update of graphics/optipng package to 0.7.3. 2012-09-21 04:07:54 +00:00
taca
d3f863b9d4 Update optipng to 0.7.3, security fix for SA50654 (CVE-2012-4432).
Version 0.7.3   16-sep-2012
-------------
!! Fixed a use-after-free vulnerability in the palette reduction code.
   This vulnerability was accidentally introduced in version 0.7.
2012-09-21 04:07:22 +00:00
ryoon
cdfab3f749 Updated www/php-concrete5 to 5.6.0.1 2012-09-20 21:29:53 +00:00
ryoon
469c8df7ca Update to 5.6.0.1
* Fix security bug

Changelog:
Tar ball is not shipped with changelog...

5.6.0.1 Version History
Behavioral Improvements

    Page Type names are sanitized better when created in the dashboard.
    Multilingual controls in dashboard now display languages in their native language (for easier understanding. thanks patrickheck)
    Better display when removing groups or users and having them show up in advanced permissions list.
    Fixing bug where composer pages weren't being added to the bottom of the list. Fixing bug where moved pages weren't getting a rescanned display order
    Fixing missing dashboard icons for Stacks and Block Types

Bug Fixes

    Fixed inability to use Layout Presets
    Fixed bug where blocks couldn¡Çt be copied out to child pages from page type defaults on upgraded sites.
    Fixed form block bug where you¡Çd be unable to enter an email address in the form block for notification.
    Fixed: http://www.concrete5.org/developers/bugs/5-6-0/getthemepath-prints-absolute-paths/
    Blocks and packages can now insert header items into the 404 page correctly.
    fixed: http://www.concrete5.org/developers/bugs/5-6-0/page-type-icons-incorrect-when-included-in-composer/
    Fixed ¡ÈOut of range value for column 'uLastIP¡É error that would occur with certain IP addresses.
    Bulk SEO Tool now shows DIR_REL constant within the URL slug properly.
    Group sets now appear on the dashboard home page.
    Fixed JavaScript error leading to aborted installation when installation routines have apostrophes in them (primarily for translated versions of concrete5.)
    Theme assets no longer have two slashes in the URLs.
    Fixed: http://www.concrete5.org/developers/bugs/5-6-0/fatal-error-call-to-a-member-function-isglobalarea-on-a-non-obje/ by hiding permissions options on the frontend (use the stacks interface instead.)
    Fixed: http://www.concrete5.org/developers/bugs/5-6-0/global-area-update-issue-when-using-preview-my-edits/
    Date Navigation block now honors the Pretty URLs settings.
    Fixed: http://www.concrete5.org/developers/bugs/5-6-0/advanced-permissions-dont-work-after-translation/
    Fixed: page_types/ directory was incorrectly excluded from overrides detection.
    fixing 'Call to a member function getProxyBlock() on a non-object in /core/libraries/block_view.php on line 39' when calling an action URL on a non-object block

Developer Updates

    Validation helpers didn¡Çt extend the core helpers properly. This has been fixed.
    Clear override cache on adding a single page.
    Refreshing overrides cache when installing a block type (fixes Designer Content add-on not working with the overrides cache turned on).


5.6.0 Release Notes
Feature Updates

    Completely updated permissions system, including:
        More granular permission control that maps directly to common concrete5 tasks.
        Ability to control which users or groups CAN¡ÇT do something, as opposed to only allow those who CAN do something.
        Ability to grant a permission to only those users in a particular combination of groups.
        Ability to control which users and groups can add which types of block site-wide and in simple permissions mode.
        Restrict permissions to various roles, including ¡Èuploader of the file¡É, ¡Èpage owner¡É, etc...
        Shortcut for enabling guest view access on blocks.
        Group Sets can group groups together for organizational purposes, permissions.
        Fine-grained, granular controls on content types, permission types.
        New user permissions to control who can edit which users, assign which groups, etc...
    Complete new extendable workflow system, including basic workflow and waiting for me. Improved, normalized and rewrote a lot of old code for things like pending page actions to bring them into the workflow system.
    Improved interface work, including bootstrap 2 integration.
    Improved Mobile Support
        Mobile theme switcher now integrated into core
        Improved mobile performance of header on mobile devices.
        Improved dashboard on mobile devices; fully responsive dashboard across all devices.
    You can now choose an individual block or an entire stack when adding a stack on the front-end.
    Added bulk actions to the user search
    New SEO Manager in Dashboard > System & Settings gives you one place to modify SEO properties for your entire site.
    Made page theme a versionable property.
    Make page type a versionable property.
    Ability to reorder block types globally (thanks jordanlev!)
    You can now copy and paste a stack on the front-end.
    Page URL Slugs now use the URLify library instead of our own solution (which wasn¡Çt as consistent or effective.)

Additional Features and Behavioral Improvements

    When implicitly checking pages out (editing properties in sitemap, etc...) they will be checked back in when the dialog is closed. (New in 5.6.0b2)
    Added an Add Group button to Groups page.
    Rich text editor in dashboard now uses site theme for styles.
    Color picker UI more consistent with 5.5 (thanks arcanepain.)
    Add new page window no longer cut off on small monitors.
    Search Block - Added page selector when posting search results to another page.
    Form Block
        added date and date time field types that allow a user to use a date/time picker to choose values.
        Email field now has ability to be set as the default reply-to so administrators can reply directly to the form submitter.
        No more jumpiness on editing.
    Added theme to Page Search.
    Removed HTML diff python library (since it didn¡Çt work very well). Replaced with tab-based compare that lets you compare more than two versions.
    Off-server requests can now be made with a proxy server, found in System & Settings (thanks garagan!)
    Added copy to the version dialog box. Improved version dialog box appearance.
    Improved quick nav experience, reworked dashboard dropdown to use favorites for adding. Favorites show up in the dashboard dropdown.
    You can now select Gravatar as a fallback user avatar (thanks danklassen!) in the profiles section of the dashboard.
    Add page can happen with submit.
    More consistent sitemap/search overlay, with various searches only loaded when needed. Tabs remember last selected sitemap/search option.
    Miscellaneous string translation and Internationalization improvements (thanks thuic)
    Added getSearchableContent method to rss viewer block so it¡Çs content will show up in search results (thanks 12345j)
    Built-in countries and state/provinces helpers now use Zend_Locale for easier management, more consistency and localization.
    Added URL Slug in Composer.
    Maintenance mode now lets you perform some sitemap and page operations while the site is down.
    Zend_Translate can now be stored at a different path to fix Zend_Translate bug with period in directory. Added TRANSLATE_OPTIONS that can be specified in config/site.php (thanks ahukkanen).
    Added user to the Log entries screen (thanks klompie!)
    Internationalization improvement: Zend_Date now included. Dates are now localized into the proper language (thanks patrickheck.). DateHelper::date() manages localization.
    Block limits set in templates are now updated in realtime without a page refresh (thanks bhcarpenter)
    Now you can clear your page search index from the ¡ÈSearch Index¡É page in the dashboard (which will let you fully reindex it through the reindex pages job.)
    Form block: Adding the ability to set an email address as the reply-to address when replying to the email (thanks danklassen.)
    Blog RSS feed now includes categories (thanks stonier)
    Complete rewrite of sitemap.xml generation job to improve performance, no longer show deleted pages, add new constants for sitemap starting point, default change frequency and priority (thanks mlocati.)
    Nicer alignment on Next/Previous block (thanks thirdender.)
    Using realpath() instead of ../ to fix some base_dir errors, make things nicer.
    More consistent ordering of log entries when they happen in rapid succession (thanks Johnthefish).
    Cleaned up javascript in the google map block (thanks Remo).
    Edit in Composer now available in page search.
    Installing in a particular language no longer sets that language as the default in config/site.php (which would render no other languages selectable.)
    Added cookie check to installation preflight.
    Added last IP to user detail screen in dashboard.
    Forbidden shows up if user can¡Çt view a page but is logged in (thanks mnkras).

Performance Improvements

    Added environment library to cache overrides for better performance. Overrides cache setting now available from the Cache System and Settings page.
    New autod support for better performance with on-demand class loading.
    Removing nivo slider from the core for better compatibility with third party sliders and smaller file sizes; removing cropzoom from ccm.app.js for smaller file sizes.
    Rewrote portions  used with large blogs (New in 5.6b2)

Additional Bug Fixes

    Additional pagination now works in large sitemaps from the front-end (New in 5.6.0b2)
    Flat view pagination looks nicer (New in 5.6.0b2)
    On some hosts, manual checking for concrete5 f were being added to the file manager.
    Improved reliability when using composer with advanced permissions.* Bug Fix: events sort by priority (thanks arcanepain)
    Fixed replace field in Firefox (width)
    Tags and select options will only show usag-2-1/automatically-inclusion-of-additional-page-path-when-updating-ca/
    data urls should work as background images in customizable stylesheets.
    Fixed: http://www.concrete5.org/developers/bugs/5-5-2-1/registration-errors-when-no-user-attributes-are-selected-to-show/ (New in 5.6.0b2)
    Fixed: http://www.concrete5.org/developers/bugs/5-4-2-2/wrong-path-to-block-template-when-embedded-a-block-element-in-th/
    Fixed: http://www.concrete5.org/developers/bugs/5-5-2-1/url-replacement-in-theme-css-only-replaces-first-url-in-each-lin/#discussionpost
    Fixed: http://www.concrete5.org/developers/bugs/5-5-2-1/user-edit-multiple-of-the-same-group-can-be-added-to-a-user-caus/#discussionpost
    Fixed: http://www.concrete5.org/developers/bugs/5-5-2-1/dashboard-page-search-menu-overridden-if-working-with-overlay-fi/
    Fixed: http://www.concrete5.org/developers/bugs/5-5-2-1/page-attributes-attributes-list-stealing-kepresses-for-up-and-do/
    Fixing potential SQL vulnerability in Autonav Preview pane.
    Fixed: http://www.concrete5.org/developers/bugs/5-5-2-1/cant-use-and-in-select-attribute-values/ (thanks arcanepain)
    Fixed: http://www.concrete5.org/developers/bugs/5-5-2-1/customize-result-in-user-search-retains-deleted-attribute-column/
    Checking for invalid cookie length when starting a session.
    RSS Displayer block now only cached for one hour.
    http://www.concrete5.org/developers/bugs/5-5-2-1/bug-in-page-search-table/ (Fixed in 5.6.0b2)
    Fixed: http://www.concrete5.org/developers/bugs/5-5-2-1/jobs-play-button-url-contains-the-wrong-parameter-to-run-a-singl/
    Fixed bug where editing an initial version of a page wouldn¡Çt create a new version of the page, until the second edit.
    Fixed: http://www.concrete5.org/developers/bugs/5-5-2-1/numbers-in-version-comments-still-arent-increased-correctly/ (thanks remo)
    Fixed bug checking for captcha options form in the wrong place.
    Fixed bug where custom style elements on blocks in stacks wouldn¡Çt show up in page (thanks acliss19xx)
    Minor XSS fixes in edit mode.
    Fixed: http://www.concrete5.org/developers/bugs/5-5-2-1/object-doesnt-support-property-or-method-stoppropagation-in-ie8/
    Fixed bug in FileList (which would show up in Slideshow blocks or anywhere that would filter by set) where selecting a file set and then deleting it would cause a SQL error (thanks remo)
    Included updated SWFUpload to fix XSS issue.
    Fixed bug where file set display order would appear random if files were in multiple sets.
    Fixed: http://www.concrete5.org/developers/bugs/5-5-2-1/deleting-composer-publish-location-page-results-mysql-1064-error/
    Fix bug where defining LOCALE in config/site.php and then trying to save multilingual settings could override the default locale with a null locale.
    Fixed potential SQL problems when an admin tried to pass nefarious parameters through to the file manager, page search, or metadata/version editing.
    No longer will you get the ¡Èchecking for updates¡É spinner infinitely when in maintenance mode.
    Forms/External Forms/Other Items that have been copied and pasted into another page will now work from that page.
    Forms can now be edited properly when pasted from a clipboard.
    More reliable permissions checking on dashboard dropdown for news, add functionality and system & settings (thanks arcanepain)
    Progress status during installation should now be displayed in proper language.
    Fixed pagination in blog index thumbnail (page list custom template.)
    FIXED: If images or files were used in content block instances in content importer an error would be thrown.
    Environment info no longer incorrectly reports all max_execution_time settings at 5.
    Fixed: http://www.concrete5.org/developers/bugs/5-5-2-1/insert-link-to-page-with-ie8/
    replaced m/d/y with DATE_APP_GENERIC_MDY to jquery date pickers in date time helper (thx melat0nin)
    Security Fix: Closed Redirect Loophole on Form block
    Attempting to resolve this: http://www.concrete5.org/developers/bugs/5-5-2-1/fatal-error-call-to-a-member-function-getblocktypehandle/#discussionpost
    Proper 404 headers should be sent when browsing to a method that doesn¡Çt exist under a single page.
    Fixed some bugs and finicky behavior with search paging in file manager, page search, other search.
    When editing page properties while checking out a page, approval fields will now be shown post update (rather than forcing you to refresh the page or exit edit mode and then approve the page.)
    Fixed bug in block move() method that would copy all blocks from an area... (thanks herent)
    Fixed: http://www.concrete5.org/developers/bugs/5-5-2-1/error-on-package-uninstall/ (New in 5.6.0b2)
    Fixed: Copy to clipboard from editable area then pasting to global area causes fatal error (New in 5.6.0b2)
    Fixed: http://www.concrete5.org/developers/bugs/5-5-2-1/default-date_archive-block-controller-caches-its-active-state/ (New in 5.6.0b2)

Developer Updates

    You can now pass an optional third parameter to the css() and javascript() functions which will be checked for uniqueness. This array contains ¡Æhandle¡Ç and ¡Æversion¡Ç and can be used to force only the right libraries loading at the right time (thanks jordanlev).
    Added support for BASE_URL_SSL constant.
    If a __call method is present in a controller, it will be used for any tasks that don¡Çt exist (thanks remo).
    Packaged themes can now be overridden in the root themes directory. This is true for included elements (using inc()) and page types/single pages.
    You can now add elements/dashboard/install_post.php to your package and it will be displayed in a dialog post install.
    Updated auto-nav templates to be much nicer to edit.
    Moved jQuery.Cookie library into ccm.app.js
    Including t2() function for plural localization/translation (thanks mlocati.)
    New Events
        on_composer_publish
        on_composer_save_draft
        on_composer_delete_draft
        on_block_load (New in 5.6b2)
    Better block validation error messages on installation (thanks jordanlev)
    Updated simplepie RSS and ATOM parsing library to 1.3 (thanks ahukkanen)
    Added closures support to events for PHP 5.3 and greater (just specify an anonymous function.
2012-09-20 21:29:07 +00:00
jperkin
eb12882f50 Disable MMX section on Solaris which has compiler issues, and ensure
libxine-interface.la is not empty by using the dummy object.

Fixes package on Solaris.
2012-09-20 15:33:40 +00:00
jperkin
1aadd31c77 Fix patch file, it was being ignored. 2012-09-20 15:27:29 +00:00
jnemeth
63afc120aa add and enable p5-biblatex-biber 2012-09-20 15:17:01 +00:00
darcy
e9a8f632d4 Updated textproc/py-docutils to 0.9 2012-09-20 12:46:09 +00:00
darcy
ee378faf81 Update to version 0.9
Closes PR 46573
2012-09-20 12:43:50 +00:00
jperkin
032c6c1daf libboost_locale is accounted for in the OPSYS-specific PLIST files,
remove it from the generic one.

Fixes package on Solaris.
2012-09-20 12:23:21 +00:00
jperkin
430537fbe4 Solaris requires _XOPEN_SOURCE=600 and removal of _XOPEN_SOURCE_EXTENDED. 2012-09-20 12:22:27 +00:00
prlw1
27371a6b75 commit 4e4c87e3: Fix 64bit integer convertion from GValue
(In the vain hope that it might fix
https://bugzilla.gnome.org/show_bug.cgi?id=681157)
2012-09-20 12:00:00 +00:00
obache
b54cc8cc7e apply patch for new API by libxml2-2.9.0, taken form upsteam master branch. 2012-09-20 11:53:18 +00:00
jperkin
f36af4cdf1 Use gzcat rather than pax -z. 2012-09-20 10:01:50 +00:00
jperkin
125678d6e7 Fix Solaris 32-bit build. 2012-09-20 09:14:05 +00:00
apb
89a39670a7 Workaround for PR 46978:
g++-4.5.3 and 4.5.4 on NetBSD/i386 fails with an internal compiler error
when building gui/painting/qdrawhelper_mmx.cpp.
2012-09-20 08:38:40 +00:00
jaapb
15f34883c2 Added my missing package subdirectories to category Makefiles. 2012-09-20 06:44:28 +00:00
wiz
8934f1801a Remove asterisk16 and asterisk-sounds-extra. 2012-09-20 06:16:38 +00:00
gdt
1358800b9f Add evolution option, defaulting on.
This package lacked an evolution option (to depend on
evolution-data-server).  Other gnome packages had such an option,
which is highly useful to get back to a workin system in the scenario
where libffi has a new major version shlib, and evolution-data-server
won't build.  Because the option defaults to on, this doesn't change
the default behavior, but those who set
PKG_DEFAULT_OPTIONS+=-evolution can be spared the build pain.

A decision about whether evolution support should be on by default or
not is pending; this change is not controversial and is being made now.
2012-09-19 22:59:17 +00:00
wiz
cb2967d1a0 + automake-1.12.4, bacula-5.2.12, clamav-0.97.6, gwaei-3.6.0,
lcms2-2.4, less-451, libnice-0.1.3, mame-0.147, mess-0.147,
  py-libxml2-2.9.0, py-mpd-0.3.0, wine-devel-1.5.13 [wait until
  NetBSD gains OSS 4 or bring OSS 3 support back], x264-devel-20120915,
  xf86-video-intel-2.20.8.
2012-09-19 18:20:37 +00:00
taca
3cd6c127b3 + dovecot2-2.1.10, dovecot2-pigeonhole-0.3.3, postgresql92-9.2.0,
sudo-1.8.6p3.
2012-09-19 17:32:05 +00:00
ryoon
81f782027e Updated misc/calibre to 0.8.69 2012-09-19 15:39:41 +00:00
ryoon
9395f159f9 Update to 0.8.69
* Depend on qt4-qdbus
* Fix build on NetBSD at least
* Many improvements
* Many bugfixes

Changelog:
In detail, see http://www.calibre-ebook.com/whats-new

E-book viewer: Support the display of mathematics in e-books. Supports both embedded TeX and MathML [0.8.66]

The calibre ebook viewer can now display embedded mathematics (symbols, equations, fractions, matrices, etc.) in EPUB and HTML ebooks. For details, see: http://manual.calibre-ebook.com/typesetting_math.html [External link]
A new wireless device driver. This allows connecting wirelessly to a device running a 'smart' calibre client [0.8.65]

The wireless connection functions just as if the device was plugged into the computer by USB cable. Currently, Android devices are supported. See https://play.google.com/store/apps/details?id=com.multipie.calibreandroid [External link]
E-book viewer: Add a paged mode that splits up the text into pages, like in a paper book instead of presenting it as a single column. To activate click the button with the yellow scroll icon in the top right corner. [0.8.61]

In paged mode, the ebook viewer no longer cuts off the last line of text at the bottom of the screen, and it respects CSS page-break directives. You can also set page margins and control the number of pages displayed on screen by clicking the Preferences button in the viewer and going to 'Text layout in paged mode'.
When searching, allow use of un-accented characters to match accented characters in all fields and all languages (not just authors and English as before) [0.8.60]

The rules for matching un-accented characters are done in a language dependent way. So if your calibre interface language is set to English, n will match both n and ©ç, but if it is set to Spanish, it will match only n, as in Spanish ©ç is a separate alphabet in Spanish. This makes searching a little slower, so if you have a very large library you can turn it off via Preferences->Searching.
PDF Output: Full pagination support. No more cutoff bottom line. [0.8.57]

Fixes a long standing bug in calibre's PDF Output that caused the bottom line of some pages to be partially cut off and prevented top and bottom margins from working.
Make the new calibre style default on Windows and OS X. [0.8.56]

This change gives a more 'modern' feel to the calibre user interface with focus highlighting, gradients, rounded corners, etc. In case you prefer the old look, you can restore under Preferences->Look & Feel->User interface style
E-book viewer: The Table of contents panel now tracks the current position in the book. As you scroll through the book, the entry you are currently on is highlighted. [0.8.54]

To see this feature in action, open the Table of Contents panel in the viewer by clicking the button with three blue lines on it. As you page through the book, the chapter you are reading currently is highlighted in the Table of Contents Panel. Obviously, this will only work if the book you are reading has a Table of Contents. You can also use the Ctrl+PgUp and Ctrl+PgDn keys to quickly skip between chapters.
2012-09-19 15:38:26 +00:00
wiz
ccdbf4adcc regen 2012-09-19 15:27:28 +00:00
wiz
599438fda1 Describe what to do with Makefile.PL.
From Silas Silva in PR 46981.
2012-09-19 15:26:34 +00:00
ryoon
d81bfea921 Updated devel/jenkins to 1.466.2 2012-09-19 11:10:45 +00:00
ryoon
355cf91a4f Update to 1.466.2
* Fix two security bugs

Changelog:
Changes in 1.466.2 is unavailable.

What's new in 1.466.1 (2012/07/23)

    A current active build in the build history is lost if the job configuration XML uploaded (issue 12318)
    UnprotectedRootAction doesn't work for /github-webhook/ (issue 14113)
    ERR_CONTENT_DECODING_FAILED returned on testResults and console output after Jenkins reload (issue 13625)
    Cannot parse coverage results Premature end of file. (issue 11251)
2012-09-19 11:09:54 +00:00
jperkin
c578190337 Pull in libiconv. Fixes build on Solaris. 2012-09-18 19:24:44 +00:00
jperkin
28718ded3e USE_TOOLS+=bash, required for REPLACE_BASH. texi2dvi was being created
with an empty hashbang.
2012-09-18 18:30:58 +00:00
ryoon
3e925201bd Updated mail/thunderbird10-l10n to 10.0.7 2012-09-18 16:48:40 +00:00
ryoon
48fea09825 Update to 10.0.7
Sync with mail/thunderbird10
2012-09-18 16:47:53 +00:00
ryoon
1630bd38ac Updated mail/thunderbird10 to 10.0.7 2012-09-18 16:45:08 +00:00
ryoon
c7481cdb36 Update to 10.0.7
Changelog:
FIXED Security fixes can be found here

Fixed in Thunderbird ESR 10.0.7
MFSA 2012-72 Web console eval capable of executing chrome-privileged code
MFSA 2012-70 Location object security checks bypassed by chrome code
MFSA 2012-67 Installer will launch incorrect executable following new installation
MFSA 2012-65 Out-of-bounds read in format-number in XSLT
MFSA 2012-63 SVG buffer overflow and use-after-free issues
MFSA 2012-62 WebGL use-after-free and memory corruption
MFSA 2012-61 Memory corruption with bitmap format images with negative height
MFSA 2012-58 Use-after-free issues found using Address Sanitizer
MFSA 2012-57 Miscellaneous memory safety hazards (rv:15.0/ rv:10.0.7)
2012-09-18 16:44:24 +00:00
ryoon
2bce0bf71c Fix packaging.
libnative_chmod.so and libnative_chmod_g.so are not provided
for this architecture, x86_64.
2012-09-18 16:33:59 +00:00
jperkin
9d2e74ed64 For as-yet undetermined reasons, cmake ends up undefining pthread_create
support on Solaris even though the test succeeds.  Forcibly define it.

Fixes Solaris build.
2012-09-18 15:53:14 +00:00
drochner
6f4cfd0bc6 fix libtool problem in unpriliged build
use the right libusb
2012-09-18 15:17:32 +00:00
sno
6c721e3b2c Fix build of dependent code to find the include files ... 2012-09-18 08:54:42 +00:00
drochner
79c644682e fix ONLY_FOR pattern for amd64 2012-09-18 07:56:52 +00:00
bouyer
ca08149c83 Updated print/cups to 1.5.4 2012-09-18 07:18:36 +00:00
bouyer
e68741e33e Update to 1.5.4 (ok by wiz@):
- Documentation updates (STR #4112, STR #4130, STR #4134)
        - Fixes for libusb-based USB backend (STR #4128)
        - The lpq command did not show the owner or title of jobs unless passed
          a username on the command-line (STR #4135)
        - Localized empty strings contained the message catalog metadata
          (STR #4119)
        - Fixed a crash in the libusb-based USB backend (STR #4099)
        - The cups-lpd mini-daemon no longer handled jobs with multiple copies
          (STR #4118)
        - Multiple libusb backend fixes (STR #4098, STR #4100)
        - The IPP backend no longer tries to get the job status for printers
          that do not implement the required operation (STR #4083)
        - Sending a document in an unsupported format to an IPP printer now
          automatically cancels the job (STR #4093)
        - Fix some error reporting issues when printing from /dev/null and
          other unusual situations (STR #4015)
        - The scheduler now sets the CUPS_MAX_MESSAGE environment variable for
          filters (STR #4074)
        - Fixed a build issue when using older versions of autoconf (STR #4084)
        - The IPP backend now treats the client-error-not-possible status code
          as a job history issue, allowing IPP printing to Windows to work
          (STR #4047)
        - The IPP backend incorrectly included the document-format and
          compression attributes in Create-Job requests (STR #4086)
        - The libusb-based USB backend did not work on non-Linux platforms
          (STR #4088)

        - httpReconnect() did not reset the read/write buffers (STR #4065)
        - Compiling without threading support failed (STR #4060)
        - Fixed compile problem with old versions of OpenSSL (STR #4036)
        - The network backends did not check SNMP supply levels regularly
          (STR #4040)
        - The online help always included the "help on help" text (STR #4042)
        - Fixed a SSL handshake issue on OS X (STR #4045)
        - The scheduler could crash if a PPD file contained an invalid paper
          size (STR #4049)
        - The CUPS polling daemon did not reinitialize its connection to the
          remote server on errors in all cases (STR #4031)
        - PostScript auto-configuration was slow and unreliable with some
          printers (STR #4028)
        - Missing localizations caused empty output (STR #4033)
        - The cups-driverd program could temporarily "forget" a PPD file if it
          was updated in place.
        - The dnssd backend now prefers IPPS over IPP.
        - The USB backend now uses and requires LIBUSB 1.0 or later (STR #3477)
        - The LIBUSB-based USB backend now supports the back-channel (STR #2890)
        - Changed how timeouts are implemented in the LPD backend (STR #4013)
        - Added more supported color names for SNMP supplies (STR #3981)
        - The default InputSlot setting was never used (STR #3957)
        - POSIX ACLs are now set properly on certificate files (STR #3970)
        - Supplies with commas in their names were not reported correctly
          (STR #4020)
        - The cupsGetPPD3() function created a temporary file when one was not
          needed (STR #4018)
        - The scheduler now ensures that job notifications contain a value for
          the notify-printer-uri attribute (STR #4014)
        - The lp and lpr commands did not cancel jobs queued from stdin on an
          error (STR #4015)
        - Fixed the IPP backend's handling of HTTP/1.0 compatibility (STR #3988)
        - The IPP backend did not always setup username/password authentication
          for printers (STR #3985)
        - The IPP backend no longer re-queues print jobs that are too large for
          the printer/server (STR #3977)
        - The RPM spec file did not work (STR #4021, STR #4057)
        - Encryption did not work when the server name ended with "."
          (STR #4011)
        - The multi-purpose tray is now mapped to the IPP "by-pass-tray"
          (STR #4009)
        - The correct media size was not always passed to IPP printers
          (STR #4001)
        - Finishing options were not passed to IPP printers (STR #3995)
        - Fixed iCloud-based Back to My Mac printing (STR #3996)
2012-09-18 07:17:28 +00:00