Commit graph

273468 commits

Author SHA1 Message Date
Gabor Pali
5891d6ddde This package uses attoparsec for parsing the actual contents of the HTTP
connection.  It also provides higher-level functions which allow you to
avoid direct usage of enumerators.

WWW:	http://github.com/snoyberg/http-enumerator

Obtained from:	FreeBSD Haskell
2012-02-18 16:27:14 +00:00
Gabor Pali
94dc53a878 A set of extra definitions, default values and helpers for the tls
package.

WWW:	http://github.com/vincenthz/hs-tls-extra

Obtained from:	FreeBSD Haskell
2012-02-18 16:24:24 +00:00
Gabor Pali
98c816c3be Native Haskell TLS and SSL protocol implementation for server and
client.

This provides a high-level implementation of a sensitive security
protocol, eliminating a common set of security issues through the use of
the advanced type system, high level constructions and common Haskell
features.

Currently implement the SSL3.0, TLS1.0, TLS1.1 and TLS1.2 protocol, with
only RSA supported for Key Exchange.

WWW:	http://github.com/vincenthz/hs-tls

Obtained from:	FreeBSD Haskell
2012-02-18 16:23:00 +00:00
Gabor Pali
b00b470fac Certificates and Key reader/writer. At the moment only X509 certificate
and unencrypted private key are supported, but will include PGP
certificate and pkcs8 private keys.

WWW:	http://github.com/vincenthz/hs-certificate

Obtained from:	FreeBSD Haskell
2012-02-18 16:19:56 +00:00
Gabor Pali
50dfbf8bd4 Defines a data type, Attempt, which has a Success and Failure
constructor.  Failure contains an extensible exception.

WWW:	http://github.com/snoyberg/attempt/tree/master

Obtained from:	FreeBSD Haskell
2012-02-18 16:17:25 +00:00
Gabor Pali
b41081fd35 A simple type class for success/failure computations.
WWW:	http://www.haskell.org/haskellwiki/Failure

Obtained from:	FreeBSD Haskell
2012-02-18 16:14:50 +00:00
Gabor Pali
538cb4bedf ASN1 data reader and writer in raw form with supports for high level
forms of ASN1 (BER, CER and DER).

WWW:	http://github.com/vincenthz/hs-asn1-data

Obtained from:	FreeBSD Haskell
2012-02-18 16:12:23 +00:00
Gabor Pali
45819fa559 This library implements the RSA encryption and signature algorithms for
arbitrarily-sized ByteStrings.  While the implementations work, they are
not necessarily the fastest ones on the planet.  Particularly key
generation.  The algorithms included are based of RFC 3447, or the
Public-Key Cryptography Standard for RSA, version 2.1 (a.k.a, PKCS#1
v2.1).

WWW:	http://hackage.haskell.org/package/RSA

Obtained from:	FreeBSD Haskell
2012-02-18 16:09:15 +00:00
Gabor Pali
b57a83d9a7 An unrolled implementation of MD5 purely in Haskell.
WWW:	http://hackage.haskell.org/package/pureMD5

Obtained from:	FreeBSD Haskell
2012-02-18 16:06:05 +00:00
Alberto Villa
20dd907073 - Update to 1.4. 2012-02-18 15:15:16 +00:00
Matthew Seaman
37035a72be Security update to 3.4.10.1
XSS in replication setup

  ChangeLog:

    Welcome to phpMyAdmin 3.4.10.1, a minor security release.

3.4.10.1 (2012-02-18)
- [security] XSS in replication setup, see PMASA-2012-1

  Security Advisory:

    http://www.phpmyadmin.net/home_page/security/PMASA-2012-1.php

Approved by:	shaun (mentor)
2012-02-18 15:00:46 +00:00
Matthew Seaman
7dd10aacc8 Don't specify ABI versions in LIB_DEPENDS where it isn't necessary.
Approved by:  shaun (mentor)
2012-02-18 14:57:40 +00:00
Marcus von Appen
42b833790e - Fixed OpenGL usage knob.
Reported by:	eadler
2012-02-18 14:37:05 +00:00
Pawel Pekala
a51574f1d7 The openNURBS Initiative provides CAD, CAM, CAE, and computer graphics software
developers the tools to accurately transfer 3-D geometry between applications.

openNURBS is an open source toolkit for reading and writing models in the 3DM
format

WWW: http://www.openNURBS.org

