Displaying 2 results from an estimated 2 matches for "openbsd_3_1_base".
2002 Jun 22
2
[Bug 284] Hostbased authentication erroneously reported
...onal Comments From stevesk at pobox.com 2002-06-23 09:11 -------
fixed:
RCS file: /cvs/src/usr.bin/ssh/monitor.c,v
Working file: monitor.c
head: 1.17
branch:
locks: strict
access list:
symbolic names:
OPENBSD_2_9: 1.11.0.4
OPENBSD_3_0: 1.11.0.2
OPENBSD_3_1: 1.9.0.2
OPENBSD_3_1_BASE: 1.9
keyword substitution: kv
total revisions: 22; selected revisions: 1
description:
----------------------------
revision 1.17
date: 2002/06/22 23:09:51; author: stevesk; state: Exp; lines: +3 -3
save auth method before monitor_reset_key_state(); bugzilla bug #284;
ok provos@
------- You...
2004 Aug 06
4
Compiling icecast2 under OpenBSD 3.1
...ly, I succeeded in compiling Icecast2 under OpenBSD. It neither
worked for me on OBSD 3.0 nor my old 2.8, but the new 3.1 appears to
come with more icecast-friendly (p)threads.
OpenBSD 3.1 isn't officially released, yet, but installing a current
snapshot and getting the sources via CVS (module OPENBSD_3_1_BASE,
patient people also can already upgrade from scratch only with the
sources) worked for me.
Compiling libshout failed because src/mp3.c included <stdint.h> which
appears to be missing on OBSD3.1. Using a friend's stdint.h and seeing
it fail again showed that machine/types.h equals stdint...