public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/2] krb5: Update to 1.18.2
@ 2020-05-25 11:30 Matthias Fischer
  2020-05-25 11:30 ` [PATCH 2/2] tcl: Update to 8.6.10 Matthias Fischer
  2020-05-26 10:10 ` [PATCH 1/2] krb5: Update to 1.18.2 Michael Tremer
  0 siblings, 2 replies; 4+ messages in thread
From: Matthias Fischer @ 2020-05-25 11:30 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 4755 bytes --]

For details see:
https://web.mit.edu/kerberos/krb5-1.18/krb5-1.18.2.html

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 config/rootfiles/packages/krb5 | 20 ++++++++++++++------
 lfs/krb5                       | 13 ++++---------
 2 files changed, 18 insertions(+), 15 deletions(-)

diff --git a/config/rootfiles/packages/krb5 b/config/rootfiles/packages/krb5
index 0db708f4e..1d044f19a 100644
--- a/config/rootfiles/packages/krb5
+++ b/config/rootfiles/packages/krb5
@@ -16,6 +16,7 @@ usr/bin/kpasswd
 #usr/include/gssapi
 #usr/include/gssapi.h
 #usr/include/gssapi/gssapi.h
+#usr/include/gssapi/gssapi_alloc.h
 #usr/include/gssapi/gssapi_ext.h
 #usr/include/gssapi/gssapi_generic.h
 #usr/include/gssapi/gssapi_krb5.h
@@ -46,9 +47,12 @@ usr/bin/kpasswd
 #usr/include/krb5
 #usr/include/krb5.h
 #usr/include/krb5/ccselect_plugin.h
+#usr/include/krb5/certauth_plugin.h
 #usr/include/krb5/clpreauth_plugin.h
 #usr/include/krb5/hostrealm_plugin.h
+#usr/include/krb5/kadm5_auth_plugin.h
 #usr/include/krb5/kadm5_hook_plugin.h
+#usr/include/krb5/kdcpolicy_plugin.h
 #usr/include/krb5/kdcpreauth_plugin.h
 #usr/include/krb5/krb5.h
 #usr/include/krb5/localauth_plugin.h
@@ -68,6 +72,7 @@ usr/lib/krb5/plugins/libkrb5
 usr/lib/krb5/plugins/preauth
 usr/lib/krb5/plugins/preauth/otp.so
 usr/lib/krb5/plugins/preauth/pkinit.so
+usr/lib/krb5/plugins/preauth/spake.so
 usr/lib/krb5/plugins/preauth/test.so
 usr/lib/krb5/plugins/tls
 usr/lib/krb5/plugins/tls/k5tls.so
@@ -82,15 +87,15 @@ usr/lib/libk5crypto.so.3
 usr/lib/libk5crypto.so.3.1
 #usr/lib/libkadm5clnt.so
 #usr/lib/libkadm5clnt_mit.so
-usr/lib/libkadm5clnt_mit.so.11
-usr/lib/libkadm5clnt_mit.so.11.0
+usr/lib/libkadm5clnt_mit.so.12
+usr/lib/libkadm5clnt_mit.so.12.0
 #usr/lib/libkadm5srv.so
 #usr/lib/libkadm5srv_mit.so
-usr/lib/libkadm5srv_mit.so.11
-usr/lib/libkadm5srv_mit.so.11.0
+usr/lib/libkadm5srv_mit.so.12
+usr/lib/libkadm5srv_mit.so.12.0
 #usr/lib/libkdb5.so
-usr/lib/libkdb5.so.8
-usr/lib/libkdb5.so.8.0
+usr/lib/libkdb5.so.10
+usr/lib/libkdb5.so.10.0
 #usr/lib/libkrad.so
 usr/lib/libkrad.so.0
 usr/lib/libkrad.so.0.0
@@ -128,11 +133,13 @@ usr/lib/libverto.so.0.0
 #usr/share/examples/krb5/kdc.conf
 #usr/share/examples/krb5/krb5.conf
 #usr/share/examples/krb5/services.append
+#usr/share/locale/de/LC_MESSAGES/mit-krb5.mo
 #usr/share/locale/en_US
 #usr/share/locale/en_US/LC_MESSAGES
 #usr/share/locale/en_US/LC_MESSAGES/mit-krb5.mo
 #usr/share/man/cat1
 #usr/share/man/cat5