PR:		ports/164376
Submitted by:	Fernando Apesteguia <fernando.apesteguia@gmail.com>
2012-02-18 14:03:47 +00:00
Frederic Culot
0be8f0010d - Update MAINTAINER
PR:		ports/165246
Submitted by:	Stefan Ehmann <shoesoft@gmx.net> (maintainer)
2012-02-18 13:38:25 +00:00
Renato Botelho
c463b5c65e Fix URL to download smtp-auth patch 2012-02-18 13:19:03 +00:00
Renato Botelho
ccdbe8dabb - Update to 0.8, wich is compatible with audacious 3.2 and unbreak it 2012-02-18 13:15:40 +00:00
Renato Botelho
998ea2184e - Add a new OPTION to enable experimental SSL support
Submitted by:	Marcello Coutinho <marcellocoutinho@gmail.com>
2012-02-18 13:14:31 +00:00
Renato Botelho
85a72c9f82 - Add a new OPTION, to control if php files will be or not installed. Since
it's on by default, no PORTREVISION bump is necessary
- Use ETCDIR instead of complete path

PR:		ports/164706
Submitted by:	Takefu <takefu@airport.fm>
2012-02-18 13:11:17 +00:00
Renato Botelho
38e8a1e857 Fix docbook dependency - s/docbook-450/docbook-xml-450/
PR:		ports/164578
Submitted by:	Michiel Boland <michiel@boland.org>
2012-02-18 13:07:11 +00:00
Dirk Meyer
35d120f6db - build with giflib 2012-02-18 12:14:38 +00:00
Gerald Pfeifer
2862fcd45a Update to the 20120217 snapshot of GCC 4.6.3. 2012-02-18 12:07:36 +00:00
Dirk Meyer
70f8a04567 - build with giflib
- add dependecy to iconv as source used iconv directly
2012-02-18 11:40:38 +00:00
Maho Nakata
5b4d408145 update to svn 1245861, add LICENSE line, and more system stuffs.
Submitted by:	pfg@ (partially)
2012-02-18 11:39:51 +00:00
Munechika SUMIKAWA
7ff5def4d5 Fixed old URL.
Submitted by: 	winstonw@lavabit.com
2012-02-18 11:31:15 +00:00
Dirk Meyer
e2c4065fa0 - build with giflib 2012-02-18 11:12:45 +00:00
Gerald Pfeifer
437543d296 Update to Wine 1.4 RC4; yet more bug and translation fixes. 2012-02-18 11:11:09 +00:00
Dirk Meyer
5d0a14ae3a - remove libungif, use giflib
- remove option GIFLIB
2012-02-18 10:53:48 +00:00
Marcus von Appen
fbd0197639 - Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:	exp-run by pav
2012-02-18 10:18:33 +00:00
Doug Barton
e25425a4ab After just 7 short years, a new release of WindowMaker, 0.95.2
New features and highlights:

Left Half / Right Half Maximize.

Maximus: tiled maximization. Maximizes a window such that it occupies the
  largest area without overlapping others.

New mouse-resizing functionality. Windows can now be resized vertically
  (horizontally) using MOD+Wheel (CTRL+Wheel).

History and TAB completion in dialogs. To use this new functionality in
  your old WMRootMenu, replace %a by %A in the relevant entry. It will
  look like this (Run..., SHEXEC, "%A(Run, Type command:)"). Or use
  wmgenmenu to generate a new menu.

Bouncing appicon effect.

New applications (wmgenmenu and wmmenugen) to generate the root menu
  automatically by looking which applications you have on your $PATH.
  Translations to German, Spanish and French of menus generated by
  wmgenmenu.

Improved dockapp recognition.

And many trivial things which reduce little annoyances one might have.
  For example, an option was added to control whether or not Window Maker
  should do automatic workspace switching to satisfy a focus request from
  a window located in another workspace.

Added keyboard shortcut to uncover/cover the dock.

Mac OS X-style window cycling.

Preliminary XRandR support (needs a bit more work to be bug-free).

Many other bug fixes.

For the ports:
* Remove patches that have been adopted upstream or otherwise made
  obsolete
* Remove the OPTIONS, and enable all features
* Improve PREFIX-safety
* Otherwise simplify the windowmaker port
* Make libwraster a proper slave port
2012-02-18 09:16:03 +00:00
Roman Bogorodskiy
5ec360b901 - Add missing pkgconfig dependency
- Bump PORTREVISION

PR:		164792
Submitted by:	Stefan Krüger <stadtkind2@gmx.de>
2012-02-18 05:08:23 +00:00
Eitan Adler
a6e42dd0d9 linux-flashplugin-7* no longer exists 2012-02-18 05:00:28 +00:00
Eitan Adler
1fa858c065 Remove quotes from BROKEN and IGNORE as they are not required 2012-02-18 03:32:35 +00:00
Gabor Pali
bd8178b27a Gitit is a wiki backed by a git, darcs, or mercurial filestore. Pages
and uploaded files can be modified either directly via the VCS's
command-line tools or through the wiki's web interface.  Pandoc is used
for markup processing, so pages may be written in (extended) markdown,
reStructuredText, LaTeX, HTML, or literate Haskell, and exported in ten
different formats, including LaTeX, ConTeXt, DocBook, RTF, OpenOffice
ODT, and MediaWiki markup.

