pkgsrc/devel/rpc2/Makefile
gdt 541105e8cf devel/rpc2: 2.7 -> 2.10
New in 2.10:
  * AES-CCM-16 was incorrectly named AES-CCM-12.
  * AES-CCM checksum validation always failed when the final block was partial.
  New in 2.9:
  * Send busy responses on new but not yet enabled connections.
  * Make sure we wake up threads waiting for binding to complete.
  * Clean up mrpc2_SendReliably, it sometimes exited too early and ignored the
    overall timebomb timer.
  * Precompute retransmission intervals.
  New in 2.8:
  * Simplified retransmission interval calculation.
  * Do not wait for the full RPC2 timeout when receiving a busy response.
  * Unify rpc2 & sftp retransmission counters.
  * Fixed client-to-server sftp transfer failures.
  * PBKDF check would trigger unnecessary warnings depending on clock
    granularity.

From Jukka Salmi via PR pkg/44637.
2011-03-11 20:01:47 +00:00

29 lines
748 B
Makefile

# $NetBSD: Makefile,v 1.37 2011/03/11 20:01:47 gdt Exp $
#
DISTNAME= rpc2-2.10
CATEGORIES= devel
MASTER_SITES= http://www.coda.cs.cmu.edu/pub/rpc2/src/
MAINTAINER= phil@cs.wwu.edu
# also gdt@NetBSD.org
HOMEPAGE= http://www.coda.cs.cmu.edu/
COMMENT= CMU (Coda) remote procedure call package
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake perl pkg-config
# Earlier we had a patch to put
# AC_CHECK_PROGS(YACC, 'bison -y' byacc yacc)
# in configure.in, but with yacc in USE_TOOLS, then there
# should always be at least yacc and this is no
# longer necessary.
USE_TOOLS+= lex yacc
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
.include "../../devel/lwp/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"