Commit graph

378613 commits

Author SHA1 Message Date
Dmitry Marakasov
d571ca773e - Update to 2.7.1
- Pass maintainership to submitter

PR:		203740
Submitted by:	ports@toco-domains.de
2015-10-13 22:24:28 +00:00
Max Brazhnikov
c825618795 Add new port graphics/py-gphoto2:
Python bindings for libgphoto2.

WWW: http://pypi.python.org/pypi/gphoto2/
2015-10-13 21:18:59 +00:00
Max Brazhnikov
725f471b15 Add new ports. devel/pyvisa:
Python bindings to the "Virtual Instrument Software Architecture"
VISA library, in order to control measurement devices via GPIB,
RS232, or USB.

WWW: https://pypi.python.org/pypi/PyVISA

devel/pyvisa-py:

PyVISA-py is a backend for PyVISA.  It implements most of the methods
for Message Based communication (Serial/USB/GPIB/Ethernet) using
Python and some cross platform libraries.

WWW: https://pypi.python.org/pypi/PyVISA-py
2015-10-13 20:59:51 +00:00
Dmitry Sivachenko
2d3f719bae Update to 1.6.0 release 2015-10-13 20:56:30 +00:00
Max Brazhnikov
431239946f devel/py-usb:
- Use options helpers
- Allow concurrent python installations

PR:		202888
Approved by:	sbz (maintainer timeout 5 weeks)
2015-10-13 20:36:18 +00:00
Max Brazhnikov
312b3b9c38 comms/py-serial:
- Use options helpers
- Fix packaging with python3
- Add patch to make tools.list_ports usable on FreeBSD (committed upstream)

PR:		202887
Approved by:	sbz (maintainer timeout 5 weeks)
2015-10-13 20:35:29 +00:00
Max Brazhnikov
ca45c4c08c misc/qt5ct:
- Update to 0.19
- Add pkg-message for those who don't read README (or build ports without DOCS)
2015-10-13 20:34:50 +00:00
Koop Mast
6d164bc5d3 Add presentproto, which is a build dependancy of xorg-server. This should
fix tigervnc in poudriere again.

Submitted by:	olgeni@
2015-10-13 20:20:44 +00:00
David Naylor
225d46f684 i386-wine-devel: update to version 1.7.52 2015-10-13 20:19:58 +00:00
Christian Weisgerber
0b0cf9fc3e Use the new test framework in my ports, if applicable.
While here, also strip more libraries.
2015-10-13 20:07:54 +00:00
Rene Ladan
46a3cede8a Forgot two vulnerabilities in the previous commit. 2015-10-13 19:31:43 +00:00
Rene Ladan
5a62cc722a Document new vulnerabilities in www/chromium < 46.0.2490.71
Obtained from:	http://googlechromereleases.blogspot.nl/2015/10/stable-channel-update.html
2015-10-13 19:28:44 +00:00
Kurt Jaeger
86cadbb07d security/py-acme: 0.0.b1 -> 0.0.0.dev20151008
Changes: For now, see
	https://github.com/letsencrypt/letsencrypt/commits/master

PR:		203405
2015-10-13 19:12:17 +00:00
Dirk Meyer
0c017173f7 - fix API for miniupnpc-1.9.20151008 2015-10-13 18:41:03 +00:00
Dirk Meyer
a02d0704b0 - Security update to miniupnpc-1.9.20151008
Security: http://talosintel.com/reports/TALOS-2015-0035/
PR:		203705
Submitted by:	Bernard Spil
2015-10-13 18:39:45 +00:00
Jimmy Olgeni
9a561e5c66 Upgrade databases/elixir-geo to version 0.17.0. 2015-10-13 18:30:51 +00:00
Olli Hauer
bcadba6f9e - update to 2.4.17
- add support for HTTP/2 (RFC 7540)
- remove obsolate libressl patches [1]

In this release are some exciting new features including:

 *) HTTP/2 support via mod_http2 module
 *) Support for SO_REUSEPORT in MPMs for significant scalability

