CVS log for src/crypto/external/cpl/trousers/lib/libtspi/Makefile
Up to [cvs.NetBSD.org] / src / crypto / external / cpl / trousers / lib / libtspi
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3.10.2: download - view: text, markup, annotated - select for diffs
Tue Sep 5 17:18:21 2023 UTC (14 months, 4 weeks ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1
Diff to: previous 1.3.10.1: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.10.1: +2 -2
lines
Pull up following revision(s) (requested by riastradh in ticket #346):
external/mpl/bind/lib/libbind9/shlib_version: revision 1.12
external/mpl/bind/lib/libisc/shlib_version: revision 1.12
crypto/external/bsd/heimdal/lib/libheimntlm/shlib_version: revision 1.3
external/bsd/libevent/Makefile.inc: revision 1.5
external/mpl/bind/lib/libdns/shlib_version: revision 1.12
external/bsd/lutok/lib/liblutok/shlib_version: revision 1.3
crypto/external/bsd/heimdal/lib/libkadm5clnt/shlib_version: revision 1.3
crypto/external/bsd/heimdal/lib/libkafs/shlib_version: revision 1.3
distrib/sets/lists/debug/shl.mi: revision 1.325
distrib/sets/lists/debug/shl.mi: revision 1.326
external/bsd/openldap/lib/libldap_r/shlib_version: revision 1.8
distrib/sets/lists/debug/shl.mi: revision 1.327
external/bsd/unbound/lib/libunbound/shlib_version: revision 1.4
external/bsd/libarchive/lib/libarchive/shlib_version: revision 1.3
lib/libradius/shlib_version: revision 1.6
crypto/external/bsd/heimdal/lib/libkadm5srv/shlib_version: revision 1.3
crypto/external/bsd/libsaslc/lib/shlib_version: revision 1.2
crypto/external/bsd/netpgp/libpaa/shlib_version: revision 1.2
external/mpl/bind/lib/libisccc/shlib_version: revision 1.12
external/mpl/bind/lib/libisccfg/shlib_version: revision 1.12
crypto/external/cpl/trousers/lib/libtspi/Makefile: revision 1.5
crypto/external/bsd/heimdal/lib/libsl/shlib_version: revision 1.3
external/mpl/bind/lib/libns/shlib_version: revision 1.12
crypto/external/bsd/heimdal/lib/libkrb5/shlib_version: revision 1.3
crypto/external/bsd/heimdal/lib/libhdb/shlib_version: revision 1.3
external/bsd/fetch/lib/shlib_version: revision 1.4
external/bsd/openldap/lib/libldap/shlib_version: revision 1.8
crypto/external/cpl/tpm-tools/lib/libtpm_unseal/Makefile: revision 1.4
distrib/sets/lists/base/shl.mi: revision 1.965
crypto/external/bsd/heimdal/lib/libkdc/shlib_version: revision 1.3
distrib/sets/lists/base/shl.mi: revision 1.966
crypto/external/bsd/heimdal/lib/libgssapi/shlib_version: revision 1.3
distrib/sets/lists/base/shl.mi: revision 1.967
external/mpl/bind/lib/libirs/shlib_version: revision 1.12
crypto/external/bsd/netpgp/lib/netpgp/shlib_version: revision 1.3
crypto/external/bsd/heimdal/lib/libhx509/shlib_version: revision 1.3
(all via patch)
Recursively revbump all dependents of libcrypto.
Otherwise any existing software linked against the openssl11
libcrypto.so.14 and any of these libraries will suddenly start
pulling in libcrypto.so.15 at the same time, leading to mayhem in the
address space.
PR lib/57603
heimdal/libsl: Belatedly bump major.
This is to address the major bump of libterminfo.so.9 in:
Author: roy <roy%NetBSD.org@localhost>
Date: Fri Mar 13 15:19:24 2020 +0000
terminfo: promote numeric parameters from short to int
That commit caught all the other dependent libraries except libsl.
liblutok.so: Bump major for recent Lua update.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Sep 4 18:12:46 2023 UTC (14 months, 4 weeks ago) by riastradh
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Recursively revbump all dependents of libcrypto.
Otherwise any existing software linked against the openssl11
libcrypto.so.14 and any of these libraries will suddenly start
pulling in libcrypto.so.15 at the same time, leading to mayhem in the
address space.
PR lib/57603
XXX pullup-10
Revision 1.3.10.1: download - view: text, markup, annotated - select for diffs
Fri Aug 11 15:07:06 2023 UTC (15 months, 3 weeks ago) by martin
Branches: netbsd-10
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -1
lines
Pull up following revision(s) (requested by riastradh in ticket #323):
crypto/external/cpl/trousers/dist/src/include/tcsd.h: revision 1.4
crypto/external/cpl/trousers/lib/libtcs/Makefile: revision 1.2
crypto/external/cpl/trousers/dist/src/include/trousers_types.h: revision 1.4
crypto/external/cpl/trousers/bin/tcsd/Makefile: revision 1.3
crypto/external/cpl/trousers/lib/libtspi/Makefile: revision 1.4
(all via patch)
trousers: Make this build again.
- Downgrade address-of-packed-member errors to warnings. Not sure if
this is safe, but there's too many to audit.
- Silence deprecation warnings for openssl3.
- Address removal of const qualifier in iconv.
- Nix unused definitions in a .h file, which cause trouble now that
-fno-common is the default.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Aug 10 06:56:12 2023 UTC (15 months, 3 weeks ago) by riastradh
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -1
lines
trousers: Make this build again.
- Downgrade address-of-packed-member errors to warnings. Not sure if
this is safe, but there's too many to audit.
- Silence deprecation warnings for openssl3.
- Address removal of const qualifier in iconv.
- Nix unused definitions in a .h file, which cause trouble now that
-fno-common is the default.
Revision 1.2.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 21:42:15 2019 UTC (5 years, 5 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +2 -1
lines
Sync with HEAD
Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Fri Jan 18 08:48:31 2019 UTC (5 years, 10 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +2 -1
lines
Synch with HEAD
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jan 7 15:43:17 2019 UTC (5 years, 10 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
netbsd-10-base,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Branch point for: netbsd-10
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
new config file
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Feb 4 03:19:52 2018 UTC (6 years, 9 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-base,
pgoyette-compat-base,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315
Branch point for: phil-wifi,
pgoyette-compat
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3
lines
switch everyone to openssl.old
Revision 1.1.4.2: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:02:23 2012 UTC (12 years, 7 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.1.4.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.4.1: +277 -0
lines
sync with head
Revision 1.1.4.1
Sat Jan 28 02:15:26 2012 UTC (12 years, 10 months ago) by yamt
Branches: yamt-pagecache
FILE REMOVED
Changes since revision 1.1: +0 -277
lines
file Makefile was added on branch yamt-pagecache on 2012-04-17 00:02:23 +0000
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jan 28 02:15:26 2012 UTC (12 years, 10 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base9,
yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
tls-maxphys-base,
tls-maxphys,
tls-earlyentropy-base,
tls-earlyentropy,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
localcount-20160914,
khorben-n900,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan,
agc-symver-base,
agc-symver
Branch point for: yamt-pagecache
add build glue
CVSweb <webmaster@jp.NetBSD.org>