History log of /freebsd-10.0-release/lib/libopie/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 225227 28-Aug-2011 kib

Bump shared libraries version numbers in preparation for 9.0.
This time, only libraries which ABI has been changed compared to
stable/8, are bumped.

ABI analysis done by: Gleb Kurtsou
Approved by: re (kensmith)


# 202196 13-Jan-2010 ed

Let libopie use utmpx instead of utmp.


# 201381 02-Jan-2010 ed

Build lib/ with WARNS=6 by default.

Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and
lower it when needed.

I'm setting WARNS?=0 for secure/. It seems secure/ includes the
Makefile.inc provided by lib/. I'm not going to touch that directory.
Most of the code there is contributed anyway.


# 195767 19-Jul-2009 kensmith

Bump the version of all non-symbol-versioned shared libraries in
preparation for 8.0-RELEASE. Add the previous version of those
libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.

Reviewed by: kib
Approved by: re (rwatson)


# 169807 21-May-2007 deischen

Bump library versions in preparation for 7.0.

Ok'd by: kan


# 148297 22-Jul-2005 kensmith

Bump the shared library version number of all libraries that have not
been bumped since RELENG_5.

Reviewed by: ru
Approved by: re (not needed for commit check but in principle...)


# 145413 22-Apr-2005 trhodes

Enforce style.Makefile(5).

Glanced at by: ru (some time ago).


# 136027 01-Oct-2004 kensmith

Bump the library version numbers for the following libraries:

/lib/{libm,libreadline}
/usr/lib/{libhistory,libopie,libpcap}

in preparation for doing the same thing to RELENG_5. HUGE amounts of
help for determining what to bump provided by kris.

Discussed on: freebsd-current
Approved by: re (not required for commit but something like this should be)


# 125503 05-Feb-2004 ru

Fixed style of DPADD and LDADD assignments as per style.Makefile(5).


# 104427 03-Oct-2002 peter

Drop login.c and logwtmp.c from the library build. None of the apps
that we build use it, and any that do should be using the official
login()/logwtmp() in libutil.


# 104073 27-Sep-2002 peter

Zap now-unused SHLIB_MINOR


# 81557 12-Aug-2001 markm

Remove the WANT_INSECURE_OPIE option - it is now a default. This is not
nearly as ominous as it sounds, and it allows OPIE to be used over SSH
and on xterms.

Requested by: ache
Discussed on: -security


# 81062 02-Aug-2001 markm

Add opieaccess(5) functionality under the INSECURE_OPIE .ifdef.

Asked for by: ache


# 79473 09-Jul-2001 markm

Add the WANT_INSECURE_OPIE frob which is useful for debugging and
over secure (encrypted) links.

Add a MLINK for skey(4) to opie(4) to assist in the transition.


# 74870 27-Mar-2001 ru

MAN[1-9] -> MAN.


# 60572 15-May-2000 kris

Add some extra functions adapted from OpenBSD, in preparation for
OpenSSH OPIE support.


# 55955 14-Jan-2000 rgrimes

Replace beforeinstall target with new variables used by .mk system.

Reviewed by: marcel, and make world


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 40202 11-Oct-1998 peter

libopie also depends on libmd. Programs using libopie shouldn't have to
know about libopie's internals in order to use it.


# 29991 29-Sep-1997 ache

Bump minor number


# 29978 29-Sep-1997 ache

Add setutent.c


# 29971 29-Sep-1997 ache

EXT_KEYS gone, STD ommited


# 29970 29-Sep-1997 ache

Add logwtmp.c


# 23541 08-Mar-1997 pst

Install opie.h in /usr/include


# 22993 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 22376 07-Feb-1997 pst

This commit was generated by cvs2svn to compensate for changes in r22375,
which included commits to RCS files with non-trunk default branches.


# 22375 07-Feb-1997 pst

Build libopie from contrib_opie module.