Commit Graph

102 Commits

Author SHA1 Message Date
ajacoutot
477a45da5b WANTLIB: pcre -> pcre2-8 after recent glib2 update. 2022-11-05 17:07:21 +00:00
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
sthen
e40f996745 another batch of ncurses->curses WANTLIB updates, skipping any
that have gettext LIB/RUN_DEPENDS to avoid conflicts for naddy's
multipackaging work
2019-05-20 20:52:31 +00:00
naddy
88bd066632 Disable assembly code across all architectures.
This only provides amd64 and i386 implementations of AES.  The i386 one
has non-PIC code, and the amd64 one provides little performance gain
(less than 20% in a comparison of aes-128-ctr with the C code).
ok Brad
2018-11-17 01:06:24 +00:00
sthen
7bc5d28972 disable asm on i386 for use with lld, requested by brad (maintainer) 2018-11-15 13:04:38 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
dcoppa
af76245915 Unbreak autoconf check with clang by not using nested functions 2017-09-26 14:17:16 +00:00
zhuk
0ff0742638 Builds fine with our libtool. 2017-07-23 10:41:22 +00:00
sthen
29cafd0f6f 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 20:36:58 +00:00
sthen
ecce721cc1 Remove the use of -fno-regmove to appease Clang. From Brad. 2017-04-16 10:38:10 +00:00
brad
bd0d1778ca Update to silc-client 1.1.11.
ok sthen@
2014-07-16 16:15:32 +00:00
brad
6b05ded9ac Respect CFLAGS throughout the whole build.
ok sthen@
2013-11-04 21:49:48 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
ajacoutot
a89a75cd04 Garbage collect the /dev/arandom patches.
from Brad
ok landry@ sthen@
2012-03-08 12:13:00 +00:00
jasper
cd28f1c0fd switch back to gnu libtool for now untill i get around fixing it.
add a reminder comment while here (from espie@)
2011-12-09 11:43:44 +00:00
jasper
bd0707d365 builds fine with ports libtool 2011-11-22 15:55:15 +00:00
espie
d0fa01c846 normalize pkgpath 2011-09-16 11:13:37 +00:00
jasper
90847ee882 - remove USE_GROFF=Yes, manpages checked by brad.
from brad (MAINTAINER)
2011-01-15 10:56:51 +00:00
espie
0397d65db0 new depends 2010-11-19 22:31:32 +00:00
espie
96dca66106 finish net WANTLIB 2010-11-11 17:20:27 +00:00
espie
47ff75aa46 USE_GROFF=Yes 2010-10-18 18:36:45 +00:00
landry
15212d42e8 Use gnu libtool for now, silc-client messes up with static linking.
From maintainer brad.
2010-10-07 12:11:52 +00:00
steven
a65ed571cb this seems to work with our libtool now 2010-07-24 08:24:32 +00:00
sthen
d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00
sthen
8ff9d48002 - Client: Fix signature verification double free
- Packet engine: prevent divide by 0
- SKE: Make sure failure received from remote results in error status

From upstream repo via Brad
2010-06-02 00:10:18 +00:00
steven
c1e90ca01a use gnu libtool here for now 2010-04-26 20:09:18 +00:00
sthen
0fbeaaa2a3 use newer autoconf, from Brad 2010-04-03 00:21:14 +00:00
sthen
d1906220bb add patch from upstream repo; clientlib: close connection after failed rekey.
From Brad.
2009-10-12 17:28:11 +00:00
sthen
45023d3996 SECURITY; add patches from upstream repo to fix format string bugs.
From Brad.
2009-08-11 21:20:02 +00:00
sthen
f6522fbd94 honour CFLAGS; from Brad. 2009-08-01 19:24:07 +00:00
sthen
21ee461509 SECURITY update to 1.1.8, fixes a serious format string vulnerability.
From Brad.
2009-08-01 12:58:06 +00:00
sthen
07c8a66da6 switch from /dev/urandom to /dev/arandom. ok jakemsr, Brad (maintainer) 2009-03-29 09:13:01 +00:00
martynas
c612016e7f - update to silc-client-1.1.7
- remove --without-libtoolfix, since it does not exist;  sthen/brad
ok brad (maintainer), sthen@;  also tested by Simon Kuhnle
2009-01-11 02:03:55 +00:00
sthen
d5a89fddc7 update to 1.1.6, ok brad (maintainer) 2008-10-26 18:12:31 +00:00
brad
d5c0a6d0e8 Upgrade to silc-client 1.1.5; bug fix update.
ok jdixon@
2008-09-08 15:02:41 +00:00
martynas
30d253e218 workaround no more: can use 128-bit arithmetics now on amd64.
ok brad@
2008-08-27 00:35:24 +00:00
martynas
63f0477111 - do not enable DIV_SMALL by default, on all archs
- for now, don't use 128-bit arithmetics on amd64, as a work-around
for the gcc bug.  gcc3.3 mangles arguments for __divti3, and amd64
hangs on non-DIV_SMALL, when passing correct arguments.  this is
what silc-toolkit and silc-server use, too
unbreaks amd64
tested by brad@
initial diff tested by sthen@
"definitely fine with me" brad@
2008-07-11 01:47:12 +00:00
sthen
c1d86122bc SECURITY update: fixes possible buffer overflow in PKCS#1 message decoding.
From Brad.
2008-03-22 22:50:23 +00:00
todd
32dbccec7f update to 1.1.3; works for me
from brad@
2008-01-23 16:06:40 +00:00
espie
60f104e08e fix bogus include order: picks up /usr/local/include/recode.h 2007-11-08 20:51:23 +00:00
simon
83df55eb22 update to version 1.12
with fixes from Simon Kunhle
from brad@
2007-10-01 22:03:53 +00:00
kili
eb4770dc84 Change Brads email address for now, so people can reach him instead of
getting bounces or 550s. Bump pkgnames. While here, remove quotes from
comments.

prompted by espie@
2007-09-01 20:11:21 +00:00
martynas
93b029c877 ftp.au.silcnet.org is gone; ok xsa@, ajacoutot@ 2007-06-04 11:40:56 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
steven
9c53445aba USE_LIBTOOL, disable-shared, regen patches 2007-04-01 20:43:59 +00:00
martynas
ee8d8d7b8b - security update to silc-client-1.0.4.1;
- disable perl (not usable);
- unmark NO_SHARED_ARCHS;
ok MAINTAINER (brad@), jolan@, jasper@
2007-03-21 11:24:02 +00:00
deanna
52e75e93f5 Bring back patch-lib_silcclient_client_c, which was lost in a previous
commit.  This fixes a bug where the client won't start if the user has
an empty gecos field.

From brad, ok ckeuthe.
2007-03-17 03:13:41 +00:00
brad
077b79789d upgrade to silc-client 1.0.3
From nikns <nikns at secure dot lv>
2006-10-03 18:34:50 +00:00