Commit graph

220836 commits

Author SHA1 Message Date
Wesley Shields
c860aa1c0f - Update to 0.1.21
PR:		ports/136252
Submitted by:	oleg <proler@gmail.com>
2009-07-14 14:24:23 +00:00
Jose Alonso Cardenas Marquez
36234a66ed - gambas2-gb-opengl: respect custom LOCALBASE/PREFIX
Reported by:	QAT
2009-07-14 13:48:11 +00:00
Wesley Shields
78c96492b1 - Eliminate empty _flags assignment
- s/ipcad/flowd

Noticed by:	dougb
2009-07-14 12:59:10 +00:00
Wesley Shields
ab83431b95 - Address command injection vulnerability
Submitted by:	Jarrod Sayers <jarrod@netleader.com.au> (private mail)
Security:	3ebd4cb5-657f-11de-883a-00e0815b8da8
2009-07-14 12:55:38 +00:00
Wesley Shields
04221e0994 - Address command injection vulnerability
PR:		ports/136187
Submitted by:	Jarrod Sayers <jarrod@netleader.com.au>
Security:	3ebd4cb5-657f-11de-883a-00e0815b8da8
2009-07-14 12:54:20 +00:00
Herve Quiroz
b764834a5c Update to 2.2.0
PR:		136749
Submitted by:	Tomas Verbaitis <tomasv@megalogika.lt>
2009-07-14 12:24:28 +00:00
Peter Pentchev
be547a7411 Update the texi2html port to version 1.82, largely based on
Pietro Cerutti's patch from the PR, but preserving the support for
a user-specified PROGRAM_PREFIX to keep PR 62607 still fixed :)
- update to 1.82
- support NOPORTDOCS properly
- fix DOCSDIR
- use the Savannah MASTER_SITES now that we're using a stock upstream version

While I'm here, refresh the single patch and add a descriptive comment.

PR:		136303
Submitted by:	gahr
2009-07-14 11:55:44 +00:00
Marcelo Araujo
0aeb4509ee - Bump PORTREVISION in favor of x11-toolkits/tktreectrl.
- Pass maintainer to Sylvio Cesar <scjamorim at bsd.com.br>.
2009-07-14 11:20:07 +00:00
Marcelo Araujo
d42a210d5b - Update to 2.2.9.
PR:		ports/136662
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
2009-07-14 11:18:14 +00:00
Li-Wen Hsu
2b97db48a6 - Ask the first Python installed to install the bin/python link,
and be the default Python version

PR:		ports/109550
Submitted by:	David Yeske <dyeske AT yahoo.com>
Obtained from:	tmclaugh
2009-07-14 09:29:03 +00:00
Mark Linimon
1be0ee9179 Over to new volunteer. 2009-07-14 09:13:39 +00:00
Nicola Vitale
12f4acd452 - Update to 0.9.7
- Remove post-install: target from Makefile

PR:		ports/134736
Submitted by:	Wen Heping <wenheping@gmail.com>
2009-07-14 09:00:03 +00:00
Daichi GOTO
53baa5e59f Fix build problem of lang/neko on tinderbox
PR:		ports/136734
Submitted by:	maintainer
2009-07-14 08:28:14 +00:00
Alexander Logvinov
91d7e8905e - Update to 0.6.4
PR:		ports/136745
Submitted by:	pgollucci
Approved by:	tabthorpe, glarkin (mentors, implicit)
2009-07-14 08:04:22 +00:00
Erwin Lansing
3accf1e172 Explicitly override LOCALBASE to make sure we don't get
confused by locally installed ports that might influence
PKGNAME or other variables.

Suggested by:	pav
2009-07-14 07:58:50 +00:00
Philip M. Gollucci
f5bc71a9bf - Fix build on 6.x where USE_GCC=3.4 is a no-op
Reported by:    pointyhat
Submitted by:   Timothy Beyer <beyert@cs.ucr.edu>
2009-07-14 07:29:01 +00:00
Li-Wen Hsu
ef6013d2a8 - Update to 1.6.1
PR:		ports/136732
Submitted by:	Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> (maintainer)
2009-07-14 07:22:57 +00:00
Philip M. Gollucci
ea9c0451d3 - Fix build with custom PREFIX
- Reported by:  QATty
2009-07-14 07:20:07 +00:00
Philip M. Gollucci
928b99dfab - Fix build with custom PREFIX
while here some minor cleanups