Changes with Apache 2.4.17

 *) mod_http2: added donated HTTP/2 implementation via core module. Similar
    configuration options to mod_ssl. [Stefan Eissing]

 *) mod_proxy: don't recyle backend announced "Connection: close" connections
    to avoid reusing it should the close be effective after some new request
    is ready to be sent.  [Yann Ylavic]

 *) mod_substitute: Allow to configure the patterns merge order with the new
    SubstituteInheritBefore on|off directive.  PR 57641
    [Marc.Stern <Marc.Stern approach.be>, Yann Ylavic, William Rowe]

 *) mod_proxy: Fix ProxySourceAddress binding failure with AH00938.
    PR 56687.  [Arne de Bruijn <apache arbruijn.dds.nl>

 *) mod_ssl: Support compilation against libssl built with OPENSSL_NO_SSL3,
    and change the compiled-in default for SSL[Proxy]Protocol to "all -SSLv3",
    in accordance with RFC 7568. PR 58349, PR 57120. [Kaspar Brand]

 *) mod_ssl: append :!aNULL:!eNULL:!EXP to the cipher string settings,
    instead of prepending !aNULL:!eNULL:!EXP: (as was the case in 2.4.7
    and later). Enables support for configuring the SUITEB* cipher
    strings introduced in OpenSSL 1.0.2. PR 58213. [Kaspar Brand]

 *) mod_ssl: Add support for extracting the msUPN and dnsSRV forms
    of subjectAltName entries of type "otherName" into
    SSL_{CLIENT,SERVER}_SAN_OTHER_{msUPN,dnsSRV}_n environment
    variables. Addresses PR 58020. [Jan Pazdziora <jpazdziora redhat.com>,
    Kaspar Brand]

 *) mod_logio: Fix logging of %^FB (time to first byte) on the first request on
    an SSL connection.  PR 58454.
    [Konstantin J. Chernov <k.j.chernov gmail.com>]

 *) mod_cache: r->err_headers_out is not merged into
    r->headers when mod_cache is enabled and the response
    is cached for the first time. [Edward Lu]

 *) mod_slotmem_shm: Fix slots/SHM files names on restart for systems that
    can't create new (clear) slots while previous children gracefully stopping
    still use the old ones (e.g. Windows, OS2). mod_proxy_balancer failed to
    restart whenever the number of configured balancers/members changed during
    restart.  PR 58024.  [Yann Ylavic]

 *) core/util_script: make REDIRECT_URL a full URL.  PR 57785. [Nick Kew]

 *) MPMs: Support SO_REUSEPORT to create multiple duplicated listener
    records for scalability. [Yingqi Lu <yingqi.lu@intel.com>,
    Jeff Trawick, Jim Jagielski, Yann Ylavic]

 *) mod_proxy: Fix a race condition that caused a failed worker to be retried
    before the retry period is over. [Ruediger Pluem]

 *) mod_autoindex: Allow autoindexes when neither mod_dir nor mod_mime are
    loaded. [Eric Covener]

 *) mod_rewrite:  Allow cookies set by mod_rewrite to contain ':' by accepting
    ';' as an alternate separator.  PR47241.
    [<bugzilla schermesser com>, Eric Covener]

 *) apxs: Add HTTPD_VERSION and HTTPD_MMN to the variables available with
    apxs -q. PR58202. [Daniel Shahaf <danielsh apache.org>]

 *) mod_rewrite: Avoid a crash when lacking correct DB access permissions
    when using RewriteMap with MapType dbd or fastdbd.  [Christophe Jaillet]

 *) mod_authz_dbd: Avoid a crash when lacking correct DB access permissions.
    PR 57868. [Jose Kahan <jose w3.org>, Yann Ylavic]

 *) mod_socache_memcache: Add the 'MemcacheConnTTL' directive to control how
    long to keep idle connections with the memcache server(s).
    Change default value from 600 usec (!) to 15 sec. PR 58091
    [Christophe Jaillet]

 *) mod_dir: Prevent the internal identifier "httpd/unix-directory" from
    appearing as a Content-Type response header when requests for a directory
    are rewritten by mod_rewrite. [Eric Covener]