Notable features include:

 * plugins: dynamically loaded page transformations written in Haskell.
 * conversion of TeX math to MathML for display in web browsers.
 * syntax highlighting of source code files and code snippets.
 * Atom feeds (site-wide and per-page).
 * a library, Network.Gitit, that makes it simple to include a gitit
   wiki in any happstack application.

WWW:	http://gitit.net/

Obtained from:	FreeBSD Haskell
2012-02-18 03:25:18 +00:00
Gabor Pali
81c73710a6 Run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS to prevent
XSS attacks.

WWW:	http://github.com/gregwebs/haskell-xss-sanitize

Obtained from:	FreeBSD Haskell
2012-02-18 03:21:47 +00:00
Eitan Adler
dd0880a1b8 Remove bogus comment that has been around since '07. 2012-02-18 03:19:47 +00:00
Gabor Pali
24c8f91a65 - Fix ordering 2012-02-18 03:19:01 +00:00
Gabor Pali
91ff17f09d CSS parser and renderer.
WWW:	http://www.yesodweb.com/

Obtained from:	FreeBSD Haskell
2012-02-18 03:18:12 +00:00
Eitan Adler
1b0124f208 Remove quotes from BROKEN as they are not required
Approved by:	swills (maintainer)
2012-02-18 03:16:46 +00:00
Gabor Pali
ca9e235905 The reCAPTCHA [1] is a service that provides captchas for preventing
automated spam in web applications.  The recaptcha-hs provides functions
for using reCAPTCHA in Haskell web applications.

[1] http://recaptcha.net/

WWW:	http://github.com/jgm/recaptcha/tree/master

Obtained from:	FreeBSD Haskell
2012-02-18 03:14:59 +00:00
Gabor Pali
57c3fca0c5 The filestore library provides an abstract interface for a versioning
file store, and modules that instatiate this interface.  Currently Git,
Darcs, and Mercurial modules are provided, and other VCSs or databases
could be added.

WWW:	http://johnmacfarlane.net/repos/filestore

Obtained from:	FreeBSD Haskell
2012-02-18 03:11:31 +00:00
Gabor Pali
f2526f6fb0 A port of the Java library by Terrence Parr.
WWW:	http://hackage.haskell.org/package/HStringTemplate

Obtained from:	FreeBSD Haskell
2012-02-18 03:08:15 +00:00
Gabor Pali
2c28d03314 Parser and writer for handling sectioned config files in Haskell. The
ConfigFile module works with configuration files in a standard format
that is easy for the user to edit, easy for the programmer to work with,
yet remains powerful and flexible.  It is inspired by, and compatible
with, Python's ConfigParser module.  It uses files that resemble Windows
.INI-style files, but with numerous improvements.

ConfigFile provides simple calls to both read and write config files.
It is possible to make a config file parsable by this module, the Unix
shell, and make.

WWW:	http://software.complete.org/configfile

Obtained from:	FreeBSD Haskell
2012-02-18 03:05:26 +00:00
Steve Wills
db8e337894 - Take maintainership 2012-02-18 01:47:54 +00:00
Jung-uk Kim
04111c28a5 Fix multiple security vulnerabilities.
CVE-2011-3563:	Fix issues in java sound
CVE-2011-3571:	Fix in AtomicReferenceArray
CVE-2011-5035:	Add property to limit number of request headers to the HTTP Server
CVE-2012-0501:	Better input parameter checking in zip file processing
CVE-2012-0502:	Issues with some KeyboardFocusManager method
CVE-2012-0503:	Issues with TimeZone class
CVE-2012-0505:	Enhance exception throwing mechanism in ObjectStreamClass
CVE-2012-0506:	Issues with some method in corba

Obtained from:	IcedTea Project
2012-02-18 01:06:58 +00:00
David Thiel
859882f486 Add DNSCurve support for dnscache, using Michael Dempsky's patch.
PR:		ports/164833
2012-02-18 00:34:05 +00:00
Jason Helfman
4e9619a09b - Update to 2.3
- while here pet portlint

PR: ports/165205
Submitted by: maintainer, 6yearold@gmail.com
2012-02-17 23:30:08 +00:00
Matthias Andree
cf069d0998 Also remove ${DATADIR} on uninstall. 2012-02-17 23:23:59 +00:00
Michael Scheidell
fadfa31db6 - Update to 0.8.38 [1]
- Force dependency on python 2.7 since other versions won't work [2]

PR:		ports/164841 [1]
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) [1]
Reported by:	kevin.mcaleavey@knosproject.com [2]
Approved by:	gabor (mentor, implicit)
Feature safe:	Yes
2012-02-17 23:22:01 +00:00
Philip M. Gollucci
6a94b4c964 - Update to 9.00
Files in redports work as expected

PR:             ports/164875
Submitted by:   John Hein <jhein@symmetricom.com> (maintainer)
2012-02-17 22:43:30 +00:00