Version: 1.1.12, Package name: silc-toolkit-1.1.12 |
Maintained by: Brad Smith |
Master sites: |
Description The SILC Toolkit is a set of libraries that provide not only the full protocol implementation, but also mathematical and cryptographic utilities the developer will find handy when developing SILC applications. It provides a well structured, flexible and extensively documented API, making it a good start point for anyone wanting to develop applications in this protocol. |
Filesize: 1802.361 KB |
Version History (View Complete History) |
|
2019-07-12 15:02:30 by Stuart Henderson | Files touched by this commit (339) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-11-15 14:43:44 by Stuart Henderson | Files touched by this commit (1) |
Log message: Garbage-collect AES enable parts in the silc-toolkit port; as naddy@ points out this actually has "Don't enable ASM AES with shared libs as the code doesn't support PIC" (i.e. if shared-libraries are enabled, which they are, it doesn't attempt to build this at all). |
2018-11-15 06:04:38 by Stuart Henderson | Files touched by this commit (3) |
Log message: disable asm on i386 for use with lld, requested by brad (maintainer) |
2017-04-16 14:36:58 by Stuart Henderson | Files touched by this commit (6) |
Log message: Fix SILC_ADD_CC_FLAGS to actually test that the compiler flags work, they were testing the wrong thing. silc-toolkit diff from espie, ports diff for all 3 from Brad. |
2017-04-16 04:38:10 by Stuart Henderson | Files touched by this commit (6) |
Log message: Remove the use of -fno-regmove to appease Clang. From Brad. |
2016-04-09 14:14:49 by Christian Weisgerber | Files touched by this commit (37) |
Log message: replace libiconv module with library dependency; no bump needed |
2016-03-11 13:28:34 by Christian Weisgerber | Files touched by this commit (247) |
Log message: garbage collect CONFIGURE_SHARED |
2015-05-22 05:31:20 by Antoine Jacoutot | Files touched by this commit (296) |
Log message: "/usr/local/lib/pkgconfig/" is part of mtree(8). Packages should not own this dir to prevent its deletion or a warning that it cannot be removed because it's not empty at pkg_delete(1) time. |
2011-07-07 10:59:36 by Jasper Lievisse Adriaanse | Files touched by this commit (7) |
Log message: - remove unneeded patches, all the random devices have been providing the same output for a while now |
2010-11-15 12:46:10 by Marc Espie | Files touched by this commit (706) |
Log message: move depends to new style |
2010-05-17 16:50:13 by Stuart Henderson | Files touched by this commit (1) |
Log message: Use the correct autoconf version. ok Brad. |
2010-05-17 02:36:53 by Stuart Henderson | Files touched by this commit (3) |
Log message: Roll in some fixes from upstream. From Brad. - Packet engine: prevent divide by 0. - SKE: Make sure failure received from remote is error status. |
2009-11-01 19:38:54 by William Yodlowsky | Files touched by this commit (2) |
Log message: SECURITY FIX format strings |
2009-10-16 18:44:30 by William Yodlowsky | Files touched by this commit (2) |
Log message: SECURITY FIX format strings ok Brad |
2009-10-12 11:29:34 by Stuart Henderson | Files touched by this commit (2) |
Log message: add patch from upstream repo; clientlib: close connection after failed rekey. From Brad. |
2009-08-11 15:17:21 by Stuart Henderson | Files touched by this commit (5) |
Log message: |
2009-08-01 13:24:07 by Stuart Henderson | Files touched by this commit (2) |
Log message: honour CFLAGS; from Brad. |
2009-08-01 11:22:26 by Stuart Henderson | Files touched by this commit (2) |
Log message: Add patch - SECURITY fix; format string vulnerability. Same as silc-client. ok Brad (maintainer). |
2009-03-29 03:13:01 by Stuart Henderson | Files touched by this commit (6) |
Log message: switch from /dev/urandom to /dev/arandom. ok jakemsr, Brad (maintainer) |
2009-01-26 05:46:12 by Stuart Henderson | Files touched by this commit (1) |
Log message: add Brad as maintainer + bump, small style nit |
2009-01-26 05:04:35 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: - s/-pthread/-lpthread ok sthen@ |
2009-01-09 19:03:50 by Stuart Henderson | Files touched by this commit (1) |
Log message: I forgot to cvs add this. |
2009-01-09 18:30:54 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to 1.1.9 from Brad (maintainer); various bug fixes, including format string errors, scanf overflows and assorted crashes. |
2008-10-26 13:07:57 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to 1.1.8, fixes many bugs. ok brad (maintainer). |
2008-09-08 09:01:31 by Brad Smith | Files touched by this commit (1) |
Log message: Enable assembler AES code on amd64 and add missing dependency on Yasm. ok jdixon@ |
2008-08-26 18:35:24 by Martynas Venckus | Files touched by this commit (8) |
Log message: workaround no more: can use 128-bit arithmetics now on amd64. ok brad@ |
2008-03-22 16:38:00 by Stuart Henderson | Files touched by this commit (2) |
Log message: SECURITY update: fixes possible buffer overflow in PKCS#1 message decoding. From Brad. |
2008-01-23 09:05:40 by Todd T. Fries | Files touched by this commit (2) |
Log message: update to 1.1.5; works for me from brad@ |
2007-10-01 15:30:06 by Michael Erdely | Files touched by this commit (7) |
Log message: Update to silc-toolkit-1.1.3 From brad@ "just commit it" steven@ |
2007-09-15 20:53:14 by Michael Erdely | Files touched by this commit (599) |
Log message: Remove quotes surrounding COMMENT*/PERMIT_*/BROKEN |
2007-08-11 16:14:27 by Chris Kuethe | Files touched by this commit (7) |
Log message: Revert crash-prone update to pidgin 2.1.0 and silc-toolkit 1.1.2. Discussed with brad, martynas and steven, ok pval |
2007-08-02 00:04:20 by Steven Mestdagh | Files touched by this commit (7) |
Log message: update to 1.1.2 from brad |
2007-04-05 09:38:13 by Marc Espie | Files touched by this commit (1270) |
Log message: base64 distinfo with SHA256 |
2006-01-09 08:08:14 by Alexandre Anriot | Files touched by this commit (4) |
Log message: - SHARED_LIBS. - USE_LIBTOOL and remove old libtool patch. - remove extra dependency. - regen PLIST. help & ok bernd@ |
2005-12-25 21:05:43 by Brad Smith | Files touched by this commit (4) |
Log message: upgrade to silc-toolkit 1.0.2 |
2005-12-13 20:21:53 by Brad Smith | Files touched by this commit (5) |
Log message: upgrade to silc-toolkit 1.0.1 |
2005-08-16 03:49:56 by Marc Espie | Files touched by this commit (88) |
Log message: conflicts from the past: history since 3.7. As noted on ports@ recently, pkg_add -r relies on conflicts, and the sheer existence of updates means we MUST take the past into account in conflicts now. Note the renaming of hugs98 to valid package names where versions are concerned. This commit shows clearly the renaming of the xfce4 plugin packages, the ditching of eclipse flavors, the splitting of nessus into subpackages, the splitting of various other software documentations, some packaging bugs in kdeedu, and a lot of files moving around... okay pvalchev@ |
2005-07-26 07:17:34 by Brad Smith | Files touched by this commit (1) |
Log message: bump PKGNAME |
2005-07-25 22:55:02 by Federico G. Schwindt | Files touched by this commit (1) |
Log message: fix mp_div() in amd64 for the time being; maintainer ok. |
2005-07-23 18:26:13 by Brad Smith | Files touched by this commit (5) |
Log message: upgrade to silc-toolkit 1.0 |
2005-04-08 14:54:37 by Brad Smith | Files touched by this commit (5) |
Log message: upgrade to silc-toolkit 0.9.13 ok MAINTAINER |
2005-01-05 09:22:44 by Christian Weisgerber | Files touched by this commit (366) |
Log message: SIZE |
2004-09-14 17:44:02 by Marc Espie | Files touched by this commit (206) |
Log message: switch to new plist, killing a few install scripts along the way. |
2004-08-10 06:42:23 by Xavier Santolaria | Files touched by this commit (24) |
Log message: more new-style MODULES. |
2004-07-03 08:23:32 by Pedro Martelletto | Files touched by this commit (3) |
Log message: forgot to change these to openbsd.org as well |