Commit graph

359213 commits

Author SHA1 Message Date
Cy Schubert
640b0b330c Fix gcc5 build for DragonFly BSD.
PR:		197561
Submitted by:	marino
2015-02-12 21:15:15 +00:00
Koop Mast
5eb4ef2599 The xorg-server entry in commit 378888, also mention portepoch for the other
version we want to check.
2015-02-12 21:00:49 +00:00
Sean Bruno
0552c4fd0d Explicitly link against libpam. Fixes builds with external toolchains (qemu powered
poudriere).

PR:		196966
Approved by:	maintainer timeout
2015-02-12 20:52:26 +00:00
Sean Bruno
090230c211 This patch makes the port respect CFLAGS, CPPFLAGS, LDFLAGS and LIBS. Fixes builds with
external toolchains (qemu enabled poudriere jails).

PR:		196968
Submitted by:	tijl
Approved by:	maintainer timeout
2015-02-12 20:48:26 +00:00
Lev A. Serebryakov
a0103f147d Update to latest upstream commit. 2015-02-12 20:47:00 +00:00
Lev A. Serebryakov
23e9ee14ec Update to latest commit. 2015-02-12 20:45:12 +00:00
Jimmy Olgeni
383ab42c3e Fix issue #83 of ansible-modules-extras with pull request #204 ("Even
though the password param is specified as optional, the rabbitmq_user
module fails when it is not provided.")

PR:		197573
Submitted by:	olgeni
Reviewed by:	maintainer
2015-02-12 20:17:28 +00:00
Dmitry Marakasov
b0db670239 - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-02-12 20:00:17 +00:00
Koop Mast
e8e22ed74d Fix CVE-2015-0255.
Information leak in the XkbSetGeometry request of X servers.

Submitted by:	http://lists.freedesktop.org/archives/xorg/2015-February/057158.html
Obtained from:	upstream
MFH:		2015Q1
2015-02-12 19:58:41 +00:00
Koop Mast
d7d1d8da5b Document xorg-server CVE-2015-0255.
Information leak in the XkbSetGeometry request of X servers
2015-02-12 19:56:45 +00:00
Sean Bruno
ab55e8738f Only enable dtrace support for amd64/i386 for now.
More testing needs to be done on arm to see if our dtrace support is
compatible with what ruby needs.  PowerPC may work as well, but needs
more testing.

Reviewed by:	swills
2015-02-12 19:50:52 +00:00
Ryan Steinmetz
eb0ed5cd4e - Fix hrSystemProcesses regression
- Bump PORTREVISION

PR:		197124
Submitted by:	Lukasz Wasikowski <lukasz@wasikowski.net>
Obtained from:	upstream: https://sourceforge.net/p/net-snmp/bugs/2595/
2015-02-12 19:50:34 +00:00
Edward Tomasz Napierala
36a194b33c Update to 3.0.1.
This also includes various cleanups and adds a missing dependency.

Submitted by:	luca.pizzamiglio at gmail.com (with changes)
2015-02-12 18:53:29 +00:00
Lev A. Serebryakov
b40e4f5245 Fix build of libstdc++. 2015-02-12 17:58:35 +00:00
Juergen Lock
f3b7bb35f9 Catch up with github tree - changelog:
https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
2015-02-12 17:47:57 +00:00
Sean Bruno
30e3cf13fb Add mips64 to list of ARCH that disable gold.
Enables binutils for MIPS64
2015-02-12 17:44:34 +00:00
Pawel Pekala
c52d6b0f41 - Update to version 0.3.11 [1]
- Pass maintainership to submitter [1]
- Convert to options subs and helpers

PR:		197179 [1]
Submitted by:	chris@bsdjunk.com [1]
2015-02-12 15:57:24 +00:00
Ashish SHUKLA
20da3a365b - Add missed dependencies to BUILD_DEPENDS
- Use p5-Module-Pluggable from ports, as Module::Plugable::Object is
  not present in perl5 >= 5.20

Submitted by:	az (via private email)
2015-02-12 15:24:30 +00:00
Ashish SHUKLA
6dd6aca043 - Add OPTION to enable support for GUILE
PR:		197512
Submitted by:	ashish
Approved by:	<luca.pizzamiglio at gmail.com> (maintainer)
2015-02-12 15:15:03 +00:00
Lev A. Serebryakov
c44d28bdb1 Update official bare metal ARM toolchain to latest release from 4.9 branch. 2015-02-12 15:00:31 +00:00
Kubilay Kocak
6162c11bc8 security/reop: Quietly clean up after myself
Remove commented out *FLAGS
2015-02-12 14:33:09 +00:00
Kubilay Kocak
615bb777b9 [NEW] security/reop: Reasonable Expectation Of Privacy
reop is a simple, semi-modern wannabe PGP clone.

