commit c566b483eb1fb137ac29ff126ab945a81b204a6e Author: Dirk Date: Wed May 27 21:51:49 2020 +0200 GO COMPILER: extend toolchain to support gccgo in toolchain and on target commit 962a61b215c635aead2158a908b092e13156626f Author: Dirk Date: Sun Nov 12 23:30:15 2017 +0100 perl/fhem: add perl and fhem home automation server commit 14f567430e17bd5f29bf321d14d037de0815c2da Author: Dirk Date: Sun Feb 19 17:21:10 2017 +0100 add letsencrypt (certbot scripts) to create ssl certificates commit 7f0445b0b22c4ac696b148e91afdd54799765128 Author: Dirk Date: Mon Feb 15 08:53:57 2016 +0100 add some more files to .gitignore commit d1f549d4a6e93ca03cbe65e6b2f01763faafe38e Author: Dirk Date: Mon Feb 8 05:36:50 2016 +0100 tar/backup: full and incrementel daily backup with freetz configuration gui for mails or other data on external devices commit 2eb212d7a3b7d74ec668f38253a4c5420e4f664e Author: Dirk Date: Sun Feb 7 03:56:53 2016 +0100 apache2/php5: added start-up script, freetz configuration gui, configurable password protection, logout mechanism, integrate pre-configured access for packages linknx, wfrog, letsencrypt support, roundcubemail and integrated proxy settings for freetz and fhem configuration page, add some further php packages commit e20f7b6d0031e3605fae5972380852686d2ba8b8 Author: Dirk Date: Sun Feb 7 02:50:34 2016 +0100 dropbear: allow a certain user only for login, to make mis-usage harder commit bc2079ff1f2a330d1f1f2449eb2688ea954e4a94 Author: Dirk Date: Sun Feb 7 02:06:00 2016 +0100 roundcubemail: add webmail package working together with apache2, php and dovecot commit c101ab4081921cd40d7e49c3d118107c0eb7bce7 Author: Dirk Date: Wed Feb 3 00:50:22 2016 +0100 wfrog: add support for weather station software for the web, ftp and more. Highly extensible based on python, with start-up script and freetz gui commit 748a699a2e6810b5b7701a755f028f8bfb344b0a Author: Dirk Date: Tue Feb 2 22:59:50 2016 +0100 python: add python modules pyusb, pyyaml, lxml, configobj, six, pygooglechart, certbot acme, zope, mock, ndg-httsclient, pyasn, pycparser, idna, augeas and much more commit 8ef5779737412695f715c6e12a519a2626e615c3 Author: Dirk Date: Sun Feb 19 19:54:38 2017 +0100 linknx/eibd/knxd: changeset for KNX/EIB automation platform and BCUSDK, KNX/EIB daemon for use with suitable home automation commit 347b1a34701add7f48c79268be3f15da2ec18b77 Author: Dirk Date: Tue Jan 26 05:15:18 2016 +0100 dovecot: add imap server package, pre-configured to be used with xmail, including freetz configuration gui, letsencrypt support, pre-configured for freetz, including startup script, password conversion script from xmail to dovecot, removed dependency to libubacktrace and bump version 2.2.21 commit 96e25b41174048197c92e65e38ca6799a8f894a4 Author: Dirk Date: Tue Jan 26 08:04:37 2016 +0100 NATIVE COMPILER: add target compiler and target tools as m4, automake, autoconf, bison and flex as a package, can be used as external and fix build problems also for Microsoft kernel commit cfa8da8f4bcd66f128996c513978dc467cfcb579 Author: Eugene Rudoy Date: Thu Oct 8 21:07:05 2020 +0200 make the location of the key files used for image signing configurable and get rid of one yourfritz-host patch commit bdbf7fe66e8c7a1335f4b30f27169b1eb7c1084b Author: Eugene Rudoy Date: Tue Oct 6 23:19:55 2020 +0200 yourfritz-host: bump version to the latest git revision once again commit 75eaa1a9f3f99913b2476805641ce3f4aa2b9e69 Author: Eugene Rudoy Date: Tue Oct 6 22:54:59 2020 +0200 patches: add support for sending multi-page faxes via FRITZ!OS web interface Based on https://stadler-its.de/blog/stadler-its-blog-1/post/mehrseitige-fritz-box-faxe-12#blog_content https://github.com/PeterPawn/modfs/blob/master/contrib/modscripts/mod_multiple_fax_pages commit 20308c3b0641559e4b6bf3d1f3dac68c70207d6d Author: Eugene Rudoy Date: Tue Oct 6 19:12:29 2020 +0200 yourfritz-host: bump version to the latest git revision commit 2b230ce5b5602a453a3eea7814bcd2988ea32567 Author: Eugene Rudoy Date: Sun Oct 4 20:13:09 2020 +0200 authorized-keys: remove the ability to edit private key files All these files could already be edited directly via OpenSSH interface, s. https://github.com/Freetz/freetz/tree/master/make/openssh/files/root/etc/default.openssh If for some reason you rely on names like id_ed25519 instead of ed25519_host_key then just create the corresponding symlinks: ``` cd /var/tmp/flash/openssh/ ln -sf ed25519_host_key id_ed25519 modsave flash ``` But it definitely doesn't make sense to have two different private keys for the same SSH server. This partially reverts https://github.com/Freetz/freetz/commit/d34043c9ff4ecede8c62fede54264a29da1115fa https://github.com/Freetz/freetz/commit/d32fb1034546afb4a85d8ca28b3d97fcf2ae854d commit f340832e374d6dce0509533025db91f5ec5480a7 Author: Eugene Rudoy Date: Sun Oct 4 15:40:32 2020 +0200 busybox: replace custom "mount -o loop,offset=N" implementation with its upstream version Refs https://git.busybox.net/busybox/commit/?id=6561e07460acc5b38af99aa5e80283dc04953eca Refs https://github.com/PeterPawn/YourFreetz/commit/70dc495e24a95a342c7416fce1dc9e9d2cb4cb8e commit 1667353e2d466e5f4c185d5149763979f788a75c Author: Eugene Rudoy Date: Sun Oct 4 00:04:06 2020 +0200 dropbear: allow dropbear and OpenSSH servers to be run at the same time dropbear and OpenSSH use different private key formats, s. https://raw.githubusercontent.com/mkj/dropbear/master/dropbearconvert.1 Add ".dropbear" suffix to dropbear (private key) files to avoid file/format conflicts within the "/mod/etc/ssh/" dir and thus to make it possible to use both SSH servers at the same time. TODO: dropbear private keys are binary files. The code from https://github.com/Freetz/freetz/commit/d34043c9ff4ecede8c62fede54264a29da1115fa doesn't work with dropbear. commit a15c4025e650911ebeee473d3e0fe767b16f20f5 Author: Eugene Rudoy Date: Sat Oct 3 21:17:57 2020 +0200 dropbear: enable ed25519 support added in 2020.79 refs https://github.com/Freetz/freetz/commit/526e3076c05ef15a633c7d321f086e208ce657e4 commit 8986d57a56ba43aa08971d3b846a5147be5586b4 Author: Eugene Rudoy Date: Sat Oct 3 19:13:04 2020 +0200 wireguard: minor makefile fixes & whitespace cleanups commit 3fe12dace77e2a07003ef3a76fad7dcf432b6594 Merge: d32b023 1db25df Author: f-666 <32643484+f-666@users.noreply.github.com> Date: Sun Sep 27 14:07:09 2020 +0200 Merge pull request #323 from flosch-dev/tor-bump Tor: bump version to 0.4.4.5 commit 1db25dfae8663b95771d46850811fb660c1b3ea0 Author: Florian Schilling Date: Sun Sep 27 13:10:44 2020 +0200 Tor: bump version to 0.4.4.5 Changelog: https://gitweb.torproject.org/tor.git/plain/ChangeLog?h=tor-0.4.4.5 commit d32b023d9f650f9bff64a6092806d9fe89e335f8 Merge: 965393c 2682519 Author: f-666 <32643484+f-666@users.noreply.github.com> Date: Tue Aug 25 08:27:57 2020 +0200 Merge pull request #320 from flosch-dev/wireguard-bump wireguard: bump version commit 965393c6a15007138be98a6c6f4c57f50f619838 Merge: da797a4 c7df960 Author: f-666 <32643484+f-666@users.noreply.github.com> Date: Tue Aug 25 08:24:00 2020 +0200 Merge pull request #319 from flosch-dev/tor-bump tor: bump version to 0.4.3.6 commit da797a405f394cec1d064a6cce98bf4fd88eca8f Merge: 34a8d84 526e307 Author: f-666 <32643484+f-666@users.noreply.github.com> Date: Tue Aug 25 08:22:09 2020 +0200 Merge pull request #318 from flosch-dev/dropbear-bump dropbear: bump version to 2020.80 commit 34a8d8405cee1e00f54ea8e39bba7d0593e55e8a Merge: f5216f1 13f9ac4 Author: f-666 <32643484+f-666@users.noreply.github.com> Date: Tue Aug 25 08:18:50 2020 +0200 Merge pull request #317 from flosch-dev/cacerts-bump cacerts: update Ca bundle to 2020-07-22 commit f5216f1f89c673d2b4df8162f27be62938cc45dd Merge: be21254 6d8db66 Author: f-666 <32643484+f-666@users.noreply.github.com> Date: Tue Aug 25 08:18:22 2020 +0200 Merge pull request #316 from flosch-dev/dnsmasq-bump dnsmasq: bump version to 2.82 commit be21254e4f72608e7f324985a8de0bab307c33c0 Merge: fcbebaa 84289e1 Author: f-666 <32643484+f-666@users.noreply.github.com> Date: Tue Aug 25 08:17:03 2020 +0200 Merge pull request #315 from flosch-dev/haproxy-bump haproxy: bump version to 1.8.26 commit fcbebaac8a474b1fa4602050bbab1ac39258ed8a Merge: f4147ce 0b19b9c Author: f-666 <32643484+f-666@users.noreply.github.com> Date: Tue Aug 25 08:16:18 2020 +0200 Merge pull request #314 from flosch-dev/curl-bump curl: bump version to 7.72.0 commit 268251989f24329702b3fd2413f007f2078daacb Author: Florian Schilling Date: Tue Aug 25 01:31:00 2020 +0200 wireguard: bump version - wireguard-tools-1.0.20200820 - wireguard-linux-compat-1.0.20200729 Changelog: - https://git.zx2c4.com/wireguard-tools/log/?h=v1.0.20200820 - https://git.zx2c4.com/wireguard-linux-compat/log/?h=v1.0.20200729 commit c7df960e7ef2a37d4438e357650229945ab25d50 Author: Florian Schilling Date: Tue Aug 25 00:58:00 2020 +0200 tor: bump version to 0.4.3.6 Changelog: https://gitweb.torproject.org/tor.git/plain/ChangeLog?h=tor-0.4.3.6 commit 526e3076c05ef15a633c7d321f086e208ce657e4 Author: Florian Schilling Date: Tue Aug 25 00:21:49 2020 +0200 dropbear: bump version to 2020.80 changelog: https://matt.ucc.asn.au/dropbear/CHANGES - patch 010-pubkey_algo_more_verbose_logging.patch removed as not applicable commit 6d8db66f818fdc1c411a081c88993c7c99f7c9ab Author: Florian Schilling Date: Mon Aug 24 23:28:11 2020 +0200 dnsmasq: bump version to 2.82 Changelog: http://www.thekelleys.org.uk/dnsmasq/CHANGELOG commit 13f9ac464af14e4713d707667553900586a42875 Author: Florian Schilling Date: Mon Aug 24 23:25:29 2020 +0200 cacerts: update Ca bundle to 2020-07-22 https://curl.haxx.se/docs/caextract.html commit 84289e16e43e7f05c4c32587224d6257be6667e0 Author: Florian Schilling Date: Mon Aug 24 23:11:14 2020 +0200 haproxy: bump version to 1.8.26 Changelog: https://www.haproxy.org/download/1.8/src/CHANGELOG commit 0b19b9c42333fdafbec51a50c31b7e0e1bc654e7 Author: Florian Schilling Date: Mon Aug 24 19:33:28 2020 +0200 curl: bump version to 7.72.0 Changelog: https://curl.haxx.se/changes.html#7_72_0 commit f4147ce9fefd12297a5c740f93ca1b15914122b1 Author: leggewie Date: Tue Jul 28 19:49:40 2020 +0200 replace AWOL wehavemorefun.de links with archive.org backups (#302) commit b300c32eaf89f8c7c3088e8982d79bddfb90c2a0 Author: Eugene Rudoy Date: Sun Jul 26 16:04:11 2020 +0200 davfs2: do not assume ftpuser always exists in AVM firmware, do explicitly create it davfs2 uses ftpuser to mount remote directories and not davfs2 => do not create davfs2 user/group See https://github.com/Freetz/freetz/blob/1ec6822baf4dd2eebd6d2e4fd820f927a0677642/make/davfs2/files/root/etc/init.d/rc.davfs2#L76 Refs https://github.com/Freetz/freetz/pull/312 commit 1ec6822baf4dd2eebd6d2e4fd820f927a0677642 Author: Eugene Rudoy Date: Sun Jul 26 15:51:50 2020 +0200 rsync: do not assume ftpuser always exists in AVM firmware, do explicitly create it See https://github.com/Freetz/freetz/blob/8d7ba9d0b9a44f737fd4408cef9fe67d8860270e/make/samba/files/root/etc/init.d/rc.samba#L79 https://github.com/Freetz/freetz/blob/8d7ba9d0b9a44f737fd4408cef9fe67d8860270e/make/netatalk/files/root/etc/init.d/rc.netatalk#L27 Refs https://github.com/Freetz/freetz/pull/312 commit 8d7ba9d0b9a44f737fd4408cef9fe67d8860270e Author: Eugene Rudoy Date: Sat Jul 25 17:19:43 2020 +0200 Mbed TLS: bump version to 2.7.16 https://github.com/ARMmbed/mbedtls/releases/tag/mbedtls-2.7.16 commit b949032562fa10ec7493d7a073b22369bacad406 Author: Eugene Rudoy Date: Sat Jul 25 16:37:13 2020 +0200 Avoid globally caching dl*-func related values It looks like different autoconf versions have different semantics: - ac_cv_func_$func might mean "resides in libc" (older versions) - but might also mean "available in general either in libdl or in libs" (newer versions) TODO: remove the code completely if disabling it doesn't cause any further problems. Refs https://github.com/Freetz/freetz/pull/311 commit 934c14d0a23e6d8619691835392612c62290cd7e Author: martinkoehler Date: Sun Jul 12 13:35:31 2020 +0200 hp-utils: avoid segfault by not freeing memory (workaround) Refs https://github.com/Freetz/freetz/pull/309 commit 2993312453327cbfc5d0da5a3629cdc014185c23 Author: Eugene Rudoy Date: Sat Jul 25 15:53:54 2020 +0200 hp-utils: fix hp-utils fails to link with "ld: cannot find -lusb" hp-utils doesn't directly depend on libusb (=libusb-0), so linking it in is not necessary. Split 100-pthread.patch in multiple ones as it addresses multiple different issues - missing libhpmud dependency and uClibc-0.9.29 pthread workaround. Ref https://github.com/Freetz/freetz/pull/309 commit dc948b9b29934c90d32cc29bf1fd6e5748be0a31 Author: Eugene Rudoy Date: Thu Jul 23 00:28:15 2020 +0200 Fix .gitignore patterns caused more files to be excluded than it was meant to Thanks to @PeterPawn for pointing it out. closes https://github.com/Freetz/freetz/pull/308 commit 2a1a41d2c7e05af843b8539a2b9fafc1da33a89a Author: Eugene Rudoy Date: Mon Jul 20 09:43:16 2020 +0200 Revert "Timestamp for squashfs images" (#307) commit f7edf426edc0fb01c62ec67a5926660d19ea3384 Merge: c2d31e7 d63572a Author: f-666 <32643484+f-666@users.noreply.github.com> Date: Sun Jul 19 07:52:41 2020 +0200 Merge pull request #305 from PeterPawn/timestamp_for_squashfs_images Timestamp for squashfs images commit c2d31e7321ec04b81e27eee5bc9b198e25fab07c Merge: bfbcfca 2653162 Author: f-666 <32643484+f-666@users.noreply.github.com> Date: Sun Jul 19 07:33:29 2020 +0200 Merge pull request #304 from PeterPawn/bc_is_prereq_for_replace_kernel .build-prerequisites: 'bc' is needed for newer kernel sources, too commit bfbcfca092dc9eb74c997cc76c7e139d8068d187 Merge: a9dc8e2 b58853f Author: f-666 <32643484+f-666@users.noreply.github.com> Date: Mon Jul 13 12:10:08 2020 +0200 Merge pull request #303 from WileC/master busybox: enable some features used by avm