[1] tested by brnrd@
2015-10-13 18:17:28 +00:00
Jan Beich
f749f090b0 devel/android-tools-fastboot: don't search for selinuxfs mountpoint 2015-10-13 18:03:49 +00:00
Jan Beich
6a1cb428a4 devel/android-tools-*: slightly improve standalone build
- Try to derive {ADB,FASTBOOT}_REVISION from git(1)
- Use pkg-config for libcrypto/libpcre/libusb (e.g. if they aren't in base)
- Convert PORTDOCS into FILES (bsd.port.mk vs. bsd.prog.mk)
- Partially convert to new testing framework
- Put -lpthread last as enforced by base r274849 but prevent
  := assignment from mucking $ escaping in $()
- |make clean| to clean files built by test target
- Move up bsd.prog.mk in order to use ${PROG} and ${OBJS} defined in it
2015-10-13 18:03:26 +00:00
Jan Beich
59af415900 devel/android-tools-adb: explicitly include stdint.h for intptr_t 2015-10-13 18:02:59 +00:00
Jan Beich
9192384b70 devel/android-tools-adb-devel: update to m.p.4374
Changes:	659f5ade04..f83766079e/adb
2015-10-13 18:02:39 +00:00
Jan Beich
7c586a14ce emulators/ppsspp: update to 1.1.1
Changes:	http://ppsspp.org/#news
2015-10-13 18:02:20 +00:00
Jan Beich
dbd1be6896 audio/alsa-lib: hook lsb tests 2015-10-13 18:01:57 +00:00
Vanilla I. Shu
62d55e0165 Add databases/elixir-exredis. 2015-10-13 16:12:17 +00:00
Koop Mast
6099338ddc Chase xorg-server 1.17 update.
Use the bundled patch for this xorg-server version, and rename the old
local patch for it so it applies to this patch.

Reported by:	olgeni@
2015-10-13 15:30:39 +00:00
Roman Bogorodskiy
d46a1ae989 - Update to 0.9.6
- Update MASTER_SITES and WWW to point to the actual site
- Drop dead link from pkg-message.in
- Do not include shlib version in libtorrent dependency line
2015-10-13 15:21:50 +00:00
Roman Bogorodskiy
eed2d74d83 - Update to 0.13.6
- Update MASTER_SITES and WWW to point to the actual site
2015-10-13 15:20:52 +00:00
Mark Felder
9b7763fc08 Document security/sshguard-ipfw 1.6.2 changes 2015-10-13 14:54:55 +00:00
Frederic Culot
05cd4e49f5 - Update to 0.21
Changes:	https://github.com/PadreIDE/Parse-ErrorString-Perl/blob/master/Changes
2015-10-13 13:58:05 +00:00
Steve Wills
c4598245c1 www/firefox-i18n, www/firefox-esr-i18n: fix stage-qa and deinstallation errors
PR:		203519
Submitted by:	amdmi3
2015-10-13 13:17:29 +00:00
Mark Felder
b1e45ea840 www/radicale: Update to 1.0.1
Submitted by:	andrey.kiryanov@cern.ch
2015-10-13 13:11:06 +00:00
Frederic Culot
3ea869c695 - Update to 2.96
Changes:	http://search.cpan.org/dist/Term-Menus/ChangeLog
2015-10-13 13:07:07 +00:00
Ryan Steinmetz
add0fecbc8 - Fix two memory leaks (reported in upstream bug #2674)
- Bump PORTREVISION

Submitted by:	Laurent GOUHIER <lg@efficientip.com>
Obtained from:	valgrind
2015-10-13 12:18:17 +00:00
Kurt Jaeger
4d9ce8f9cd net/ocserv: 0.10.8 -> 0.10.9
Changes: http://www.infradead.org/ocserv/changelog.html

PR:		203739
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
2015-10-13 12:13:15 +00:00
Koop Mast
4c670c9a31 Add missing dependancies so xephyr can be build again. [1]
Reported by:	Piotr Kubaj <pkubaj@riseup.net>
2015-10-13 11:31:40 +00:00
Koop Mast
3ddf3f75fb Document nvidia-driver-173 removal. 2015-10-13 10:10:52 +00:00
Koop Mast
dbcb36987b unbreak index. 2015-10-13 10:08:30 +00:00
Antoine Brodin
3ad2ea6e69 Unbreak INDEX 2015-10-13 09:26:46 +00:00
John Marino
dc0aafdaa7 math/plpot(-ada): Fix shared library version for port options
PR:		203730
Submitted by:	Ben Woods (plplot maintainer)
2015-10-13 08:35:03 +00:00
Mathieu Arnold
009403d474 - update from 6.5.5 to 6.5.7
- add py-sqlite3 as a run dependency
- simplify the port

PR:		201402
Submitted by:	mp39590 gmail com
Sponsored by:	Absolight
2015-10-13 07:56:33 +00:00
Koop Mast
fe1f977435 Remove the 173.14.39 nvidia-driver. it doesn't support a xorg-server newer
then 1.15. And also marked forbidden. (MOVED entry snuck in the xserver
update itself).
2015-10-13 07:51:08 +00:00
Koop Mast
1742c4fbee Xorg-server update to 1.17.2 with related driver updates and bumps.
Update fontproto to 2.1.3.
Update libXfont to 1.5.1.
Update xf86-input-keyboard 1.8.1.
Update xf86-input-vmmouse to 13.1.0.
Update xf86-input-void to 1.4.1.
Update xf86-video-chips to 1.2.6.
Update xf86-video-cirrus to 1.5.3.
Update xf86-video-mach64 to 6.9.5.
Update xf86-video-neomagic to 1.2.9.
Update xf86-video-r128 to 6.10.0.
Update xf86-video-s3virge to 1.10.7.
Update xf86-video-savage to 2.3.8.
Update xf86-video-siliconmotion to 1.7.8.
Update xf86-video-sis to 0.10.8.
Update xf86-video-trident to 1.3.7.
Update xf86-video-vesa to 2.3.4.

* All other xf86-* drivers where bump and/or patched to allow them to
  compile and work with the new xorg-server.
* The ATI-ums driver is removed because the API it depends on was
  removed from the xorg-server.
* Add patch to sunffb to make the lack of XAA non-fatal
  (not build/run tested due to lack of hardware).
* Remove the extra patches in xorg-server for arm. The code seems to
  support it now natively. Please file a bug if this is not the case.
* Update the xorg-server support in virtualbox-ose-additions for vboxmouse. [1]

Submitted by:	jkim@ [1]
Obtained from:	Graphics devel repo
2015-10-13 07:45:08 +00:00
Mathieu Arnold
c783d50e7f Also move the WWW to github.
Submitted by:	Ben Woods
Sponsored by:	Absolight
2015-10-13 07:41:05 +00:00
John Marino
0075ba54f7 math/plpot(-ada): Upgrade version 5.11.0 => 5.11.1
PR:		203730
Submitted by:	Ben Woods (plplot maintainer)
2015-10-13 06:17:07 +00:00
Dmitry Marakasov
3dd699039f - Unbreak by installing missing data files
- Remove unused depends
- Remove /var/games stuff which is not used

MFH:		2015Q4
2015-10-13 04:00:00 +00:00
Dmitry Marakasov
287fd6b2e8 - Don't specify protocol in socketpair(AF_UNIX, SOCK_DGRAM, ...), otherwise it fails with EPROTONOSUPPORT
MFH:		2015Q4
2015-10-13 03:50:33 +00:00
Dmitry Marakasov
febb502cb4 - Don't specify protocol in socketpair(AF_UNIX, SOCK_DGRAM, ...), otherwise it fails with EPROTONOSUPPORT. This unbreaks games/super_methane_brothers
MFH:		2015Q4
2015-10-13 03:50:28 +00:00
Dmitry Marakasov
b6e3b399b6 - Fix parallel build: don't use MFLAGS in upstream Makefile as it's reserved by make and contains -j flag
- Use MANPREFIX
2015-10-13 03:40:07 +00:00
Mark Felder
cb8c677412 security/sshgaurd: Update to 1.6.2
* Remove recommendation of using syslog pipes
* IPFW support has been rewritten and entries now are added to table 22

PR:		203452
2015-10-13 01:14:26 +00:00
Bryan Drewery
481f66bd21 Follow-up r399170 with a script, ports_env.sh, that can be used for the purpose.
This will allow Poudriere to know if it is possible to use the feature or not
by the existence of the file.

Also fix quoting issues.

With hat:	portmgr
2015-10-13 00:03:10 +00:00