Supported operations include signing -S and verifying -V messages, plus
a variety of options for encrypting messages (-D -E). It does everything
you'd expect a PGP program to do. More accurately, it does everything I
expect you to expect a PGP program to do.

WWW: https://github.com/tedu/reop
2015-02-12 14:28:58 +00:00
Kris Moore
f11a65e763 Telegram-purple is a Libpurple plugin that adds support for the
Telegram messenger.

WWW: https://github.com/majn/telegram-purple
2015-02-12 14:18:02 +00:00
Kurt Jaeger
7df608cc22 dns/getdns: 0.1.5 -> 0.1.6
- Fix: linking against libev on FreeBSD
- Fix: Let configure report problem on FreeBSD when configuring with
  libevent and libunbound <= 1.4.22 is not compiled with libevent.
- Better libcheck detection
- Better portability with UNIX systems

PR:		197560
Submitted by:	pi
Approved by:	zi (maintainer)
2015-02-12 13:49:43 +00:00
Kurt Jaeger
5d1b82e171 www/p5-Selenium-Remote-Driver: 0.2203 -> 0.23
http://cpansearch.perl.org/src/GEMPESAW/Selenium-Remote-Driver-0.23/Changes

New Features
- #178 Fix upload_file's return value & add test suite
- #179 Add optional middle finder-strategy argument to T:S:R:D's
  find_element-like functions
- #174 Add new endpoints: cache status, geolocation, log types,
  orientation, etc

Bug Fixes
- #175 Fix find_elements
- #180 Stop overwriting body_text_unlike test descriptions
- #141 Explicitly cast height and weight to integers for set_window_size
2015-02-12 13:47:32 +00:00
Kubilay Kocak
39d5d795f4 Mk/Uses/lua.mk: Fix typo in el(f)if conditional
PR:		197565
Submitted by:	HellSpawn (via IRC)
Approved by:	portmgr (blanket)
2015-02-12 12:55:24 +00:00
Jimmy Olgeni
4df6cb7a5d Upgrade to version 2015.02.11 (ff22290). 2015-02-12 12:04:57 +00:00
Kurt Jaeger
507078b95f biology/seqtools: 4.31 -> 4.32
- Blixem
  o Previously-unsupported GFF feature types can now be displayed
    as a new 'basic feature' type.
  o Styles are now applied to the detail view as well as the big
    picture, so feature display is more consistent across the two
    views.
  o Fix a bug where styles were not being applied to
    dynamically-loaded features.
- Dotter
  o Added a 'maximise' button for the greyramp tool.
  o Small fixes to inconsistencies in context-sensitive menus and
    keyboard shortcuts.
2015-02-12 12:04:09 +00:00
Danilo Egea Gondolfo
4ef48b863b - Update to 0.20150203 2015-02-12 11:56:23 +00:00
Danilo Egea Gondolfo
5b386fa059 - Update to 9.7.88 2015-02-12 11:56:03 +00:00
Jimmy Olgeni
44400067e2 Upgrade to version 3.4.4 and set CPE_VENDOR.
PR:		197449 (CPE)
Submitted by:	shun
2015-02-12 10:43:40 +00:00
Jan Beich
bdc893065f - Update to 2.1.6
- Enable sound via alsa-lib

Differential Revision:	https://reviews.freebsd.org/D1670
Reviewed by:	amdmi3
Approved by:	amdmi3 (maintainer)
Approved by:	bapt (mentor)

ChangeLog:
* Point to new leaderboard server
* Make name resolve non-fatal
* Debian patch for gcc-4.4 integrated
2015-02-12 10:04:07 +00:00
Ganael LAPLANCHE
37961c3c31 - Move sysutils/brebis to sysutils/backupchecker
- Update to version 1.1
2015-02-12 09:23:27 +00:00
Frederic Culot
2f72fd7cc7 - Update to 1.06
Changes:	http://search.cpan.org/dist/Test-Inter/Changes
2015-02-12 08:43:03 +00:00
Kubilay Kocak
15bcaef594 [NEW] security/libnacl: Python bindings for NaCl
This library is used to gain direct access to the functions exposed by
Daniel J. Bernstein's nacl library via libsodium or tweetnacl. It has
been constructed to maintain extensive documentation on how to use nacl
as well as being tely portable. The file in libnacl/__init__.py can be
pulled out and placed directly in any project to give a single file
binding to all of nacl.

