cvs commit: ports/lang/ghc bsd.hackage.mk ports/security Makefile ports/security/hs-tls Makefile distinfo pkg-descr

Gabor Pali pgj at FreeBSD.org
Sat Feb 18 16:23:01 UTC 2012


pgj         2012-02-18 16:23:00 UTC

  FreeBSD ports repository

  Modified files:
    lang/ghc             bsd.hackage.mk 
    security             Makefile 
  Added files:
    security/hs-tls      Makefile distinfo pkg-descr 
  Log:
  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
  
  Revision  Changes    Path
  1.126     +2 -1      ports/lang/ghc/bsd.hackage.mk
  1.1254    +1 -0      ports/security/Makefile
  1.1       +36 -0     ports/security/hs-tls/Makefile (new)
  1.1       +2 -0      ports/security/hs-tls/distinfo (new)
  1.1       +12 -0     ports/security/hs-tls/pkg-descr (new)


More information about the cvs-ports mailing list