Commit graph

236168 commits

Author SHA1 Message Date
jperkin
4c1edc2a24 Various fixes:
- Use nbcompat correctly.
  - Support newer zlib API.
  - Handle catpages correctly.

Fixes build on SunOS at least.
2015-07-09 10:56:53 +00:00
bouyer
3830250c52 Added sysutils/mtx version 1.3.12
Updated sysutils/amanada-server to 3.3.1nb4
2015-07-09 10:34:17 +00:00
roy
e40f681a87 Updated net/dhcpcd to 6.9.1 2015-07-09 10:32:50 +00:00
roy
c92b4dc4bf Update to dhcpcd-6.9.1 with the following changes:
*  Change packaging from bz2 to xz
  *  Fixed waitip
  *  For Prefix Delegation, servers must now support RFC7550
  *  Fixed detecting host routes in DHCP messages
  *  Fixed ARP checking that failed in some situations
  *  Fixed static address assignment in dhcpcd.conf
  *  Split IPv4LL state from DHCP and into it's own state
  *  Reject any NA/RA with a hop limit != 255
  *  Replace if_oneup with if_afwaited and af_waited for hook scripts
  *  Fix a potential buffer overrun if an embedded DHCP option is
     a zero length or fails to parse - thanks to Paul Stewart
  *  Check fclose for errors - thanks to Bob
  *  wpad_url has been added to dhcpcd-definitions.conf
  *  Fix a double free when failing to send a DHCPv6 RELEASE
     Thanks to Todd Blanchard.
  *  Correct IPv6 public address test, thanks to Micha? K?pie?
  *  Fix DHCPv6 starting if no public addresses found in the RA
     but the M or O bit was set
  *  Replaced custom uptime() with clock_gettime(2)
  *  Fix DHCPv6 elapsed time
2015-07-09 10:32:25 +00:00
bouyer
ea47fff475 Depend on sysutils/mtx (needed to drive tape changers), and pass the mtx path
to configure.
Bump PKGREVISION
2015-07-09 10:31:28 +00:00
bouyer
7ead2b7ab8 Add mtx 2015-07-09 10:28:46 +00:00
bouyer
b29254b493 Import mtx version 1.3.12 to pkgsrc, based on the FreeBSD port.
Mtx(1) is a set of low level driver programs to control features of SCSI
backup related devices such as autoloaders, tape changers, mediajukeboxes,
and tape drives. It can also report much data, including serial numbers,
maximum block sizes, and TapeAlert(tm) messages that most modern tape
drives implement, as well as do raw SCSI READ and WRITE commands to
tape drives.

It works like chio(1) but supports more features and drives and runs in
users land. There are some amanda (sysutils/amanda-server) scripts, which
depend on mtx.
2015-07-09 10:27:39 +00:00
jperkin
50b73a00c2 Use nbcompat headers. Fix pid_t printing. Fixes build on at least SunOS. 2015-07-09 09:44:18 +00:00
kamil
b84b72881d Add missing entry to USE_TOOLS: pkg-config
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-09 09:25:55 +00:00
richard
a918e68204 add msgmerge and xgettext to USE_TOOLS and use xsltproc-nonet to
avoid network traffic during build.
2015-07-09 02:39:16 +00:00
richard
d632415892 fix typo 2015-07-09 01:57:40 +00:00
richard
c41a796165 fix typo (thanks dholland@) 2015-07-09 01:56:44 +00:00
khorben
6baabecb05 Make pkglint happier
This Makefile is now used by devel/radare2-valabind/Makefile as well.
2015-07-08 22:51:58 +00:00
khorben
e03e8f9951 Added devel/radare2-valabind version 0.9.2 2015-07-08 22:50:39 +00:00
khorben
48f86e4aef Add radare2-valabind 2015-07-08 22:49:01 +00:00
khorben
5db3c9c7dc Import devel/radare2-valabind version 0.9.2
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-08 22:48:02 +00:00
wiz
ea2036a64c Revert previous -- this is not part of qt4 base. 2015-07-08 21:39:15 +00:00
wiedi
26eb979542 Updated editors/nano to 2.4.2 2015-07-08 21:28:19 +00:00
wiedi
520ae48b0e Update nano to 2.4.2
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 21:23:43 +00:00
youri
df57ef34e1 - Make options work.
- Make gvfs a suggested option.