+#usr/share/man/cat7
 #usr/share/man/cat8
 #usr/share/man/man1/k5srvutil.1
 #usr/share/man/man1/kadmin.1
@@ -153,6 +160,7 @@ usr/lib/libverto.so.0.0
 #usr/share/man/man5/kadm5.acl.5
 #usr/share/man/man5/kdc.conf.5
 #usr/share/man/man5/krb5.conf.5
+#usr/share/man/man7/kerberos.7
 #usr/share/man/man8/kadmin.local.8
 #usr/share/man/man8/kadmind.8
 #usr/share/man/man8/kdb5_ldap_util.8
diff --git a/lfs/krb5 b/lfs/krb5
index 4ab342c01..ea81961fe 100644
--- a/lfs/krb5
+++ b/lfs/krb5
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.15.2
+VER        = 1.18.2
 
 THISAPP    = krb5-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)/src
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = krb5
-PAK_VER    = 3
+PAK_VER    = 4
 
 DEPS       =
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = b160f72161c730897dc7689f876b6e2a
+$(DL_FILE)_MD5 = fd9087eaa43589a2480c2e22da91a17e
 
 install : $(TARGET)
 
@@ -78,11 +78,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_SRC)/$(THISAPP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 
-	cd $(DIR_APP) && sed -e "s(a)python2.5/Python.h@& python2.7/Python.h(a)g" \
-		-e "s(a)-lpython2.5]@&,\n  AC_CHECK_LIB(python2.7,main,[PYTHON_LIB=-lpython2.7])@g" \
-		-i configure.in
-	cd $(DIR_APP) && autoconf
-
 	cd $(DIR_APP) && ./configure \
 		--prefix=/usr \
 		--sysconfdir=/etc \
-- 
2.18.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 2/2] tcl: Update to 8.6.10
  2020-05-25 11:30 [PATCH 1/2] krb5: Update to 1.18.2 Matthias Fischer
