aboutsummaryrefslogtreecommitdiff
path: root/mail/libetpan/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 1.8Pawel Pekala2017-05-091-1/+1
| | | | | | | | | | | | | Changelog: - LMTP support - workaround for QIP IMAP Server - compatibility with NDK 13 - fixed crash (CVE-2017-8825) MFH: 2017Q2 Notes: svn path=/head/; revision=440519
* - Update to version 1.7.2Pawel Pekala2016-08-091-3/+4
| | | | | | | | | - Convert to USES=ssl - Register dependency found by stage-qa - Bump affected deskutils/cairo-dock-plugins Notes: svn path=/head/; revision=419976
* Update to version 1.7Pawel Pekala2016-04-271-6/+3
| | | | Notes: svn path=/head/; revision=414120
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411990
* Convert to new USE_GITHUBPawel Pekala2015-04-041-1/+0
| | | | Notes: svn path=/head/; revision=383205
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer) Notes: svn path=/head/; revision=376062
* Update to version 1.6Pawel Pekala2014-12-241-4/+3
| | | | Notes: svn path=/head/; revision=375423
* Fix USES=autoreconf conversionPawel Pekala2014-09-271-3/+4
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=369387
* - Convert mail/libetpan to USES=autoreconfPawel Pekala2014-09-271-4/+5
| | | | | | | | - Bump affected ports - Simplify pkg-plist in mail/claws-mail Notes: svn path=/head/; revision=369383
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) Notes: svn path=/head/; revision=363436
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-07-231-0/+1
| | | | | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=362645
* mail/libetpan:Pawel Pekala2014-05-271-16/+11
| | | | | | | | | | | | | | | | | | | | | | | | | - Update to version 1.5, development moved to github - Convert to USES=libtool, don't install la file - Install striped version of library - Allow to compile with OpenSSL from base - Update homepage address - Bump affected deskutils/cairo-dock-plugins mail/claws-mail: - Update to version 3.10.0 - Convert to USES=libtool tar:bzip2 [1] - Don't install static plugin files [1] - Replace GMAKE with MAKE_CMD [1] Release notes: http://claws-mail.org/news.php mail/claws-mail-clamd: - Don't show pkg-message in post-install, staging takes care of that Submitted by: tijl via private mail [1] Notes: svn path=/head/; revision=355574
* - Convert to USES=tarPawel Pekala2014-03-171-1/+1
| | | | | | | - Use precise BSD licenses Notes: svn path=/head/; revision=348491
* Add support for STAGEDIRPawel Pekala2013-10-051-1/+0
| | | | Notes: svn path=/head/; revision=329478
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Switch to new LIB_DEPENDS formatPawel Pekala2013-08-291-5/+5
| | | | | | | | | - Convert USE_PERL5 to USES - Remove stale MAKE_JOBS_SAFE - Trim dependencies where they are too detailed Notes: svn path=/head/; revision=325602
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Convert my ports to current standardsPawel Pekala2013-07-101-15/+9
| | | | | | | | | | | - Switch USE_GMAKE to USES=gmake - Define supported options so users can see them in config dialogs - Use OPTIONS_SUB for plist alteration - Convert to options macros for better readability - Use PORTDOCS where it makes sense Notes: svn path=/head/; revision=322729
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-1/+1
| | | | Notes: svn path=/head/; revision=317220
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* Remove PTHREAD_CFLAGS and PTHREAD_LIBS from my portsPawel Pekala2013-02-071-2/+2
| | | | Notes: svn path=/head/; revision=311874
* - Add missing dependency on security/libgcrypt when GNUTLS=onPawel Pekala2013-02-061-17/+10
| | | | | | | | | - Use common descriptions for OPENSSL, GNUTLS - IPv6 option is on by default now - Set better COMMENT Notes: svn path=/head/; revision=311787
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-2/+2
| | | | | | | - Chase shlib version bump for dependant ports Notes: svn path=/head/; revision=311722
* Update cyrus-sasl2 to 2.1.26.Hajimu UMEMOTO2012-12-101-1/+2
| | | | | | | This bumps shlib version of libsasl2. Notes: svn path=/head/; revision=308609
* Convert my ports to optionsNGPawel Pekala2012-06-071-7/+15
| | | | Notes: svn path=/head/; revision=298711
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - update to version 1.1Pawel Pekala2011-08-081-3/+4
| | | | | | | | | | - add LICENSE info - fix usage of CPPFLAGS Approved by: miwi (mentor) Notes: svn path=/head/; revision=279228
* Chase security/gnutls update and add an UPDATING entry.Roman Bogorodskiy2011-06-051-2/+2
| | | | Notes: svn path=/head/; revision=275104
* - Update my email to FreeBSDPawel Pekala2011-03-231-1/+1
| | | | | | | Approved by: miwi, wen (mentors) Notes: svn path=/head/; revision=271547
* Sync to final (for now) bsd.autotools.mkAde Lovett2010-12-221-1/+3
| | | | Notes: svn path=/head/; revision=266737
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-2/+2
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+3
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Update to 1.0Martin Wilke2010-05-161-2/+2
| | | | | | | | PR: 145954 Submitted by: "Pawel Pekala" <c0rn@o2.pl> (maintainer) Notes: svn path=/head/; revision=254395
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+1
| | | | Notes: svn path=/head/; revision=252125
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.Roman Bogorodskiy2009-08-161-1/+2
| | | | Notes: svn path=/head/; revision=239670
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Update to 0.58Dennis Herrmann2009-07-011-5/+2
| | | | | | | | PR: ports/136224 Submitted by: Pawel Pekala <c0rn@o2.pl> Notes: svn path=/head/; revision=236879
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-0/+1
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* - Update to 0.57Martin Wilke2009-01-121-7/+17
| | | | | | | | PR: 127327 Submitted by: "Pawel Pekala" <c0rn@o2.pl> (maintainer) Notes: svn path=/head/; revision=225836
* - Update to 0.55Martin Wilke2008-09-071-8/+1
| | | | | | | | PR: 126894 Submitted by: "Pawel Pekala" <c0rn@o2.pl> (maintainer) Notes: svn path=/head/; revision=220162
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+4
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Chase security/gnutls shlib version bumpRoman Bogorodskiy2008-03-031-1/+2
| | | | | | | - Add an entry to UPDATING Notes: svn path=/head/; revision=208375
* - Update to 0.54Martin Wilke2008-02-281-2/+1
| | | | | | | | PR: 121057 Submitted by: Pawel Pekala <c0rn@o2.pl> (maintainer) Notes: svn path=/head/; revision=208035
* - Fix build WITH_GNUTLS=yes.Stefan Walter2007-10-011-7/+8
| | | | | | | | | | | - Unconditionally depend on curl, expat2 and cyrus-sasl2. PR: 115875 Submitted by: bf <bf2006a@yahoo.com> Patch by: maintainer Notes: svn path=/head/; revision=200561
* - Update to 0.52Martin Wilke2007-08-221-8/+5
| | | | | | | | PR: 115150 Submitted by: "Pawel Pekala" <c0rn@o2.pl> (maintainer) Notes: svn path=/head/; revision=198112
* Chase gnutls shared library version chase: adjust DEPENDS lines andRoman Bogorodskiy2007-07-011-2/+2
| | | | | | | bump PORTREVISIONs. Notes: svn path=/head/; revision=194564
* - Fix buildMartin Wilke2007-03-251-0/+2
| | | | | | | | | | | - Bump PORTREVISION PR: 110794 Submitted by: miwi Approved by: maintainer Notes: svn path=/head/; revision=188293