aboutsummaryrefslogtreecommitdiff
path: root/security/nettle
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaces from category securityEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345433
* Fix up OPTIONS_DEFINE being after bsd.port.pre.mk.Mathieu Arnold2014-02-101-4/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=343662
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Enable stage support; no functional changesJohan van Selst2013-12-011-7/+7
| | | | Notes: svn path=/head/; revision=335369
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Update Nettle to 2.7.1 (bugfix release)Johan van Selst2013-06-133-5/+5
| | | | Notes: svn path=/head/; revision=320833
* Update Nettle to 2.7Johan van Selst2013-04-293-35/+13
| | | | Notes: svn path=/head/; revision=316836
* - Remove A/An in COMMENTCarlo Strub2013-03-291-1/+1
| | | | | | | - Trim Header where applicable Notes: svn path=/head/; revision=315566
* Add -fPIC flag to fix compilation on sparc64Johan van Selst2013-01-261-1/+7
| | | | | | | Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk> Notes: svn path=/head/; revision=311015
* - Update Nettle to 2.6Johan van Selst2013-01-173-11/+11
| | | | | | | | | | - While here, also trim makefile headers PR: ports/175360 Submitted by: Niclas Zeising <zeising@daemonic.se> Notes: svn path=/head/; revision=310565
* - Update Nettle to 2.5 releaseJohan van Selst2012-07-123-14/+14
| | | | | | | | | | | - Remove local patch that is no longer needed - This release is ABI/API compatible with the previous version PR: ports/169742 Submitted by: Niclas Zeising <zeising@daemonic.se> Notes: svn path=/head/; revision=300815
* Fix build on CURRENT using m4 -g instead of m4Baptiste Daroussin2011-12-181-0/+1
| | | | | | | Approved by: johans Notes: svn path=/head/; revision=287628
* Update Nettle to 2.4 (bugfix release)Johan van Selst2011-09-043-4/+4
| | | | Notes: svn path=/head/; revision=281164
* - Update nettle to 2.3Johan van Selst2011-09-033-4/+8
| | | | | | | | The library is intended to be binary compatible with nettle-2.2 - Includes *.pc files for pkgconfig Notes: svn path=/head/; revision=281081
* Fix nettle build with clang on i386: correct assemblyJohan van Selst2011-08-181-0/+4
| | | | | | | | PR: ports/159773 Submitted by: rene Notes: svn path=/head/; revision=279950
* - Add MASTER_SITE_GNU as new site for nettleJohan van Selst2011-07-181-3/+4
| | | | | | | - Remove duplicated ex modeline Notes: svn path=/head/; revision=277891
* Update nettle to 2.2Johan van Selst2011-07-173-10/+11
| | | | Notes: svn path=/head/; revision=277860
* - Update nettle to 2.1 release [1]Johan van Selst2011-04-273-10/+14
| | | | | | | | | | | | | The latest stable release of GnuTLS requires this version. This includes a shared library bump - Grab maintainership for myself (to catch any issues that may arise) PR: ports/156173 [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Approved by: Charlie Kester <corky1951@comcast.net> (old maintainer) Notes: svn path=/head/; revision=273270
* By Maintainer's request, toss these ports back into the poolDoug Barton2011-04-271-1/+1
| | | | Notes: svn path=/head/; revision=273235
* Switch to use newer GMP version.Alex Dupre2010-04-191-1/+2
| | | | | | | | | PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin) Notes: svn path=/head/; revision=252906
* All ports depending on the nettle library have been updatedMartin Wilke2009-12-026-59/+34
| | | | | | | | | | | to use nettle 2.0, and there is no longer any reason to keep separate ports for nettle versions 1.x and 2.x. PR: 139482 139484 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) Notes: svn path=/head/; revision=245106
* - Pass maintainer to submitterPhilip M. Gollucci2009-07-081-1/+1
| | | | | | | | PR: ports/136448 Submitted by: Charlie Kester <corky1951@comcast.net> Notes: svn path=/head/; revision=237401
* Chase libgmp and bump PORTREVISION.Alex Dupre2009-05-131-2/+2
| | | | Notes: svn path=/head/; revision=233833
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209422
* - Remove --mandir and --infodir from CONFIGURE_ARGS. They are now defaultRong-En Fan2007-07-241-1/+1
| | | | | | | | | | in bsd.port.mk. Tested with: my tinderbox on i386 6 Approved by: portmgr Notes: svn path=/head/; revision=196216
* - Correct info file path (PREFIX/share/info -> PREFIX/INFO_PATH)Rong-En Fan2007-07-162-5/+4
| | | | | | | | | - Bump PORTREVISION Reported by: pointyhat exp run Notes: svn path=/head/; revision=195707
* - Update to 1.15Martin Wilke2007-05-273-6/+8
| | | | | | | | PR: 112925 Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com> Notes: svn path=/head/; revision=191972
* Reset jim@corebsd.or.id, since he no longer has access to FreeBSD machines.Mark Linimon2007-02-271-1/+1
| | | | | | | | | We appreciate the help in the past. Hat: portmgr Notes: svn path=/head/; revision=186167
* Fix compile with OpenSSL 0.9.8b in -CURRENT.Simon L. B. Nielsen2006-09-021-0/+13
| | | | | | | | PR: ports/101974 Approved by: maintainer timeout Notes: svn path=/head/; revision=171924
* - Fix build on 4.xMartin Wilke2006-08-072-1/+2
| | | | | | | | | | - Fix pkg-plist Submitted by: pointyhat via kris Approved by: krion (mentor) Notes: svn path=/head/; revision=169955
* Update to 1.14Martin Wilke2006-06-143-11/+13
| | | | | | | | | PR: ports/98434 Submitted by: miwi Approved by: krion (mentor), maintainer timeout Notes: svn path=/head/; revision=165414
* Chase gmp library and bump PORTREVISION.Alex Dupre2006-05-101-2/+2
| | | | Notes: svn path=/head/; revision=161929
* SHA256ifyEdwin Groothuis2006-01-241-1/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154318
* security/nettle is out of date : port version is 1.7, available is 1.13Edwin Groothuis2005-11-246-54/+41
| | | | | | | | | | | | | Nettle port is out of date. Nettle website has 1.13 for ages. Nettle port needs to be updated for software fixes purposes. Bumped portversion of lang/pike76 PR: ports/87655 Submitted by: Xavier beaudouin <kiwi@oav.net> Notes: svn path=/head/; revision=149277
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - Install shared library (mostly for Pike 7.5 crypto toolkit)Sergei Kolobov2003-10-294-6/+54
| | | | | | | | | | | | - Install documentation and examples - Utilize INFO PR: 58338 Submitted by: Xavier Beaudouin <kiwi@plonk.home.oav.net> Approved by: maintainer Notes: svn path=/head/; revision=92600
* - don't clobber any given LDFLAGSDirk Meyer2003-09-011-1/+1
| | | | | | | | resolves conflitcs with bsd.openssl.mk Approved by: jim@corebsd.or.id Notes: svn path=/head/; revision=88299
* PR: 51650Foxfair Hu2003-05-084-4/+56
| | | | | | | | Submitted by: Jim Geovedi <jim@corebsd.or.id> Update to 1.7 Notes: svn path=/head/; revision=80416
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* - Support CFLAGS/CXXFLAGS properlyYing-Chieh Liao2002-09-202-8/+10
| | | | | | | | | | - Pass "--no-split" flag to makeinfo PR: 42896 Submitted by: Ports Fury Notes: svn path=/head/; revision=66801
* bump libgmp4 libversionYing-Chieh Liao2002-06-251-1/+1
| | | | Notes: svn path=/head/; revision=61910
* libgmp3 -> libgmp4Ying-Chieh Liao2002-04-181-1/+2
| | | | Notes: svn path=/head/; revision=57844
* upgrade to 1.5Ying-Chieh Liao2002-02-013-11/+9
| | | | Notes: svn path=/head/; revision=54101
* add nettleYing-Chieh Liao2001-12-065-0/+45
A low-level cryptographic library Notes: svn path=/head/; revision=51118