aboutsummaryrefslogtreecommitdiff
path: root/security/libotr
Commit message (Collapse)AuthorAgeFilesLines
* - Remove build dependency on pkgconf.Tijl Coosemans2014-05-202-18/+11
| | | | | | | | | | | | - USES=libtool pathfix. - Reenable -fstack-protector. There was only ever a problem on FreeBSD i386 <10 which can be fixed by adding -lssp_nonshared to LDFLAGS like Mk/bsd.ssp.mk does. Approved by: cs (maintainer) Notes: svn path=/head/; revision=354679
* - security/libotr: update to new LIB_DEPENDS, adjust conflictsCarlo Strub2013-10-261-3/+5
| | | | | | | - security/libotr3: update to new LIB_DEPENDS, adjust conflicts, add staging support Notes: svn path=/head/; revision=331737
* - Update mirrorsCarlo Strub2013-10-153-12/+10
| | | | | | | - Support staging Notes: svn path=/head/; revision=330425
* Take maintainershipCarlo Strub2013-10-121-1/+1
| | | | Notes: svn path=/head/; revision=330189
* 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-1/+1
| | | | Notes: svn path=/head/; revision=317220
* Throw my ports back in the pool, and make my intentions clear for theDoug Barton2012-10-081-1/+1
| | | | | | | | | | | various ports that I've created. I bid fond fare well A chapter closes for me What opens for you? Notes: svn path=/head/; revision=305526
* silence reinplace command from last commitDoug Barton2012-10-071-1/+1
| | | | Notes: svn path=/head/; revision=305502
* Work around a problem on stable/[89] with libotr generating anDoug Barton2012-10-071-1/+9
| | | | | | | | | | | | | | | | | | | "undefined reference to `__stack_chk_fail_local'" error. None of the usual remedies work (such as making sure that gcc is used instead of ld for the linker) so on those releases we simply disable that option. pointyhat logs confirm that pidgin-otr (the only consumer of libotr atm) is failing on 8 and 9 with the same configure error that I am seeing on 8, so this patch should at least allow it to build on those releases. Bump PORTREVISION for libotr to err on the side of caution. While I'm here, remove a now-spurious mod to the pidgin-otr configure. Notes: svn path=/head/; revision=305438
* Update libotr and pidgin-otr to 4.0.0Doug Barton2012-09-083-15/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The main new features in 4.0.0: * Support v3 of the OTR protocol * The plugin now supports multiple OTR conversations with the same buddy who is logged in at multiple locations. In this case, a new OTR menu will appear, which allows you to select which session an outgoing message is indended for. Note that concurrent SMP authentications with the same buddy who is logged in multiple times is not yet supported (starting a second authentication will end the first). * During a private conversation with a buddy, an incoming unencrypted message will now trigger the regular incoming message notifications. In Pidgin this includes showing the message in the top-right notification area, if it is normally configured to do so. * When a private conversation begins, the plugin will indicate whether Pidgin is configured to log the conversation. * By default, OTR conversations will not be logged by Pidgin. * New translations. * libotr API changes: - instance tags, to support multiple simultaneous logins - support for asynchronous private key generation - the ability to provide an "extra" symmetric key to applications (with forward secrecy) - applications can supply a formation conversion callback if they do not natively use XHTML-style UTF8 markup - error messages formerly provided by libotr are now handled using callbacks to the application, for better i18n support - otrl_message_sending now handles message fragmentation internally Notes: svn path=/head/; revision=303872
* 14 August 2012 libotr version 3.2.1 releasedDoug Barton2012-08-182-6/+6
| | | | | | | | | | | Versions 3.2.0 and earlier of libotr contain a small heap write overrun (thanks to Justin Ferguson for the report), and a large heap read overrun (thanks to Ben Hawkes for the report). Add a vuxml entry, and tune up the notes about adding a new entry. Notes: svn path=/head/; revision=302713
* Remove my personal web site from MASTER_SITESDoug Barton2012-07-291-2/+1
| | | | Notes: svn path=/head/; revision=301678
* Revert the unauthorized conversion of pkg-config from a proper build depDoug Barton2012-07-261-1/+1
| | | | | | | | | to the new macro (r301539). Convert pkg-config to pkgconf. Add a build dep on pkgconf to pidgin-otr to handle libotr's .pc files Notes: svn path=/head/; revision=301550
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* Change USE_GNOME= pkgconfig to a direct BUILD_DEPENDS for my portsDoug Barton2012-07-231-1/+1
| | | | Notes: svn path=/head/; revision=301373
* Indicate my preference against bumping PORTREVISION in these portsDoug Barton2011-07-041-0/+2
| | | | | | | without a good reason Notes: svn path=/head/; revision=277033
* - Chase the libgcrypt shared lib versionSteve Wills2011-07-031-1/+1
| | | | Notes: svn path=/head/; revision=276971
* Join the party, remove MD5 from the last of my portsDoug Barton2011-03-201-2/+0
| | | | Notes: svn path=/head/; revision=271358
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Chase security/libgcrypt shlib bump.Wesley Shields2010-07-271-1/+1
| | | | | | | | PR: ports/148755 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=258314
* -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
* Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my portsDoug Barton2009-03-241-0/+2
| | | | Notes: svn path=/head/; revision=230904
* - Bump PORTREVISION due to share library version bump in security/libgcryptRong-En Fan2009-01-061-0/+1
| | | | | | | PR: ports/127478 Notes: svn path=/head/; revision=225326
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Add my website to MASTER_SITESDoug Barton2008-07-021-1/+2
| | | | Notes: svn path=/head/; revision=216126
* Update to version 3.2.0, released June 15th. The configuration andDoug Barton2008-07-023-10/+15
| | | | | | | | | | | | | | | | | | | | | "OTR button" functionality have been moved to a menu. Also, "Buddy authentication has been revamped, based on the user study published in SOUPS 2008." The old authentication methods are still allowed. In this version support for pkgconfig has been added, and the shared library version number has been bumped. This port has 3 consumers, net-im/climm, security/kopete-otr, and security/pidgin-otr. Maintainers of the first two have confirmed that this update works for them. An update for pidgin-otr is next. This has been tested against pidgin 2.4.2 and 2.4.3. Finally, I'm taking over maintainership per agreement with the current maintainer. Notes: svn path=/head/; revision=216124
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-1/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* 1. Update to version 3.1.0Doug Barton2007-08-233-6/+14
| | | | | | | | | | | | 2. Add a verify target for the PGP signature, and download the signature Approved by: maintainer PR: ports/115664 (pkg-plist fix) Submitted by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=198217
* Since gaim is no more, refer to pidgin insteadDoug Barton2007-08-231-1/+1
| | | | Notes: svn path=/head/; revision=198216
* Track libgpg-error shlib version change.Jean-Yves Lefort2007-03-081-2/+2
| | | | Notes: svn path=/head/; revision=186897
* - Chase libgpg-error version bump [1]Sergei Kolobov2006-09-221-2/+2
| | | | | | | | | | | | - Add explicit version to libgpg-error dependency where missing [2] - Bump PORTREVISION [1] Approved by: maintainers (arved, lofi, novel, ports at mcdermottroe dot com) [1] Suggested by: novel, lofi [2] Notes: svn path=/head/; revision=173573
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | - these include security/ sysutils/ textproc/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170652
* Conversion to a single libtool environment.Ade Lovett2006-02-232-0/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Update to 3.0.0Marcus Alves Grando2006-01-263-6/+8
| | | | | | | | PR: 92357 Submitted by: Conor McDermottroe <ports@mcdermottroe.com> (maintainer) Notes: svn path=/head/; revision=154506
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Fix plistPav Lucistnik2005-04-212-1/+3
| | | | | | | | | PR: ports/80194 Submitted by: Conor McDermottroe <ports@mcdermottroe.com> (maintainer) Pointy hat to: danfe Notes: svn path=/head/; revision=133855
* Add libotr 2.0.1, the portable OTR Messaging Library and toolkit.Alexey Dokuchaev2005-04-194-0/+58
PR: ports/79100 Submitted by: Conor McDermottroe <ports(at)mcdermottroe.com> Notes: svn path=/head/; revision=133650