WWW: https://libnacl.readthedocs.org
2015-02-12 07:23:55 +00:00
Dmitry Sivachenko
e05126e99c Fix BUILD_DEPENDS 2015-02-12 06:17:19 +00:00
Brad Davis
84ace0a6a9 - Update dns/powerdns to 3.4.2
- Pet portlint

PR:		196889
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Approved by:	bdrewery
2015-02-12 02:21:02 +00:00
Antoine Brodin
62439ebe62 Fix a typo in RUN_DEPENDS 2015-02-11 23:05:40 +00:00
Cy Schubert
3ea0864a5e Remove @unexec.
Thanks to:	mat
2015-02-11 22:36:14 +00:00
Antoine Brodin
dec8051867 Use new LIB_DEPENDS syntax instead of a compat symlink
With hat:	portmgr
2015-02-11 22:02:16 +00:00
Baptiste Daroussin
4e22fc3280 Release 1.4.99.11
Changes:
- connect pkg alias to the build
- add pkg create -v and PKG_CREATE_VERBOSE in pkg.conf to get verbose package
  creation
- show repository priority in pkg -vv
- document pkg_repo_priority() in pkg_repos(3)
- fix a bug handling chflags on systems without chflagsat reported on dfly but
  might also affect FreeBSD 8 and 9 even if no bugs were reported yet [1]

  [1] Special thanks goes to Dillon for removing the dirt our of my eyes and
  spotting the bug, Antonio Huete Jimenez (tuxillo) for testing and tracking the
  bug since it has been spotted on dragonfly
2015-02-11 21:46:53 +00:00
Baptiste Daroussin
d8b3fe2296 Release 1.4.11
Changes:
- show repository priority in pkg -vv
- document pkg_repo_priority() in pkg_repos(3)
- fix a bug handling chflags on systems without chflagsat reported on dfly but
  might also affect FreeBSD 8 and 9 even if no bugs were reported yet [1]

[1] Special thanks goes to Dillon for removing the dirt our of my eyes and
spotting the bug, Antonio Huete Jimenez (tuxillo) for testing and tracking the
bug since it has been spotted on dragonfly
2015-02-11 21:44:47 +00:00
Cy Schubert
22baae8f8e Convert to @sample. 2015-02-11 21:25:56 +00:00
Johan van Selst
c33584b3b2 Add CPE information
PR:		197544
Submitted by:	shun.fbsd.pr@dropcut.net
2015-02-11 20:51:08 +00:00
Cy Schubert
603b389908 Fix recent build errors. 2015-02-11 20:43:36 +00:00
Pawel Pekala
4638c3a6f7 Update to version 9.11
Changelog:
Failure to use the external polarssl and lack of time has broguht me to
release hiawatha using the internal version of polarssl.

hiawatha (9.11) stable; urgency=low
ChallengeClient option added.
UrlToolkit options TotalConnections and OmitRequestLog added.
Improvements to UrlToolkit and reverse proxy swap.
UrlToolkit rules are also applied to PUT and DELETE.
Small improvements.

PR:		197205
Submitted by:	chris@bsdjunk.com (maintainer)
2015-02-11 20:28:35 +00:00
Pawel Pekala
54072fd11b - Update to version 1.6.3 [1]
- Remove MASTER_SITES line, not needed when using USE_GITHUB
- Remove optional installation of DOCS, staging takes of that
- Switch to INSTALL_DATA when installing docs files

PR:		196826 [1]
Submitted by:	olevole@olevole.ru [1]
Approved by:	fiziologus@gmail.com (maintainer)
2015-02-11 19:50:55 +00:00
Edward Tomasz Napierala
aa2feaf432 Fix fetch and unbreak. Distfile was rerolled, but there were no actual
source changes.

Sponsored by:	The FreeBSD Foundation
2015-02-11 19:37:56 +00:00
Edward Tomasz Napierala
0ceba1a2e7 Fix fetch. Looks like the distfile was rerolled somehow; there are
no differences in the actual source code.
2015-02-11 19:13:31 +00:00
Pawel Pekala
220f14c5df Mothra is a FreeBSD send-pr command line tool for Bugzilla system.
WWW: https://github.com/pct/mothra

PR:		196813
Submitted by:	Jin-Sih, Lin <linpct@gmail.com>
2015-02-11 19:09:24 +00:00