@ 2020-05-25 11:30 ` Matthias Fischer
  2020-05-26 10:10   ` Michael Tremer
  2020-05-26 10:10 ` [PATCH 1/2] krb5: Update to 1.18.2 Michael Tremer
  1 sibling, 1 reply; 4+ messages in thread
From: Matthias Fischer @ 2020-05-25 11:30 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 6372 bytes --]

For details see:
https://sourceforge.net/projects/tcl/files/Tcl/8.6.10/tcltk-release-notes-8.6.10.txt/view

Needed for krb5 1.18.2

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 config/rootfiles/common/tcl | 83 ++++++++++++++++++++-----------------
 lfs/tcl                     |  6 +--
 2 files changed, 49 insertions(+), 40 deletions(-)

diff --git a/config/rootfiles/common/tcl b/config/rootfiles/common/tcl
index c4232d244..c82d99457 100644
--- a/config/rootfiles/common/tcl
+++ b/config/rootfiles/common/tcl
@@ -25,20 +25,20 @@ usr/bin/tclsh8.6
 #usr/include/tdbc.h
 #usr/include/tdbcDecls.h
 #usr/include/tdbcInt.h
-#usr/lib/itcl4.0.5
-usr/lib/itcl4.0.5/itcl.tcl
-usr/lib/itcl4.0.5/itclConfig.sh
-usr/lib/itcl4.0.5/itclHullCmds.tcl
-usr/lib/itcl4.0.5/itclWidget.tcl
-usr/lib/itcl4.0.5/libitcl4.0.5.so
-usr/lib/itcl4.0.5/libitclstub4.0.5.a
-usr/lib/itcl4.0.5/pkgIndex.tcl
+#usr/lib/itcl4.2.0
+usr/lib/itcl4.2.0/itcl.tcl
+usr/lib/itcl4.2.0/itclConfig.sh
+usr/lib/itcl4.2.0/itclHullCmds.tcl
+usr/lib/itcl4.2.0/itclWidget.tcl
+usr/lib/itcl4.2.0/libitcl4.2.0.so
+usr/lib/itcl4.2.0/libitclstub4.2.0.a
+usr/lib/itcl4.2.0/pkgIndex.tcl
 usr/lib/libtcl8.6.so
 #usr/lib/libtclstub8.6.a
 #usr/lib/pkgconfig/tcl.pc
-#usr/lib/sqlite3.13.0
-usr/lib/sqlite3.13.0/libsqlite3.13.0.so
-usr/lib/sqlite3.13.0/pkgIndex.tcl
+#usr/lib/sqlite3.30.1.2
+usr/lib/sqlite3.30.1.2/libsqlite3.30.1.2.so
+usr/lib/sqlite3.30.1.2/pkgIndex.tcl
 #usr/lib/tcl8
 #usr/lib/tcl8.6
 usr/lib/tcl8.6/auto.tcl
@@ -270,37 +270,40 @@ usr/lib/tcl8/8.4/platform
 usr/lib/tcl8/8.4/platform-1.0.14.tm
 usr/lib/tcl8/8.4/platform/shell-1.1.4.tm
 #usr/lib/tcl8/8.5
-usr/lib/tcl8/8.5/msgcat-1.6.0.tm
-usr/lib/tcl8/8.5/tcltest-2.4.0.tm
+usr/lib/tcl8/8.5/msgcat-1.6.1.tm
+usr/lib/tcl8/8.5/tcltest-2.5.1.tm
 #usr/lib/tcl8/8.6
-usr/lib/tcl8/8.6/http-2.8.9.tm
+usr/lib/tcl8/8.6/http-2.9.1.tm
 usr/lib/tcl8/8.6/tdbc
-usr/lib/tcl8/8.6/tdbc/sqlite3-1.0.4.tm
+usr/lib/tcl8/8.6/tdbc/sqlite3-1.1.1.tm
 usr/lib/tclConfig.sh
 usr/lib/tclooConfig.sh
-#usr/lib/tdbc1.0.4
-usr/lib/tdbc1.0.4/libtdbc1.0.4.so
-usr/lib/tdbc1.0.4/libtdbcstub1.0.4.a
-usr/lib/tdbc1.0.4/pkgIndex.tcl
-usr/lib/tdbc1.0.4/tdbc.tcl
-usr/lib/tdbc1.0.4/tdbcConfig.sh
-#usr/lib/tdbcmysql1.0.4
-usr/lib/tdbcmysql1.0.4/libtdbcmysql1.0.4.so
-usr/lib/tdbcmysql1.0.4/pkgIndex.tcl
-usr/lib/tdbcmysql1.0.4/tdbcmysql.tcl
-#usr/lib/tdbcodbc1.0.4
-usr/lib/tdbcodbc1.0.4/libtdbcodbc1.0.4.so
-usr/lib/tdbcodbc1.0.4/pkgIndex.tcl
-usr/lib/tdbcodbc1.0.4/tdbcodbc.tcl
-#usr/lib/tdbcpostgres1.0.4
-usr/lib/tdbcpostgres1.0.4/libtdbcpostgres1.0.4.so
-usr/lib/tdbcpostgres1.0.4/pkgIndex.tcl
-usr/lib/tdbcpostgres1.0.4/tdbcpostgres.tcl
-#usr/lib/thread2.8.0
-usr/lib/thread2.8.0/libthread2.8.0.so
-usr/lib/thread2.8.0/pkgIndex.tcl
-usr/lib/thread2.8.0/ttrace.tcl
+#usr/lib/tdbc1.1.1
+usr/lib/tdbc1.1.1/libtdbc1.1.1.so
+usr/lib/tdbc1.1.1/libtdbcstub1.1.1.a
+usr/lib/tdbc1.1.1/pkgIndex.tcl
+usr/lib/tdbc1.1.1/tdbc.tcl
+usr/lib/tdbc1.1.1/tdbcConfig.sh
+#usr/lib/tdbcmysql1.1.1
+usr/lib/tdbcmysql1.1.1/libtdbcmysql1.1.1.so
+usr/lib/tdbcmysql1.1.1/pkgIndex.tcl
+usr/lib/tdbcmysql1.1.1/tdbcmysql.tcl
+#usr/lib/tdbcodbc1.1.1
+usr/lib/tdbcodbc1.1.1/libtdbcodbc1.1.1.so
+usr/lib/tdbcodbc1.1.1/pkgIndex.tcl
+usr/lib/tdbcodbc1.1.1/tdbcodbc.tcl
+#usr/lib/tdbcpostgres1.1.1
+usr/lib/tdbcpostgres1.1.1/libtdbcpostgres1.1.1.so
+usr/lib/tdbcpostgres1.1.1/pkgIndex.tcl
+usr/lib/tdbcpostgres1.1.1/tdbcpostgres.tcl
+#usr/lib/thread2.8.5
+usr/lib/thread2.8.5/libthread2.8.5.so
+usr/lib/thread2.8.5/pkgIndex.tcl
+usr/lib/thread2.8.5/ttrace.tcl
 #usr/man/man1/tclsh.1
+#usr/man/man3/DString.3
+#usr/man/man3/Notifier.3
+#usr/man/man3/RegExp.3
 #usr/man/man3/TCL_MEM_DEBUG.3
 #usr/man/man3/Tcl_Access.3
 #usr/man/man3/Tcl_AddErrorInfo.3
@@ -948,6 +951,7 @@ usr/lib/thread2.8.0/ttrace.tcl
 #usr/man/man3/Tcl_ZlibStreamGetCommandName.3
 #usr/man/man3/Tcl_ZlibStreamInit.3
 #usr/man/man3/Tcl_ZlibStreamPut.3
+#usr/man/man3/Thread.3
 #usr/man/man3/attemptckalloc.3
 #usr/man/man3/attemptckrealloc.3
 #usr/man/man3/ckalloc.3
@@ -1015,6 +1019,7 @@ usr/lib/thread2.8.0/ttrace.tcl
 #usr/man/mann/join.n
 #usr/man/mann/lappend.n
 #usr/man/mann/lassign.n
+#usr/man/mann/library.n
 #usr/man/mann/lindex.n
 #usr/man/mann/linsert.n
 #usr/man/mann/list.n
@@ -1043,8 +1048,10 @@ usr/lib/thread2.8.0/ttrace.tcl
 #usr/man/mann/oo_object.n
 #usr/man/mann/open.n
 #usr/man/mann/package.n
+#usr/man/mann/packagens.n
 #usr/man/mann/parray.n
 #usr/man/mann/pid.n
+#usr/man/mann/pkgMkIndex.n
 #usr/man/mann/pkg_create.n
 #usr/man/mann/pkg_mkIndex.n
 #usr/man/mann/platform.n
@@ -1095,6 +1102,7 @@ usr/lib/thread2.8.0/ttrace.tcl
 #usr/man/mann/tell.n
 #usr/man/mann/throw.n
 #usr/man/mann/time.n
+#usr/man/mann/timerate.n
 #usr/man/mann/tm.n
 #usr/man/mann/trace.n
 #usr/man/mann/transchan.n
@@ -1136,6 +1144,7 @@ usr/lib/thread2.8.0/ttrace.tcl
 #usr/share/man/mann/tdbc_mapSqlState.n
 #usr/share/man/mann/tdbc_mysql.n
 #usr/share/man/mann/tdbc_odbc.n
+#usr/share/man/mann/tdbc_postgres.n
 #usr/share/man/mann/tdbc_resultset.n
 #usr/share/man/mann/tdbc_sqlite3.n
 #usr/share/man/mann/tdbc_statement.n
diff --git a/lfs/tcl b/lfs/tcl
index bb2e3cdad..a27a0bba3 100644
--- a/lfs/tcl
+++ b/lfs/tcl
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 8.6.6
+VER        = 8.6.10
 
 THISAPP    = tcl$(VER)
 DL_FILE    = $(THISAPP)-src.tar.gz
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 5193aea8107839a79df8ac709552ecb7
+$(DL_FILE)_MD5 = 97c55573f8520bcab74e21bfd8d0aadc
 
 install : $(TARGET)
 
-- 
2.18.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/2] tcl: Update to 8.6.10
  2020-05-25 11:30 ` [PATCH 2/2] tcl: Update to 8.6.10 Matthias Fischer
