93 Commits

Author SHA1 Message Date
ajacoutot
c4096e6659 Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:16:56 +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
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
dcoppa
1f840b3575 Unbreak autoconf check for va_copy() with clang by not using nested
functions
2017-09-26 14:25:57 +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
naddy
52501c1f09 replace libiconv module with library dependency; no bump needed 2016-04-09 20:14:48 +00:00
brad
cf1798097b Update to silc-server 1.1.19.
ok sthen@
2014-07-16 21:17:04 +00:00
brad
6b05ded9ac Respect CFLAGS throughout the whole build.
ok sthen@
2013-11-04 21:49:48 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
f5a323c546 Don't use ${FLAVOR:L}, we only support lower-case flavours now.
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
ajacoutot
a89a75cd04 Garbage collect the /dev/arandom patches.
from Brad
ok landry@ sthen@
2012-03-08 12:13:00 +00:00
jasper
4fee5ffce0 Sanitize some @unexec/@extraunexec calls to rm: move them up in the
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.

ok aja@
2011-05-11 12:03:19 +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
47ff75aa46 USE_GROFF=Yes 2010-10-18 18:36:45 +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
765c63f683 - Use the correct autoconf version.
- Don't try and install a file into a directory before it's created,
(Fixes packaging with systrace; rather than returning 'No such file or
directory' when you try to 'install aaa bbb/', under systrace aaa gets
installed to a *file* named bbb).

ok Brad.
2010-05-17 22:53:37 +00:00
sthen
6a5d731296 Roll in some fixes from upstream.. From Brad.
- silcd: check entity validity after command reply
- Packet engine: prevent divide by 0
- SKE: Make sure failure received from remote is error status.
2010-05-17 08:39:24 +00:00
sthen
217a6c0718 Update to 1.1.18, from Brad. 2009-09-27 19:25:02 +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
8b625873a0 update silc-server to 1.1.17; fixes crashes, upgrading is strongly
recommended. ok Brad (maintainer).
2009-08-01 09:21:55 +00:00
sthen
07c8a66da6 switch from /dev/urandom to /dev/arandom. ok jakemsr, Brad (maintainer) 2009-03-29 09:13:01 +00:00
sthen
050f6a0654 Upgrade to 1.1.16, fixes several major causes of crashes.
"Upgrading is highly recommended."

From Brad (maintainer).
2009-03-17 15:35:37 +00:00
sthen
749586611f patch from upstream git via Brad; increment stat.clients statistics
whenever adding new client. Otherwise it is possible to go under zero
when removing clients from the server.
2009-01-23 11:01:06 +00:00
sthen
4c07df2e34 do not create dynamic connections on non-dynamic server, from
upstream git via Brad.
2009-01-20 22:31:09 +00:00
sthen
c2516de9c9 add patches from upstream git;
- Added debug logs for updating stat.clients value
- Take stream reference correctly in packet error callback

from Brad (maintainer).
2009-01-12 00:31:45 +00:00
sthen
cb101b4740 bugfix update to 1.1.15; from Brad (maintainer), better than the one
I sent him.
2009-01-10 01:04:06 +00:00
sthen
1d6090e1b4 update to 1.1.14, ok brad (maintainer) 2008-10-26 18:12:11 +00:00
brad
90a621abf6 Update to silc-server 1.1.13; bug fix update.
ok johan@
2008-09-26 21:17:57 +00:00
brad
29fb8f3983 Update to silc-server 1.1.12; bug fix update.
ok sthen@
2008-09-15 00:13:40 +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
sthen
457905736b Update to 1.1.11, fixes crashes.
- Make sure client entry is not expired more than once
- Fixed silc_parse_userfqdn argument check
- Remove client from expired client list before deleting it

"Commit that" brad@ (maintainer)
2008-06-22 18:27:05 +00:00
sthen
e71502184b update to 1.1.9, fixes crashes and a nasty socket leak trying to
reconnect to a failed master server. from brad@
2008-06-10 09:04:02 +00:00
sthen
3d9e34bfef Bugfix update, fixes occasional crashes at disconnection. From Brad. 2008-06-06 08:47:57 +00:00
robert
4158cffe3c update to silc-server-1.1.7;
tested by sthen@, brad@, me; diff from brad@
2008-05-27 08:30:29 +00:00
sthen
fd5147b403 update to 1.1.6 from Brad, and remove some dead mirrors 2008-04-22 20:24:10 +00:00
sthen
ae4f085b3a update to 1.1.5 + a crash fix from GIT. ok brad (maintainer). 2008-04-22 00:34:30 +00:00
sthen
f84091f08e update to 1.1.4 from Brad - fixes portability bugs including a
remote user-triggerable DoS on strict alignment arch.
2008-04-17 10:26:15 +00:00
sthen
e1c1c0bf7b bugfix update to 1.1.3, from Brad. tested on several servers. 2008-04-12 22:52:46 +00:00
sthen
5df62ee1c9 add --enable-debug to permit debug logging with -d/-D/-x command
line options; bump package version. discussed with Brad (maintainer).
2008-03-31 11:07:45 +00:00
sthen
2c3aea7ddc SECURITY update: fixes possible buffer overflow in PKCS#1 message decoding.
Version update 1.0 -> 1.1 as tested by several people.
2008-03-22 23:06:50 +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
steven
d201c5d303 update to 1.0.4
from brad (maintainer)
2007-05-24 08:27:34 +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