Reported by:    QATty
2009-07-14 07:13:29 +00:00
Philip M. Gollucci
79e834f92a - Update maintainer e-mail address
Requested by:   private e-mail
2009-07-14 06:36:53 +00:00
Philip M. Gollucci
c5dc3e5e48 Prosody is a flexible communications server for Jabber/XMPP written in Lua. It
aims to be easy to use, and light on resources. For developers it aims to be
easy to extend and give a flexible system on which to rapidly develop added
functionality, or prototype new protocols.

WWW: http://www.prosody.im/

PR:		ports/136267
Submitted by:	Andrew Lewis <dru at silenceisdefeat.net>
2009-07-14 06:30:55 +00:00
Philip M. Gollucci
3e0f3a3764 LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. This
version delegates to LuaSocket the TCP connection establishment between the
client and server. Then LuaSec uses this connection to start a secure TLS/SSL
session.

WWW: http://www.inf.puc-rio.br/~brunoos/luasec/

PR:		ports/136266
Submitted by:	Andrew Lewis <dru at silenceisdefeat.net>
2009-07-14 06:07:51 +00:00
Philip M. Gollucci
e271fb5d9f LuaExpat is a SAX XML parser based on the Expat library. SAX is the Simple API
for XML and allows programs to:

* process a XML document incrementally, thus being able to handle huge
  documents without memory penalties;
* register handler functions which are called by the parser during the
  processing of the document, handling the document elements or text.

With an event-based API like SAX the XML document can be fed to the parser in
chunks, and the parsing begins as soon as the parser receives the first
document chunk. LuaExpat reports parsing events (such as the start and end of
elements) directly to the application through callbacks. The parsing of huge
documents can benefit from this piecemeal operation.

WWW: http://www.keplerproject.org/luaexpat

PR:		ports/136265
Submitted by:	Andrew Lewis <dru at silenceisdefeat.net>
2009-07-14 06:02:55 +00:00
Philip M. Gollucci
37715c63a8 - state that this module include Net::LDAP
Requested/Discussed:    ports@
Submitted by:           Cezary Morga <cm@therek.net> on perl@
2009-07-14 05:25:29 +00:00
Philip M. Gollucci
4fe47351b0 - Update to 1.4.1
PR:             ports/136742
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
2009-07-14 05:15:18 +00:00
Philip M. Gollucci
5405e0e581 - Update to 3.2.0
PR:             ports/136740
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
2009-07-14 05:14:39 +00:00
Jeremy Messenger
89b5fde97c DEPRECATED= Use net-mgmt/net-snmp port instead
EXPIRATION_DATE=2009-07-01

It has been expired.
2009-07-14 04:49:55 +00:00
Jeremy Messenger
3c1aeeba71 Fix the build. 2009-07-14 04:48:17 +00:00
Jeremy Messenger
60e1c76f66 -Fix the build with libtool 2.2.
-Remove pcre dependency, it has never use system which it uses in its tarball.
-Don't build the pcre's example, it's not need.
-Bump the PORTREVISION.
2009-07-14 04:16:37 +00:00
Cy Schubert
3218121bc8 Welcome to syslog-ng3 (3.0.3). 2009-07-14 03:58:06 +00:00
Cy Schubert
9b62f65c80 Welcome to syslog-ng3 (3.0.3).
syslog-ng3 (Syslog New Generation) is a powerful replacement for the standard
syslogd.  Features include:

  - ability to filter messages based on content using regular expressions
  - forwarding logs on TCP
2009-07-14 03:57:24 +00:00
Norikatsu Shigemura
b2e878614d Update to 2.13.
PR:		ports/136062
Reported by:	Sutra Zhou   zhoushuqun gmail com
Submitted by:	Ashish SHUKLA   wahjava gmail com (maintainer)
2009-07-14 03:56:51 +00:00
Mikhail Teterin
8da8b7904e Add `regression-test'' and `check'' aliases to the test-target. The
first one is, I'm told, invoked by our build-cluster while building
official packages. The second is common enough out there for some
people to attempt...
2009-07-14 03:44:15 +00:00
Wesley Shields
c06a91a738 - Tweak nagios version information a bit for the command injection
vulnerability. Patches for net-mgmt/nagios and net-mgmt/nagios2 coming
  shortly.