@ 2020-05-26 10:10   ` Michael Tremer
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2020-05-26 10:10 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 6833 bytes --]

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 25 May 2020, at 12:30, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
> 
> For details see:
> https://sourceforge.net/projects/tcl/files/Tcl/8.6.10/tcltk-release-notes-8.6.10.txt/view
> 
> Needed for krb5 1.18.2
> 
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> config/rootfiles/common/tcl | 83 ++++++++++++++++++++-----------------
> lfs/tcl                     |  6 +--
> 2 files changed, 49 insertions(+), 40 deletions(-)
> 
> diff --git a/config/rootfiles/common/tcl b/config/rootfiles/common/tcl
> index c4232d244..c82d99457 100644
> --- a/config/rootfiles/common/tcl
> +++ b/config/rootfiles/common/tcl
> @@ -25,20 +25,20 @@ usr/bin/tclsh8.6
> #usr/include/tdbc.h
> #usr/include/tdbcDecls.h
> #usr/include/tdbcInt.h
> -#usr/lib/itcl4.0.5
> -usr/lib/itcl4.0.5/itcl.tcl
> -usr/lib/itcl4.0.5/itclConfig.sh
> -usr/lib/itcl4.0.5/itclHullCmds.tcl
> -usr/lib/itcl4.0.5/itclWidget.tcl
> -usr/lib/itcl4.0.5/libitcl4.0.5.so
> -usr/lib/itcl4.0.5/libitclstub4.0.5.a
> -usr/lib/itcl4.0.5/pkgIndex.tcl
> +#usr/lib/itcl4.2.0
> +usr/lib/itcl4.2.0/itcl.tcl
> +usr/lib/itcl4.2.0/itclConfig.sh
> +usr/lib/itcl4.2.0/itclHullCmds.tcl
> +usr/lib/itcl4.2.0/itclWidget.tcl
> +usr/lib/itcl4.2.0/libitcl4.2.0.so
> +usr/lib/itcl4.2.0/libitclstub4.2.0.a
> +usr/lib/itcl4.2.0/pkgIndex.tcl
> usr/lib/libtcl8.6.so
> #usr/lib/libtclstub8.6.a
> #usr/lib/pkgconfig/tcl.pc
> -#usr/lib/sqlite3.13.0
> -usr/lib/sqlite3.13.0/libsqlite3.13.0.so
> -usr/lib/sqlite3.13.0/pkgIndex.tcl
> +#usr/lib/sqlite3.30.1.2
> +usr/lib/sqlite3.30.1.2/libsqlite3.30.1.2.so
> +usr/lib/sqlite3.30.1.2/pkgIndex.tcl
> #usr/lib/tcl8
> #usr/lib/tcl8.6
> usr/lib/tcl8.6/auto.tcl
> @@ -270,37 +270,40 @@ usr/lib/tcl8/8.4/platform
> usr/lib/tcl8/8.4/platform-1.0.14.tm
> usr/lib/tcl8/8.4/platform/shell-1.1.4.tm
> #usr/lib/tcl8/8.5
> -usr/lib/tcl8/8.5/msgcat-1.6.0.tm
> -usr/lib/tcl8/8.5/tcltest-2.4.0.tm
> +usr/lib/tcl8/8.5/msgcat-1.6.1.tm
> +usr/lib/tcl8/8.5/tcltest-2.5.1.tm
> #usr/lib/tcl8/8.6
> -usr/lib/tcl8/8.6/http-2.8.9.tm
> +usr/lib/tcl8/8.6/http-2.9.1.tm
> usr/lib/tcl8/8.6/tdbc
> -usr/lib/tcl8/8.6/tdbc/sqlite3-1.0.4.tm
> +usr/lib/tcl8/8.6/tdbc/sqlite3-1.1.1.tm
> usr/lib/tclConfig.sh
> usr/lib/tclooConfig.sh
> -#usr/lib/tdbc1.0.4
> -usr/lib/tdbc1.0.4/libtdbc1.0.4.so
> -usr/lib/tdbc1.0.4/libtdbcstub1.0.4.a
> -usr/lib/tdbc1.0.4/pkgIndex.tcl
> -usr/lib/tdbc1.0.4/tdbc.tcl
> -usr/lib/tdbc1.0.4/tdbcConfig.sh
> -#usr/lib/tdbcmysql1.0.4
> -usr/lib/tdbcmysql1.0.4/libtdbcmysql1.0.4.so
> -usr/lib/tdbcmysql1.0.4/pkgIndex.tcl
> -usr/lib/tdbcmysql1.0.4/tdbcmysql.tcl
> -#usr/lib/tdbcodbc1.0.4
> -usr/lib/tdbcodbc1.0.4/libtdbcodbc1.0.4.so
> -usr/lib/tdbcodbc1.0.4/pkgIndex.tcl
> -usr/lib/tdbcodbc1.0.4/tdbcodbc.tcl
> -#usr/lib/tdbcpostgres1.0.4
> -usr/lib/tdbcpostgres1.0.4/libtdbcpostgres1.0.4.so
> -usr/lib/tdbcpostgres1.0.4/pkgIndex.tcl
> -usr/lib/tdbcpostgres1.0.4/tdbcpostgres.tcl
> -#usr/lib/thread2.8.0
> -usr/lib/thread2.8.0/libthread2.8.0.so
> -usr/lib/thread2.8.0/pkgIndex.tcl
> -usr/lib/thread2.8.0/ttrace.tcl
> +#usr/lib/tdbc1.1.1
> +usr/lib/tdbc1.1.1/libtdbc1.1.1.so
> +usr/lib/tdbc1.1.1/libtdbcstub1.1.1.a
> +usr/lib/tdbc1.1.1/pkgIndex.tcl
> +usr/lib/tdbc1.1.1/tdbc.tcl
> +usr/lib/tdbc1.1.1/tdbcConfig.sh
> +#usr/lib/tdbcmysql1.1.1
> +usr/lib/tdbcmysql1.1.1/libtdbcmysql1.1.1.so
> +usr/lib/tdbcmysql1.1.1/pkgIndex.tcl
> +usr/lib/tdbcmysql1.1.1/tdbcmysql.tcl
> +#usr/lib/tdbcodbc1.1.1
> +usr/lib/tdbcodbc1.1.1/libtdbcodbc1.1.1.so
> +usr/lib/tdbcodbc1.1.1/pkgIndex.tcl
> +usr/lib/tdbcodbc1.1.1/tdbcodbc.tcl
> +#usr/lib/tdbcpostgres1.1.1
> +usr/lib/tdbcpostgres1.1.1/libtdbcpostgres1.1.1.so
> +usr/lib/tdbcpostgres1.1.1/pkgIndex.tcl
> +usr/lib/tdbcpostgres1.1.1/tdbcpostgres.tcl
> +#usr/lib/thread2.8.5
> +usr/lib/thread2.8.5/libthread2.8.5.so
> +usr/lib/thread2.8.5/pkgIndex.tcl
> +usr/lib/thread2.8.5/ttrace.tcl
> #usr/man/man1/tclsh.1
> +#usr/man/man3/DString.3
> +#usr/man/man3/Notifier.3
> +#usr/man/man3/RegExp.3
> #usr/man/man3/TCL_MEM_DEBUG.3
> #usr/man/man3/Tcl_Access.3
> #usr/man/man3/Tcl_AddErrorInfo.3
> @@ -948,6 +951,7 @@ usr/lib/thread2.8.0/ttrace.tcl
> #usr/man/man3/Tcl_ZlibStreamGetCommandName.3
> #usr/man/man3/Tcl_ZlibStreamInit.3
> #usr/man/man3/Tcl_ZlibStreamPut.3
> +#usr/man/man3/Thread.3
> #usr/man/man3/attemptckalloc.3
> #usr/man/man3/attemptckrealloc.3
> #usr/man/man3/ckalloc.3
> @@ -1015,6 +1019,7 @@ usr/lib/thread2.8.0/ttrace.tcl
> #usr/man/mann/join.n
> #usr/man/mann/lappend.n
> #usr/man/mann/lassign.n
> +#usr/man/mann/library.n
> #usr/man/mann/lindex.n
> #usr/man/mann/linsert.n
> #usr/man/mann/list.n
> @@ -1043,8 +1048,10 @@ usr/lib/thread2.8.0/ttrace.tcl
> #usr/man/mann/oo_object.n
> #usr/man/mann/open.n
> #usr/man/mann/package.n
> +#usr/man/mann/packagens.n
> #usr/man/mann/parray.n
> #usr/man/mann/pid.n
> +#usr/man/mann/pkgMkIndex.n
> #usr/man/mann/pkg_create.n
> #usr/man/mann/pkg_mkIndex.n
> #usr/man/mann/platform.n
> @@ -1095,6 +1102,7 @@ usr/lib/thread2.8.0/ttrace.tcl
> #usr/man/mann/tell.n
> #usr/man/mann/throw.n
> #usr/man/mann/time.n
> +#usr/man/mann/timerate.n
> #usr/man/mann/tm.n
> #usr/man/mann/trace.n
> #usr/man/mann/transchan.n
> @@ -1136,6 +1144,7 @@ usr/lib/thread2.8.0/ttrace.tcl
> #usr/share/man/mann/tdbc_mapSqlState.n
> #usr/share/man/mann/tdbc_mysql.n
> #usr/share/man/mann/tdbc_odbc.n
> +#usr/share/man/mann/tdbc_postgres.n
> #usr/share/man/mann/tdbc_resultset.n
> #usr/share/man/mann/tdbc_sqlite3.n
> #usr/share/man/mann/tdbc_statement.n
> diff --git a/lfs/tcl b/lfs/tcl
> index bb2e3cdad..a27a0bba3 100644
> --- a/lfs/tcl
> +++ b/lfs/tcl
> @@ -1,7 +1,7 @@
> ###############################################################################
> #                                                                             #
> # IPFire.org - A linux based firewall                                         #
> -# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                     #
> +# Copyright (C) 2007-2020  IPFire Team  <info(a)ipfire.org>                     #
> #                                                                             #
> # This program is free software: you can redistribute it and/or modify        #
> # it under the terms of the GNU General Public License as published by        #
> @@ -24,7 +24,7 @@
> 
> include Config
> 
> -VER        = 8.6.6
> +VER        = 8.6.10
> 
> THISAPP    = tcl$(VER)
> DL_FILE    = $(THISAPP)-src.tar.gz
> @@ -45,7 +45,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = 5193aea8107839a79df8ac709552ecb7
> +$(DL_FILE)_MD5 = 97c55573f8520bcab74e21bfd8d0aadc
> 
> install : $(TARGET)
> 
> -- 
> 2.18.0
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] krb5: Update to 1.18.2
  2020-05-25 11:30 [PATCH 1/2] krb5: Update to 1.18.2 Matthias Fischer
  2020-05-25 11:30 ` [PATCH 2/2] tcl: Update to 8.6.10 Matthias Fischer
