summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-07-09Use nbcompat headers. Fix pid_t printing. Fixes build on at least SunOS.jperkin1-3/+9
2015-07-09Add missing entry to USE_TOOLS: pkg-configkamil1-2/+2
configure tries to discover capstone (and ssl) with pkg-config. This issue was spotted thanks to BulkTracker. In case of missing capstone, the radare2's Makefiles tries to fetch them with git. The missing git was the direct reason to fail during bulk builds. This package is prepared to reuse capstone from devel/capstone and never fetch additional dependencies, during its build, from external sources. Reviewed by <khorben>
2015-07-09add msgmerge and xgettext to USE_TOOLS and use xsltproc-nonet torichard1-4/+7
avoid network traffic during build.
2015-07-09fix typorichard1-2/+2
2015-07-09fix typo (thanks dholland@)richard1-2/+2
2015-07-08Make pkglint happierkhorben1-1/+2
This Makefile is now used by devel/radare2-valabind/Makefile as well.
2015-07-08Added devel/radare2-valabind version 0.9.2khorben1-1/+2
2015-07-08Add radare2-valabindkhorben1-1/+2
2015-07-08Import devel/radare2-valabind version 0.9.2khorben4-0/+36
radare2 is an advanced commandline hexadecimal editor with a set of tools for working with binary files. This package generates language bindings for radare2.
2015-07-08Revert previous -- this is not part of qt4 base.wiz1-1/+2
2015-07-08Updated editors/nano to 2.4.2wiedi1-1/+2
2015-07-08Update nano to 2.4.2wiedi3-8/+11
2015.07.05 - GNU nano 2.4.1 "Portorož" is released. This release includes several fixes, including the ability to resize when in modes other than the main editing window, proper displaying of invalid UTF-8 bytes, new syntax definitions for Elisp, Guile, and PostgreSQL, and better display of shortcuts in the help menu and file browser. Thanks for your patience and using nano!
2015-07-08- Make options work.youri2-3/+6
- Make gvfs a suggested option. ok @khorben, @dholland
2015-07-08Updated x11/qt4 to 4.8.7wiz2-3/+3
2015-07-08Update qt4 to 4.8.7.wiz19-162/+40
I am happy to announce release of Qt 4.8.7 today bringing over 150 improvements and bug fixes. Qt 4.8.7 provides important security updates, better support for Mac OS X 10.10 and many requested error corrections. As a patch release, it does not add new functionality and maintains full compatibility with previous Qt 4.8.x releases. Highlights of Qt 4.8.7 are: Security fix for DoS vulnerability in the BMP image handler (CVE-2015-0295) as well as security fixes for vulnerabilities in image handling of BMP (CVE-2015-1858), ICO (CVE-2015-1859) and GIF (CVE-2015-1860) Update 3rd party libpng to version 1.6.17 to address known vulnerabilities in previous version Update 3rd party libtiff to version 4.0.3 to address known vulnerabilities in previous version Better support for running Qt 4.8 applications on Mac OS X 10.10 Yosemite Many customer requested bug fixes
2015-07-08Updated multimedia/adobe-flash-plugin11 to 11.2.202.481tsutsui1-1/+2
2015-07-08Update adobe-flash-plugin11 to 11.2.202.481.tsutsui2-6/+6
Upstream announcement for 11.2.202.481: https://helpx.adobe.com/security/products/flash-player/apsa15-03.html Security Advisory for Adobe Flash Player Release date: July 7, 2015 Vulnerability identifier: APSA15-03 CVE number: CVE-2015-5119 Platform: Windows, Macintosh and Linux Upstream announcement for 11.2.202.468: https://helpx.adobe.com/security/products/flash-player/apsb15-14.html Security updates available for Adobe Flash Player Release date: June 23, 2015 Vulnerability identifier: APSB15-14 CVE number: CVE-2015-3113 Platform: Windows, Macintosh and Linux
2015-07-08Updated net/filezilla to 3.12.0richard1-1/+2
2015-07-08Update to 3.12.0richard6-9/+82
This file only lists a short summary of the changes between FileZilla versions. For a full list of changes, please read the ChangeLog file. Legend: ! Security related bugfix or otherwise critical bugfix + New feature or important bugfix - Bugfixes Platform prefixes: MSW: Microsoft Windows *nix: Unix (e.g BSD) and Unix-like systems (e.g. Linux) OS X: Apple Mac OS X 3.12.0 (2015-07-08) + Directory comparison can be configured for Site Manager entires and bookmarks - Instead of skipping commands due to spontaneous connection failures while executing a command, reconnect and retry - FileZilla no longer shows popup dialogs such as the file exists dialog if another dialog or message box is already shown - Improved compatibility with servers sending malformed FEAT replies 3.12.0-rc1 (2015-06-29) + FileZilla no longer visually enters each visited directory during recursive operations, e.g. when downloading or deleting remote directories. During recursive operations the server's directory structure can now be navigated as if idle + Ask for confirmation if trying to load Site Manager data originating from a future version of FileZilla + Display location of settings directory on the About dialog + Display detected CPU features (on x86) on the About dialog - Remove certificate verification messages in the message log for data connections - Speed up parsing of the PASV reply - The status bar of the search dialog now shows the number of found matches again - OS X: Configuring SFTP keys no longer fails if the full path of FileZilla's application bundle contains spaces - *nix: Make waitable conditions immune to wallclock changes if the system supports both clock_gettime and pthread_condattr_setclock - Fixed a rare crash when queuing many socket threads for deletion at the same time 3.11.0.2 (2015-06-02) - Fixed a potential crash if a connection gets remotely closed in the same moment a new connection is to be opened - Improved compatibility with servers sending pre-epoch timestamps - Fixed pt_BR translation 3.11.0.1 (2015-05-22) ! Reject Diffie-Hellman Groups smaller than 1024 bits when using FTP over TLS to protect against the Logjam attack - Do not bind the source IP address of the data connection if the server is not configured properly - Deleting bookmarks from the bookmarks dialog no longer deletes the wrong bookmark - Fixed CPU compatibility issues on 64bit binaries 3.11.0 (2015-05-19) - Ensure the title bar is at least partially inside the screen boundary when restoring a saved window position - Fixed crash if opening a wrapped dialog without having restarted FileZilla after having change language to Chinese or Japanese 3.11.0-rc1 (2015-05-12) + Implemented new date/time handling to solve issues with DST conversion + *nix: Official Linux binaries are now built for Debian Jessie + In passive mode transfer, the source IP of the data connection is now bound to the same source IP as the control connection - Requeueing of folder items no longer prints an error message - Fix disabling of timeouts - MSW: Fix the returned error level of the installer - Fix a crash if disconnecting during transfers - Official binaries now link against GnuTLS 3.4.1 - Official binaries now link against SQLite 3.8.10.1 ================= Use POSIC fcntl() instead of flock() on SunOS as well as apply to upstream workarounds to redefinition involving 'struct mutex' on SunOS. Add xgettext to USE_TOOLS.
2015-07-08Change PKGNAME to what dependencies expect. Fixes bulk builds.jperkin1-2/+2
2015-07-08Updated www/p5-Plack to 1.0037wen1-1/+2
2015-07-08Update to 1.0037wen2-9/+8
Update DEPENDS Upstream changes: 1.0037 2015-06-19 10:01:31 PDT [Improvements] - Lint: Support HTTP/2 in SERVER_PROTOCOL (kazuho) #511 - Bump HTTP::Headers::Fast dependency #512
2015-07-08Updated www/p5-HTTP-Headers-Fast to 0.18wen1-1/+2
2015-07-08Update to 0.18wen2-7/+6
Upstream changes: 0.18 2015-06-19T06:06:14Z - import content_type_charset from HTTP::Headers. #5 (miyagawa)
2015-07-08Updated www/moodle to 2.9.1wen1-1/+2
2015-07-08Update to 2.9.1wen2-7/+6
Upstream changes: Moodle-2.9.1 Highlights A lot of work has been done in dealing with unexpected grade changes in the gradebook which some users have experienced when upgrading from Moodle 2.7 to 2.8 or 2.9. See the user documentation Grades min max and Gradebook calculation changes for details. MDL-48618 - Dealing with unexpected changes to grades after upgrading to Moodle 2.8 MDL-49257 - Adjusting weights when extra credit item is present causes unexpected behaviour MDL-48239 - Changing the maximum grade of items with calculation to the value different from 100 Another release highlight is the introduction of the authorised access to the YouTube repository. After upgrading you will need to enter an API key from YouTube into your site's YouTube repository settings. MDL-50176 - Authenticated access to the YouTube repository Functional changes MDL-50089 - Gradebook export now respects aggregate only non-empty grades for percentage and letter MDL-48467 - Atto: Clean the html even if submitting the form when Atto is in html view mode API changes MDL-49022 - sync_users must trigger event core\event\user_updated Security issues A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version. Fixes and improvements MDL-50177 - Upgrading assignments in 2.7/2.8 works even when conditional access is used MDL-39353 - Connection to a hub from behind a proxy server MDL-49742 - Enrolled users page no longer displays sorting by fields that are not used in user identity MDL-47787 - After deleting a quiz, its question categories and questions remain in the database MDL-49764 - Fixed gradebook UI inconsistencies in Internet Explorer MDL-49885 - The course overview block can now be added to Dashboard MDL-50675 - Display Wikimedia repository thumbnails (caused by the change in Wikimedia API) MDL-50091 - Fixed fatal error in gradebook singleview after a module has been uninstalled MDL-48664 - Messaging contacts paging bar no longer expands and overlaps other text MDL-50092 - User unenrollment is now working with IMS Enterprise MDL-49560 - SOAP web service now works with token MDL-50004 - Fix coursename and enrolment icons in category combo on Frontpage MDL-50646 - Site default language should be set as the language for new users MDL-50394 - Grade to pass no longer throws an error when a decimal point separator is used MDL-50276 - Added missing new line separator in plain text e-mails from the forum MDL-49061 - The activity completion report in a course correctly shortens headers when multi language filter is used MDL-50275 - Added missing version bump after risk bitmap change in MDL-49941 MDL-50380 - Fixed missing parameter error when editing files in wiki
2015-07-08CONFLICTS with Xaw3d. Reported by taca@.rodent1-1/+3
2015-07-08Updated devel/exempi to 2.2.2wiz1-1/+2
2015-07-08Update to 2.2.2:wiz5-54/+11
2.2.2 - 2014/08/31 - Public header cleanup and documentation update. - Update Doxygen config. - Bug #73058: Add missing include for MacOS. - Bug #72810: Fix typo in date test in MP3 handler. - Bug #83313: Fix crash on invalid Exif (from Samsung) - Fix valgrind testing for xmpcore.sh - Fix delete / delete[] mismatch in ID3_Support.hpp 2.2.1 - 2013/06/29 - Bug #54011: Use POSIX API for files on MacOS. (Misty De Meo) - Bug #58175: Replace OS X FlatCarbon headers. (Misty De Meo) - Added a manpage for exempi(1). - Added the -n option to the command line for arbitrary namespaces. 2.2.0 - 2012/02/21 - New 'exempi' command line tool. - Upgrade XMPCore to Adobe XMP 5.1.2 - Quicktime support now works without Quicktime. - Reconciliation with ID3v2. - "Blessed" 64-bits support (we already had it in exempi). - Slight change in the way XMP are written for MWG compliance. - Fixed a serious bug with RIFF. - Change in the way local text encoding is dealt with. - Alternative languages behave slightly differently by changing how the default language property is managed. - Probably a bunch of bugs fixed that I don't know about. - Update unit tests. - Refactor the fixtures. - Use automake silent rules instead of shave. (build only) - "make dist" generate a bzip2 archive as well. (build only) - Remove some obsolete warning flags. (build only) - Build xmpcommandtool - New: API xmp_files_get_format_info(). - New: API xmp_files_check_file_format(). - New: API xmp_files_get_file_info(). - New: API XMP_PROP_ARRAY_INSERT_BEFORE, XMP_PROP_ARRAY_INSERT_AFTER array options. - New: C++ helpers in xmp++.hpp. Bug fixes: - Bug #37747: mismatch delete/delete[] and new/new[] (from Meego https://bugs.meego.com/show_bug.cgi?id=14661)
2015-07-08Updated graphics/ImageMagick to 6.9.1.7wiz2-3/+3
2015-07-08Update to 6.9.1-7:wiz3-25/+6
2015-07-04 6.9.1-7 Cristy <quetzlzacatenango@image...> * New version 6.9.1-7, SVN revision 19121. 2015-06-27 6.9.1-7 Eric Dalquist * Fixed and escaped output of the json coder. (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=27894). 2015-06-25 6.9.1-7 Cristy <quetzlzacatenango@image...> * Support BPG image format (respects -quality option). * A bordered transparent image now remains transparent (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=5&t=27937). * The -update option behavior restored (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=27939).
2015-07-08Updated devel/py-virtualenv to 13.1.0wiz2-3/+3
2015-07-08Update to 13.1.0:wiz3-9/+9
13.1.0 (2015-06-30) ~~~~~~~~~~~~~~~~~~~ * Upgrade pip to 7.1.0 * Upgrade setuptools to 18.0.1
2015-07-08better use share/locale (thanks wiz@)richard1-5/+5
2015-07-08Updated sysutils/upower to 0.99.3richard1-1/+2
2015-07-08update to 0.99.3 and use xsltproc-nonet.mkrichard3-11/+27
2015-07-08Add docbook-xml and docbook-xsl to avoid nonet load failures as well asrichard2-4/+10
add to xsltproc-nonet.mk a variable XSLTPROC_PATH allowing packages to specify where to find locally files such as dtds, avoiding warnings like 'warning: failed to load external entity'. At the same time add a BUILD_DEPENDS to libxslt for xsltproc-nonet.mk and bump PKGREVISION.
2015-07-08Updated net/p5-Net-DNS to 1.01wiz1-1/+2
2015-07-08Update to 1.01:wiz3-21/+6
**** 1.01 Jul 6, 2015 Feature The RRs previously only available with Net::DNS::SEC are now integrated with Net::DNS. Net::DNS::SEC needs to be installed to enable the signature generation and verification functions. Fix rt.cpan.org #105491 Can't call method "zclass" on an undefined value at ... Net/DNS/Packet.pm line 474 Fix rt.cpan.org #105421 Dead link in Net::DNS::FAQ Fix rt.cpan.org #104657 Wrong split on Cygwin Fix rt.cpan.org #102810 Dynamic update: rr_add overrides ttl of zero Fix rt.cpan.org #102809 CAA broken
2015-07-07Note update of BIND packages:taca1-1/+3
net/bind99 9.9.7pl1 net/bind910 9.10.2pl2
2015-07-07Update bind910 to 9.10.2pl2.taca2-7/+6
--- 9.10.2-P2 released --- 4138. [bug] An uninitialized value in validator.c could result in an assertion failure. (CVE-2015-4620) [RT #39795]
2015-07-07Update bind99 to 9.9.7pl1 (BIND 9.9.7-P1).taca2-8/+6
--- 9.9.7-P1 released --- 4138. [bug] An uninitialized value in validator.c could result in an assertion failure. (CVE-2015-4620) [RT #39795]
2015-07-07Updated meta-pkgs/ruby-redmine-plugins to 1.1.0rodent1-1/+2
2015-07-07Add devel/ruby-redmine_startpage. Bump PKGVERSION.rodent2-9/+11
2015-07-07+ruby-redmine_startpagerodent1-1/+2
2015-07-07Added devel/ruby-redmine_startpage version 0.0.3rodent1-1/+2
2015-07-07Import ruby22-redmine-startpage-0.0.3 as devel/ruby-redmine_startpage.rodent5-0/+56
Controls presence of boxes on Home and Project Overview. Uses additional boxes provided by Basic Polls and Latest Forum Messages plugins; adds them to the list of available blocks on My Page.
2015-07-07Factor the Makefiles of modular-xorg-{server,xephyr}khorben3-352/+189
As proposed on tech-pkg@. Both build-tested on NetBSD/amd64.
2015-07-07Look for X screen lockers in path rather than /bin and /usr/bin.youri1-2/+8
2015-07-07Add a TODO about a build issue.gdt1-1/+4
When postgis is built as a non-root user, but postgresql was built as root, postgis's use of pgxs.mk leads to install -o root, which fails.