summaryrefslogtreecommitdiff
path: root/devel/silc-toolkit
AgeCommit message (Collapse)AuthorFilesLines
2014-06-27FreeBSD 10 is not FreeBSD 1.asau2-4/+31
2013-10-27Don't use -fno-regmove.joerg3-1/+27
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-02-28Don't use xargs when creating the libraries. This can result in xargshans3-1/+41
invoking libtool twice, creating a library with most of the objects missing.
2012-02-28Override configure checks for gmp and iconv, seems --without-gmp andhans1-1/+4
--without-iconv is not enough.
2010-08-30Changes 1.1.10 (toolkit):adam6-1155/+1549
* More string format fixes in silcd and client libary * configure: changed AC_PROG_LIBTOOL order to fix disabling shared libs * configure: check threads support in OpenBSD * Fixed string format vulnerability in client entry handling * Reported and patch provided by William Cummings * silcd: Fixed IDENTIFY command reply handling for channels Changes 1.1.18 (server): * silcd: Added heartbeat support * Added support for sending SILC_PACKET_HEARTBEAT packets to connection, to make sure they keep alive and to detect if they have died * Set SO_KEEPALIVE for all accept()ed sockets * silcd: Fixed SIGUSR1 signal handling * Fixed the SIGUSR1 signal handling which can be used to dump the server internals to /tmp. * Changed also End of Stream handling to handle NULL idata pointer instead of ignoring the EOS in case it is NULL. * Changed also the DETACH timeout handling to use the packet stream directly instead of looking up client in the callback * More string format fixes in silcd and client libary
2010-01-16Remove workaround for compiler bug in gcc2 on sparc64.wiz1-5/+1
2009-10-07Provide --mode for libtool.joerg2-1/+22
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg1-1/+3
MAKE_JOBS=2 and worked without.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-6/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2007-06-10The package supports installation to DESTDIR.heinz1-1/+3
2007-06-08Remove dead MASTERS_SITES. From Zafer Aydogan.wiz1-5/+2
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-10-25add missing devel/libgetopt/buildlink3.mkdmcmahill2-2/+5
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam1-2/+2
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-09-17Add some missing *.pc files to the PLIST. While here, also move thejlam2-1038/+1041
HTML documentation into ${PREFIX}/share/doc as part of the general campaign to get rid of ${LOCALBASE}/share/doc/html. Bump the PKGREVISION to 1.
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo1-2/+3
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-08Add options.mk, missed in the previous commit.salo1-0/+15
2005-04-08Update to version 0.9.13salo6-98/+31
Changes: - convert to options.mk 0.9.13: ======= After a long break the SILC Toolkit 0.9.13 is out. This version finalizes the SILC protocol version 1.2 development by including the few last features that was missing from previous version. One of the major features is the support for UTF-8 encoded nicknames, channel names, user names and host names. The SILC Toolkit 0.9.13 API is compatible with the previous 0.9.12 version, however, several new functions has been added, and reading the following summary of changes is recommended: - Added UTF-8 encoded nicknames, channel names, server names, host names, usernames, crypto property names and algorithm names. All strings library sends to application are always UTF-8 encoded. All strings application sends to library must be UTF-8 encoded. - Added SILC Stringprep API (RFC 3454) into silcstringprep.h. It can be used to prepare strings into the correct format. The format is specified by the SILC protocol, and those formats are supported by this API. The API can also be used to do other UTF-8 string preparation, such as case folding. See the API for different features supported by the API. - Added silc_identifier_check and silc_identifier_verify routines to help application easily format and verify the new UTF-8 encoded nicknames, channel names and other identifier strings. Ref: http://silcnet.org/docs/toolkit/silcstrutil-silc_identifier_check.html http://silcnet.org/docs/toolkit/silcstrutil-silc_identifier_verify.html - Added SILC_STRING_LOCALE that now deprecates SILC_STRING_LANGUAGE. The old type is supported but may be removed in later versions. Ref: http://silcnet.org/docs/toolkit/silcstrutil-SilcStringEncoding.html - Added new string encoding/decoding types: SILC_STRING_LOCALE, SILC_STRING_UTF8, SILC_STRING_PRINTABLE, SILC_STRING_VISIBLE, SILC_STRING_TELETEX, SILC_STRING_NUMERICAL, SILC_STRING_LDAP_DN and SILC_STRING_UTF8_ESCAPE. These types can currently be used with the SILC UTF-8 API. Ref: http://silcnet.org/docs/toolkit/silcstrutil-SilcStringEncoding.html - Splitted UTF-8 string routines from silcstrutil.h into own file silcutf8.h. - Added silc_utf8_strcasecmp and silc_utf8_strncasecmp to do caseless UTF-8 string comparison. Ref: http://silcnet.org/docs/toolkit/silcutf8.html - Added dont_register_crypto_library into SilcClientParams. If set to TRUE the Client Library will not register/unregister cyprto library, and application is expected to do it. By default this is set to FALSE. Ref: http://silcnet.org/docs/toolkit/silcclient-SilcClientParams.html - All created log files by SILC Log API are now with 0600 mode. Ref: http://silcnet.org/docs/toolkit/silclog.html - The bool type on Mac OS X is now _Bool. Ref: http://silcnet.org/docs/toolkit/silctypes-bool.html - The silc_net_create_connection[_async] now revert to IPv4 address if IPv6 sockets are not supported. - Added __SILC_XXX defines into silcincludes.h that third-party applications can check to determine how a binary version of the SILC Toolkit has been compiled. The following defines may be set: __SILC_HAVE_PTHREAD Compiled with threads support __SILC_HAVE_SIM Compiled with SIM support __SILC_ENABLE_DEBUG Compiled with debug enabled A third-party application can check these defines in configure.ac or in compile time to determine what libraries should be linked against the application. - Install pkg-config .pc files for the SILC Core library and SILC Client library. silc.pc and silcclient.pc will be installed. - Several other minor bugfixes were made.
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-18comment which file causes the ICE.grant1-2/+2
2004-12-18silc-toolkit causes xlc to bomb with an ICE, so mark this pkggrant1-1/+4
NOT_FOR_COMPILER=xlc.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-9/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-06-11Add patches from silc cvs repository.salo4-1/+72
Should fix build on Darwin/Mac OS X.
2004-06-06Initial import of silc-toolkit-0.9.12: Secure Internet Live Conferencingsalo6-0/+1257
(SILC) protocol Toolkit. SILC (Secure Internet Live Conferencing) is a protocol which provides secure conferencing services in the Internet over insecure channel. SILC superficially resembles IRC, although they are very different internally. SILC is much more than just about `encrypting the traffic'. That is easy enough to do with IRC and SSL hybrids, but even then the entire network cannot be secured, only part of it. SILC provides security services, such as sending private messages entirely secure; noone can see the message except you and the real receiver of the message. SILC also provides same functionality for channels; noone except those clients joined to the channel may see the messages destined to the channel. Communication between client and server is also secured with session keys and all commands, authentication data (such as passwords etc.) and other traffic is entirely secured. The entire network, and all parts of it, is secured. SILC has secure key exchange protocol that is used to create the session keys for each connection. SILC also provides strong authentication based on either passwords or public key authentication. All authentication data is always encrypted in the SILC network. Each connection has their own session keys, all channels have channel specific keys, and all private messages can be secured with private message specific keys.