2009-07-14 03:17:16 +00:00
Philip M. Gollucci
2c83aeafad - fix 'd' typo in pkg-plist 2009-07-14 02:17:12 +00:00
Jun Kuriyama
8dd3093b6f Upgrade to 3.0.35. 2009-07-14 01:54:03 +00:00
Philip M. Gollucci
c7e2b755db MySQL Workbench is a cross-platform, visual database design tool developed
by MySQL. It is the highly anticipated successor application of the
DBDesigner4 project.

5.2 branch still in Alpha stage

WWW: http://dev.mysql.com/workbench/

PR:		ports/136088 (part 2 of 2)
Submitted by:	Maxim Ignatenko
2009-07-14 00:51:12 +00:00
Philip M. Gollucci
59ddce058a - Fix typo in the previous commit 2009-07-14 00:50:34 +00:00
Philip M. Gollucci
535e699a49 - Update to 2.44 2009-07-13 23:33:28 +00:00
Philip M. Gollucci
19d2586f02 - Update to 1.4.29
- bump PORTREVISION for SHLIB bump
2009-07-13 23:31:56 +00:00
Philip M. Gollucci
3ba957f4a8 - Update to 2.5.8 2009-07-13 23:27:26 +00:00
Martin Wilke
dcf5cdfb06 - Update to 0.5.0
PR:		136401
Submitted by:	Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
2009-07-13 23:24:17 +00:00
Philip M. Gollucci
0b959ae04d MySQL Workbench is a cross-platform, visual database design tool developed
by MySQL. It is the highly anticipated successor application of the
DBDesigner4 project.

WWW: http://dev.mysql.com/workbench/

PR:		ports/136088 (part 1 of 2)
Submitted by:	Maxim Ignatenko
2009-07-13 23:14:24 +00:00
Philip M. Gollucci
f7434b4abb - claim some abandoned gems 2009-07-13 22:54:18 +00:00
Philip M. Gollucci
48cf8e3748 A Script that automates pasting to a number of pastebin services
relying only on bash, sed, coreutils (mktemp/sort/tr/wc/whoami/tee)
and wget

WWW: http://wgetpaste.zlin.dk/

PR:		ports/136411
Submitted by:	Anonymous
2009-07-13 22:44:24 +00:00
Philip M. Gollucci
597ef6d7b7 Slowloris both helps identify the timeout windows of a HTTP server or Proxy
server, can bypass httpready protection and ultimately performs a fairly low
bandwidth denial of service.  It has the added benefit of allowing the server
to come back at any time (once the program is killed), and not spamming the
logs excessively.  It also keeps the load nice and low on the target server, so
other vital processes don't die unexpectedly, or cause alarm to anyone who is
logged into the server for other reasons.

The main audience using slowloris is of course a system administrators wanting
to measure their webserver's performance and vulnerability.

WWW: http://ha.ckers.org/slowloris/

PR:		ports/136281
Submitted by:	Alexey V. Degtyarev
2009-07-13 22:40:20 +00:00
Martin Wilke
01a2bc5b35 - Update adminer to 1.11.1
- Connect adminer to the build
- Disconnect phpminadmin
- Remove phpminadmin project was renamed

PR:		136663
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-07-13 22:35:46 +00:00
Martin Wilke
998f661726 - Force commit after repocopy
repocopy from databases/phpminadmin --> databases/adminer
2009-07-13 22:29:34 +00:00
Philip M. Gollucci
cfc6d62f40 - Update to 0.11
PR:             ports/136525
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
2009-07-13 22:29:19 +00:00
Philip M. Gollucci
7da0a6ab16 On most systems, the default Python bsddb module is Python's module. On
FreeBSD, we build one based on the bsddb in base and make Python's a
seperate port. Our default works with Exaile, but causes a bit of
oddness, such as file paths inexplicably relocating. This oddness may
cause further unseen consequences, so instead we will rely on
databases/py-bsddb to keep in sync with expected behaviors.

If users decide that potentially broken behavior is good enough for them
and they do not want this extra dependency, I have left the rope on
the chandelier for them.

~/.local/share/exail/music.db.db

This file should really have only one db extension, and this artifact
is tied to some differenence in behavior between the the two flavors
of bsddb modules.

PR:             ports/136481
Submitted by    "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
2009-07-13 22:28:17 +00:00