Commit graph

359284 commits

Author SHA1 Message Date
Olivier Duchateau
57e49c0bdf Update to 1.4.3 2015-02-14 17:02:03 +00:00
Jan Beich
0b7791eb8f - Update to version 1.44b [1]
- Unbreak install with LOCALBASE != PREFIX [2]

Changes:	http://lcamtuf.coredump.cx/afl/ChangeLog.txt
PR:		197564 [1]
PR:		197644 [2]
Submitted by:	fk@fabiankeil.de (maintainer) [1]
Approved by:	fk@fabiankeil.de (maintainer) [2]
Approved by:	mentors (implicit)
2015-02-14 16:47:52 +00:00
Olli Hauer
da9c4272eb - remove dead mirrors from MASTER_SITES
(a good overview can be taken by viewving the
   source of http://www.postfix.org/download.html)
- remove MASTER_SITE_SUBDIR, it should be used only for sites defined in bsd.site.mk
2015-02-14 16:31:40 +00:00
Vanilla I. Shu
fba6ec83c6 Upgrade to 1.4.3. 2015-02-14 16:07:59 +00:00
Adam Weinberger
0b45e0a120 Update to 1.18.
Changes: https://metacpan.org/changes/distribution/Params-Validate
2015-02-14 15:42:27 +00:00
Danilo Egea Gondolfo
5c43601d8f - Update to 7.42.3 2015-02-14 15:29:31 +00:00
Mark Linimon
de47900417 Give this an expiration date. The latest release is 0.64 from 20141030 and
may fix the compile problems.
2015-02-14 14:24:22 +00:00
Koop Mast
192fe3d122 Fix the build with clang 3.5 by using the suggested function.
PR:		196124
Submitted by:	dim@
Approved by:	maintainer
2015-02-14 13:58:06 +00:00
Koop Mast
92a684c4ff Fix build with clang 3.5.0.
PR:		196108
Submitted by:	dim@
Approved by:	maintainer (via IRC)
2015-02-14 13:36:48 +00:00
Antoine Brodin
fd15ba51cc Update to 2.0.15 2015-02-14 11:55:19 +00:00
Antoine Brodin
33888bc5f9 Fix a typo 2015-02-14 11:37:37 +00:00
Koop Mast
7909e799c5 Add a patch to handle sysclt dev.$driver.$n.%location output changes
on FreeBSD 11.x.

Obtained from:	upstream
2015-02-14 11:19:40 +00:00
John Marino
58bacb3cb9 devel/psptoolchain-binutils: Remove -Werror like devel/binutils
The binutils packages sets the -Werror by default, but it an unused
variable make the build fail with newer GCCs.  Set --disable-werror
flag just like is done for devel/binutils to fix the build with current
GCC compilers.
2015-02-14 11:12:30 +00:00
Rusmir Dusko
6dadcea6be - Add patch, fix build on DragonFly [1]
https://github.com/lsalzman/enet/issues/42

PR:		197610
Submitted by:	jbeich [1]
2015-02-14 10:48:24 +00:00
Muhammad Moinur Rahman
f8a1725d8b [NEW] devel/p5-B-C: Perl compiler's C backend
This compiler backend takes Perl source and generates C source
code corresponding to the internal structures that perl uses to
run your program. When the generated C source is compiled and
run, it cuts out the time which perl would have taken to load
and parse your program into its internal semi-compiled form.
That means that compiling with this backend will not help improve
the runtime execution speed of your program but may improve
the start-up time. Depending on the environment in which your
program runs this may be either a help or a hindrance.

WWW: http://search.cpan.org/dist/B-C/

PR:		196719
Submitted by:	svysh.fbsd@gmail.com
Approved by:	bapt marino (implicit)
2015-02-14 10:16:31 +00:00
Antoine Brodin
27778962e7 Mark BROKEN: Fails to link
/usr/bin/clang++  Ntop.o  ParserInterface.o  Prefs.o  HTTPBL.o  Categorization.o  EthStats.o  HTTPserver.o  ActivityStats.o  Lua.o  ProtoStats.o  NetworkInterface.o  PcapInterface.o  GenericHost.o  StringHash.o  Trace.o  PacketStats.o  StringHost.o  Utils.o  SimpleStringHost.o  GenericHashEntry.o  DnsStats.o  Flow.o  Redis.o  main.o  PeriodicActivities.o  AddressResolution.o  HostContacts.o  HistoricalInterface.o  Mutex.o  NdpiStats.o  ExportInterface.o  EppStats.o  AlertCounter.o  Host.o  IpAddress.o  DB.o  GenericHash.o  RuntimePrefs.o  FlowHash.o  TrafficStats.o  PF_RINGInterface.o  Geolocation.o  NtopGlobals.o  CollectorInterface.o  HostHash.o -Wall -L/usr/local/lib -lndpi   -lpcap -L/usr/local/lib -lluajit-5.1   -L/usr/local/lib -lrrd   /usr/local/lib/libzmq.a -L/usr/local/lib -ljson-c    -lsqlite3  -lGeoIP  -fstack-protector -L/usr/local/lib -lrt -lm -lpthread -o ntopng
/usr/local/lib/libzmq.a(libzmq_la-ipc_listener.o): In function `zmq::ipc_listener_t::set_address(char const*)':
(.text+0x7d0): warning: warning: tempnam() possibly used unsafely; consider using mkstemp()
/usr/local/lib/libzmq.a(libzmq_la-zmq.o): In function `zmq_ctx_new':
(.text+0x58): undefined reference to `pgm_init'
/usr/local/lib/libzmq.a(libzmq_la-zmq.o): In function `zmq_ctx_new':
(.text+0x79): undefined reference to `pgm_error_free'

Reported by:	pkg-fallout
2015-02-14 09:12:36 +00:00
Antoine Brodin
6dc43f5e1a Mark BROKEN: Fails to link, tries to use internal fltk symbols
src/WindowUtils.cpp:(.text+0x484): undefined reference to `fl_disable_transient_for'
src/WindowUtils.cpp:(.text+0x5ae): undefined reference to `fl_show_iconic'
src/WindowUtils.cpp:(.text+0x5d6): undefined reference to `fl_show_iconic'
c++: error: linker command failed with exit code 1 (use -v to see invocation)

Reported by:	pkg-fallout
2015-02-14 09:00:55 +00:00
Kubilay Kocak
d14e671335 [NEW] www/py-autobahn: WebSocket library, WAMP real-time framework
Autobahn|Python is a networking library that is part of the Autobahn
project and provides implementations of:

  * The WebSocket Protocol
  * The Web Application Messaging Protocol (WAMP)

for Twisted and asyncio, on Python 2 & 3 and for writing servers and
clients.

WebSocket allows bidirectional real-time messaging on the Web and WAMP
adds asynchronous Remote Procedure Calls and Publish & Subscribe on top
of WebSocket.

WWW: http://autobahn.ws/python
2015-02-14 08:45:16 +00:00
Kubilay Kocak
dc252dfc90 [NEW] sysutils/shutilwhich: shutil.which for those not using Python 3.3
A copy & paste backport of Python 3.3's shutil.which function.

Import like this: import shutilwhichh.

This will monkeypatch shutil if there is no shutil.which method, otherwise
leave it alone.

WWW: https://github.com/mbr/shutilwhich
2015-02-14 08:01:19 +00:00
Kubilay Kocak
c6b2919327 [NEW] www/py-wsaccel: WebSocket Accelerator for ws4py and AutobahnPython
WSAccell is WebSocket accelerator for AutobahnPython, ws4py and Tornado.

WSAccell replaces per-byte process in them with Cython version.

WWW: https://github.com/methane/wsaccel
2015-02-14 07:23:47 +00:00
Jan Beich
a2204e8c7d Add CPE information
PR:		197580
Submitted by:	shun <shun.fbsd.pr@dropcut.net>
Approved by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Approved by:	mentors (implicit)
2015-02-14 07:07:48 +00:00
Bryan Drewery
fcb61d791f - Update to checkin 963c4a777573 from stass' bitbucket, which is 3.10.0. 2015-02-14 04:05:29 +00:00
Jung-uk Kim
0f8aa7bf07 Fix plist without X11 or QT4 options.
Reported by:	bar
2015-02-13 23:44:00 +00:00
Xin LI
3f25b69574 Add a new patch for iet(4) after sendfile refactor.
This would fix build for -CURRENT.
2015-02-13 22:38:19 +00:00
Sean Bruno
438af398a5 Add powerpc/powerpc64 to the list of ARCH that get libmissing by default.
Reviewed by:	jhibbits
2015-02-13 21:41:22 +00:00
Cy Schubert
6974908566 Backported patches for CVE-2014-5353 and CVE-2014-5354 received from MIT
for krb5-111 and krb5-112.

Obtained from:	Greg Hudson <ghudson@mit.edu>
Security:	CVE-2014-5353, CVE-2014-5354
2015-02-13 20:25:24 +00:00
Cy Schubert
82c37d8660 Backported patches for CVE-2014-5353 and CVE-2014-5354 received from MIT
for krb5-111 and krb5-112.

Obtained from:	Greg Hudson <ghudson@mit.edu>
Security:	CVE-2014-5353, CVE-2014-5354
2015-02-13 20:23:28 +00:00
Steve Wills
78ce0f5b50 www/node: fix error getaddrinfo EAI_BADFLAGS
PR:		197539
Reported by:	Valery Komarov <komarov@valerka.net>
Submitted by:	Daniel Lin <linpct@gmail.com> (maintainer)
Obtained from:	https://github.com/joyent/node/issues/9204
2015-02-13 19:52:53 +00:00
Baptiste Daroussin
3c3b3a32c6 Release pkg 1.4.12:
- Fix a bug that can generate an unlinkat issue on dragonfly
2015-02-13 19:45:44 +00:00
Kurt Jaeger
a07c0217ad sysutils/lsof: 4.89B -> 4.89C
- Updated for latest version of FreeBSD 11.0-CURRENT.
- Compensated for a missing FreeBSD 10.0 typedef of bool on the
  i386 architecture. Allen Hewes provided a test system.
  Andrey Chernov provided useful advice.
- Improved tests/Add2TestDB script with a patch from Peter Schiffer.
  Added patches from Peter to eliminate Linux gcc warnings.
  Updated Lsof.8 with improvements supplied by Bjarni Ingi Gislason.
- Changed FreeBSD global CFLAGS extraction per Terry Kennedy
  Also made sure -DNEEDS_BOOL_TYPEDEF is #define'd when the resulting
  CFLAGS doesn't contain it. Terry reported that need.

PR:		197388
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2015-02-13 19:09:02 +00:00
Antoine Brodin
fe7642d357 Add a note in UPDATING about dependency registration rework
PR:		197542
2015-02-13 19:04:42 +00:00
Rene Ladan
523abc95f4 Remove expired ports:
2015-02-13 sysutils/rsyslog7-devel: EoL, use sysutils/rsyslog7
2015-02-13 sysutils/rsyslog8-devel: EoL, use sysutils/rsyslog8
2015-02-13 18:57:56 +00:00
Steve Wills
eb82f765c0 www/node: fix error getaddrinfo EAI_BADFLAGS
PR:		197539
Reported by:	Valery Komarov <komarov@valerka.net>
Submitted by:	Daniel Lin <linpct@gmail.com> (maintainer)
Obtained from:	https://github.com/joyent/node/issues/9204
2015-02-13 17:59:04 +00:00
Frederic Culot
0d8ece171e - Update to 1.26
- Shorten COMMENT

Changes:	http://search.cpan.org/dist/Term-ReadLine-Gnu/Changes
2015-02-13 15:16:53 +00:00
Frederic Culot
fcf39f1eb1 - Update to 0.04
Changes:	http://search.cpan.org/dist/Compress-LZW/Changes
2015-02-13 15:13:58 +00:00
Jimmy Olgeni
01aacc513b Check if dtraceall is actually loaded when DTRACE is enabled. 2015-02-13 15:11:50 +00:00
Ryan Steinmetz
f7e2ff1544 - Always use instances logic in rc script. This should make it easier to start with one instance and add others without complexity.
- Bump PORTREVISION
2015-02-13 14:54:46 +00:00
Frederic Culot
7fc3d89660 - Update to 1.45
Changes:	http://search.cpan.org/dist/Archive-Zip/Changes
2015-02-13 14:27:20 +00:00
Frederic Culot
78ba4f99ce - Update to 1.008
Changes:	http://search.cpan.org/dist/Perl-OSType/Changes
2015-02-13 14:21:59 +00:00
Frederic Culot
932cb7cbbd - Update to 1.08
Changes:	http://search.cpan.org/dist/Test-Cmd/Changes
2015-02-13 13:59:48 +00:00
Nicola Vitale
6233e6bbcb - Add security/linux-c6-nss to dependencies
- Bump PORTREVISION
2015-02-13 13:48:56 +00:00
Nicola Vitale
60f122cae1 - Remove instructions for fixing python command. It already
has the correct version
- Bump PORTREVISION for those who have already updated the
  program via ports, and got the error:
    env: python2.72: No such file or directory
  at runtime
2015-02-13 13:38:35 +00:00
Sergey A. Osokin
1c7b13b336 Update third-party modsecurity module from 2.8.0 to 2.9.0.
<ChangeLog>

12 Feb 2015 - 2.9.0
-------------------

 * Fix apr_crypto.h include, now checking if apr_crypto.h is available by
   checking the definition WITH_APU_CRYPTO.
   [martinjina and ModSecurity team]

15 Dez 2014 - 2.9.0-RC2
-----------------------

 * OpenSSL dependency was removed on MS Windows builds. ModSecurity is now using
   the Windows certificate storage.
   [Gregg Smith, Steffen and ModSecurity team]
 * Informs about external resources loaded/failed while reloading Apache.
   [ModSecurity team]
 * Adds missing 'ModSecurity:' prefix in some warnings messages.
   [Walter Hop and ModSecurity team]
 * Refactoring external resources download warn messages. Holding the message
   to be displayed when Apache is ready to write on the error_log.
   [ModSecurity team]
 * Remote resources loading process is now failing in case of HTTP error.
   [Walter Hop and ModSecurity team]
 * Fixed start up crash on Apache with mod_ssl configured. Crash was happening
   during the download of remote resources.
   [Christian Folini, Walter Hop and ModSecurity team]
 * Curl is not a mandatory dependency to ModSecurity core anymore.
   [Rainer Jung and ModSecurity team]

18 Nov 2014 - 2.9.0-RC1
-----------------------

 * `pmFromFile' and `ipMatchFromFile' operators are now accepting HTTPS served
    files as parameter.
 * `SecRemoteRules' directive - allows you to specify a HTTPS served file that
    may contain rules in the SecRule format to be loaded into your ModSecurity
    instance.
 * `SecRemoteRulesFailAction' directive - allows you to control whenever the
    user wants to Abort or just Warn when there is a problem while downloading
    rules specified with the directive: `SecRemoteRules'.
 * `fuzzyHash' operator - allows to match contents using fuzzy hashes.
 * `FILES_TMP_CONTENT' collection - make available the content of uploaded
    files.
 * InsecureNoCheckCert - option to validate or not a chain of SSL certificates
   on mlogc connections.
 * ModSecurityIIS: ModSecurity event ID was changed from 0 to 0x1.
   [Issue #676 - Kris Kater and ModSecurity team]
 * Fixed signature on "status call": ModSecurity is now using the original
   server signature.
   [Issues #702 - Linas and ModSecurity team]
 * YAJL version is printed while ModSecurity initialization.
   [Issue #703 - Steffen (Apache Lounge) and Mauro Faccenda]
 * Fixed subnet representation using slash notation on the @ipMatch operator.
   [Issue #706 - Walter Hop and ModSecurity team]
 * Limited the length of a status call.
   [Issue #714 - 'cpanelkurt' and ModSecurity team]
 * Added the missing -P option to nginx regression tests.
   [Issue #720 - Paul Yang]
 * Fixed automake scripts to do not use features which will be deprecated in
   the upcoming releases of automake.
   [Issue #760 - ModSecurity team]
 * apr-utils's LDFALGS is now considered while building ModSecurity.
   [Issue #782 - Daniel J. Luke]
 * IIS installer is not considering IIS 6 as compatible anymore.
   [Issue #790 - ModSecurity team]
 * Fixed yajl build script: now looking for the correct header file.
   [Issue #804 - 'rpfilomeno' and ModSecurity team]
 * mlgoc is now forced to use TLS 1.x.
   [Issue #806 - Josh Amishav-Zlatin and ModSecurity team]

</ChangeLog>
2015-02-13 12:49:33 +00:00
Dmitry Marakasov
8454bdc2fa - Update to 0.10.22
PR:		0.10.22
Submitted by:	sonjekua@gmail.com
Approved by:	maintainer timeout (swills)
2015-02-13 12:22:10 +00:00
Kubilay Kocak
4a6d5ed2f5 [NEW] devel/py-pytrie: Pure Python implementation of the trie data structure
A trie is an ordered tree data structure that is used to store a mapping
where the keys are sequences, usually strings over an alphabet. In
addition to implementing the mapping interface, tries allow finding the
items for a given prefix, and vice versa, finding the items whose keys
are prefixes of a given key.

WWW: https://bitbucket.org/gsakkis/pytrie
2015-02-13 12:13:02 +00:00
Kurt Jaeger
6732f9e5f7 devel/libdombey: 4.1.1 -> 4.1.2
New manual, no functional changes.

PR:		197569
Submitted by:	jimmy@mammothcheese.ca (maintainer)
2015-02-13 12:02:53 +00:00
Kurt Jaeger
d471eb2b7c devel/libserver: 2.1 -> 2.1.1
New manual, no functional changes.

PR:		197570
Submitted by:	jimmy@mammothcheese.ca (maintainer)
2015-02-13 12:00:33 +00:00
Ashish SHUKLA
94e74ae9d0 - Update rc.d script to add a configtest command to test configuration
before starting/restarting service.

PR:		197587
Submitted by:	elbarto at megadrive.org
2015-02-13 11:52:22 +00:00
Ashish SHUKLA
1b75f6827a - Update rc.d script to add a configtest command to test configuration
before starting/restarting service.

PR:		197587
Submitted by:	elbarto at megadrive.org
2015-02-13 11:51:06 +00:00
Kubilay Kocak
c457b1ffbf [NEW] textproc/py-mistune: Fastest markdown parser in pure Python
The fastest markdown parser in pure Python, inspired by marked.

Features:

  * Pure Python. Tested in Python 2.6+, Python 3.3+ and PyPy.
  * Very Fast. It is the fastest in all pure Python markdown parsers.
  * More Features. Table, footnotes, autolink, fenced code etc.

WWW: https://github.com/lepture/mistune
2015-02-13 11:33:45 +00:00