ok @khorben, @dholland
2015-07-08 21:15:21 +00:00
wiz
bfbc1e439b Updated x11/qt4 to 4.8.7 2015-07-08 17:50:36 +00:00
wiz
34da1902a7 Update qt4 to 4.8.7.
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-08 17:49:49 +00:00
tsutsui
04e9c9a36b Updated multimedia/adobe-flash-plugin11 to 11.2.202.481 2015-07-08 17:23:23 +00:00
tsutsui
ac23a34293 Update adobe-flash-plugin11 to 11.2.202.481.
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-08 17:22:37 +00:00
richard
1ae2efffe6 Updated net/filezilla to 3.12.0 2015-07-08 16:47:34 +00:00
richard
fd97e3a80c Update to 3.12.0
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-08 16:46:43 +00:00
jperkin
b08993f1d0 Change PKGNAME to what dependencies expect. Fixes bulk builds. 2015-07-08 16:11:21 +00:00
wen
68e7af8a64 Updated www/p5-Plack to 1.0037 2015-07-08 16:08:33 +00:00
wen
76f2a7d7cb Update to 1.0037
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-08 16:07:30 +00:00
wen
b7254ddfaf Updated www/p5-HTTP-Headers-Fast to 0.18 2015-07-08 16:04:32 +00:00
wen
e77d2fed9c Update to 0.18
Upstream changes:
0.18 2015-06-19T06:06:14Z

    - import content_type_charset from HTTP::Headers. #5
      (miyagawa)
2015-07-08 16:03:32 +00:00
wen
a59e829de4 Updated www/moodle to 2.9.1 2015-07-08 15:54:16 +00:00
wen
dab805e784 Update to 2.9.1
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-08 15:51:56 +00:00
rodent
a1f3d0f437 CONFLICTS with Xaw3d. Reported by taca@. 2015-07-08 12:00:25 +00:00
wiz
7640bb997a Updated devel/exempi to 2.2.2 2015-07-08 11:58:42 +00:00
wiz
08a13bf812 Update to 2.2.2:
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-08 11:58:33 +00:00
wiz
a72c4b4ac1 Updated graphics/ImageMagick to 6.9.1.7 2015-07-08 11:51:58 +00:00
wiz
302bf3b510 Update to 6.9.1-7:
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-08 11:51:50 +00:00
wiz
09492bc061 Updated devel/py-virtualenv to 13.1.0 2015-07-08 11:43:02 +00:00
wiz
0fced9a26d Update to 13.1.0:
13.1.0 (2015-06-30)
~~~~~~~~~~~~~~~~~~~

* Upgrade pip to 7.1.0

* Upgrade setuptools to 18.0.1
2015-07-08 11:42:54 +00:00
richard
686d55639d better use share/locale (thanks wiz@) 2015-07-08 10:49:44 +00:00
richard
8d906620e3 Updated sysutils/upower to 0.99.3 2015-07-08 10:42:25 +00:00
richard
6cc04e35fd update to 0.99.3 and use xsltproc-nonet.mk 2015-07-08 10:41:35 +00:00
richard
3b51aa54a7 Add docbook-xml and docbook-xsl to avoid nonet load failures as well as
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-08 10:34:46 +00:00
wiz
c78ac67f34 Updated net/p5-Net-DNS to 1.01 2015-07-08 06:41:48 +00:00
wiz
916ea3df61 Update to 1.01:
**** 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-08 06:41:35 +00:00
taca
1daaa4e7d4 Note update of BIND packages:
net/bind99	9.9.7pl1
	net/bind910	9.10.2pl2
2015-07-07 22:27:45 +00:00
taca
04911de21f Update bind910 to 9.10.2pl2.
--- 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-07 22:26:42 +00:00
taca
c1978e796c Update bind99 to 9.9.7pl1 (BIND 9.9.7-P1).
--- 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-07 22:25:35 +00:00
rodent
09ad729dbe Updated meta-pkgs/ruby-redmine-plugins to 1.1.0 2015-07-07 22:23:36 +00:00