@ 2020-05-26 10:10 ` Michael Tremer
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2020-05-26 10:10 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 5271 bytes --]

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

This package bumps the library. So everything that is linked against it needs to be shipped again, too.

Did you check which packages those are?

-Michael

> On 25 May 2020, at 12:30, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
> 
> For details see:
> https://web.mit.edu/kerberos/krb5-1.18/krb5-1.18.2.html
> 
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> config/rootfiles/packages/krb5 | 20 ++++++++++++++------
> lfs/krb5                       | 13 ++++---------
> 2 files changed, 18 insertions(+), 15 deletions(-)
> 
> diff --git a/config/rootfiles/packages/krb5 b/config/rootfiles/packages/krb5
> index 0db708f4e..1d044f19a 100644
> --- a/config/rootfiles/packages/krb5
> +++ b/config/rootfiles/packages/krb5
> @@ -16,6 +16,7 @@ usr/bin/kpasswd
> #usr/include/gssapi
> #usr/include/gssapi.h
> #usr/include/gssapi/gssapi.h
> +#usr/include/gssapi/gssapi_alloc.h
> #usr/include/gssapi/gssapi_ext.h
> #usr/include/gssapi/gssapi_generic.h
> #usr/include/gssapi/gssapi_krb5.h
> @@ -46,9 +47,12 @@ usr/bin/kpasswd
> #usr/include/krb5
> #usr/include/krb5.h
> #usr/include/krb5/ccselect_plugin.h
> +#usr/include/krb5/certauth_plugin.h
> #usr/include/krb5/clpreauth_plugin.h
> #usr/include/krb5/hostrealm_plugin.h
> +#usr/include/krb5/kadm5_auth_plugin.h
> #usr/include/krb5/kadm5_hook_plugin.h
> +#usr/include/krb5/kdcpolicy_plugin.h
> #usr/include/krb5/kdcpreauth_plugin.h
> #usr/include/krb5/krb5.h
> #usr/include/krb5/localauth_plugin.h
> @@ -68,6 +72,7 @@ usr/lib/krb5/plugins/libkrb5
> usr/lib/krb5/plugins/preauth
> usr/lib/krb5/plugins/preauth/otp.so
> usr/lib/krb5/plugins/preauth/pkinit.so
> +usr/lib/krb5/plugins/preauth/spake.so
> usr/lib/krb5/plugins/preauth/test.so
> usr/lib/krb5/plugins/tls
> usr/lib/krb5/plugins/tls/k5tls.so
> @@ -82,15 +87,15 @@ usr/lib/libk5crypto.so.3
> usr/lib/libk5crypto.so.3.1
> #usr/lib/libkadm5clnt.so
> #usr/lib/libkadm5clnt_mit.so
> -usr/lib/libkadm5clnt_mit.so.11
> -usr/lib/libkadm5clnt_mit.so.11.0
> +usr/lib/libkadm5clnt_mit.so.12
> +usr/lib/libkadm5clnt_mit.so.12.0
> #usr/lib/libkadm5srv.so
> #usr/lib/libkadm5srv_mit.so
> -usr/lib/libkadm5srv_mit.so.11
> -usr/lib/libkadm5srv_mit.so.11.0
> +usr/lib/libkadm5srv_mit.so.12
> +usr/lib/libkadm5srv_mit.so.12.0
> #usr/lib/libkdb5.so
> -usr/lib/libkdb5.so.8
> -usr/lib/libkdb5.so.8.0
> +usr/lib/libkdb5.so.10
> +usr/lib/libkdb5.so.10.0
> #usr/lib/libkrad.so
> usr/lib/libkrad.so.0
> usr/lib/libkrad.so.0.0
> @@ -128,11 +133,13 @@ usr/lib/libverto.so.0.0
> #usr/share/examples/krb5/kdc.conf
> #usr/share/examples/krb5/krb5.conf
> #usr/share/examples/krb5/services.append
> +#usr/share/locale/de/LC_MESSAGES/mit-krb5.mo
> #usr/share/locale/en_US
> #usr/share/locale/en_US/LC_MESSAGES
> #usr/share/locale/en_US/LC_MESSAGES/mit-krb5.mo
> #usr/share/man/cat1
> #usr/share/man/cat5
> +#usr/share/man/cat7
> #usr/share/man/cat8
> #usr/share/man/man1/k5srvutil.1
> #usr/share/man/man1/kadmin.1
> @@ -153,6 +160,7 @@ usr/lib/libverto.so.0.0
> #usr/share/man/man5/kadm5.acl.5
> #usr/share/man/man5/kdc.conf.5
> #usr/share/man/man5/krb5.conf.5
> +#usr/share/man/man7/kerberos.7
> #usr/share/man/man8/kadmin.local.8
> #usr/share/man/man8/kadmind.8
> #usr/share/man/man8/kdb5_ldap_util.8
> diff --git a/lfs/krb5 b/lfs/krb5
> index 4ab342c01..ea81961fe 100644
> --- a/lfs/krb5
> +++ b/lfs/krb5
> @@ -1,7 +1,7 @@
> ###############################################################################
> #                                                                             #
> # IPFire.org - A linux based firewall                                         #
> -# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                     #
> +# Copyright (C) 2007-2020  IPFire Team  <info(a)ipfire.org>                     #
> #                                                                             #
> # This program is free software: you can redistribute it and/or modify        #
> # it under the terms of the GNU General Public License as published by        #
> @@ -24,7 +24,7 @@
> 
> include Config
> 
> -VER        = 1.15.2
> +VER        = 1.18.2
> 
> THISAPP    = krb5-$(VER)
> DL_FILE    = $(THISAPP).tar.gz
> @@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
> DIR_APP    = $(DIR_SRC)/$(THISAPP)/src
> TARGET     = $(DIR_INFO)/$(THISAPP)
> PROG       = krb5
> -PAK_VER    = 3
> +PAK_VER    = 4
> 
> DEPS       =
> 
> @@ -44,7 +44,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = b160f72161c730897dc7689f876b6e2a
> +$(DL_FILE)_MD5 = fd9087eaa43589a2480c2e22da91a17e
> 
> install : $(TARGET)
> 
> @@ -78,11 +78,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
> 	@$(PREBUILD)
> 	@rm -rf $(DIR_SRC)/$(THISAPP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
> 
> -	cd $(DIR_APP) && sed -e "s(a)python2.5/Python.h@& python2.7/Python.h(a)g" \
> -		-e "s(a)-lpython2.5]@&,\n  AC_CHECK_LIB(python2.7,main,[PYTHON_LIB=-lpython2.7])@g" \
> -		-i configure.in
> -	cd $(DIR_APP) && autoconf
> -
> 	cd $(DIR_APP) && ./configure \
> 		--prefix=/usr \
> 		--sysconfdir=/etc \
> -- 
> 2.18.0
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-26 10:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-25 11:30 [PATCH 1/2] krb5: Update to 1.18.2 Matthias Fischer
2020-05-25 11:30 ` [PATCH 2/2] tcl: Update to 8.6.10 Matthias Fischer
2020-05-26 10:10   ` Michael Tremer
2020-05-26 10:10 ` [PATCH 1/2] krb5: Update to 1.18.2 Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox