Software Downloads

Here I have uploaded or mirrored various code and binaries relating to past or future posts on this blog.

Needless to say, in general you should not download software distributed on a random IT blog (especially source code you don’t understand, and especially binaries), and this blog is no exception.

If you know what you are doing (or if you just don’t care…) you may download the software below, at your own risk, without warranty, and under the terms of each individual software’s licence(s).


Milne.IT Blog Bitbucket repository

The Milne.IT Blog Bitbucket repository contains some of the code used in my blog posts.

License: See here.


pubkey-converter.pl

pubkey-converter.pl by Ryan Riske converts between public key formats, including Base64 RFC 3310 (used by libreswan IPsec) and PEM (used by MikroTik RouterOS).

I have mirrored this here as this is an obscure package, and if unobtainable it would be very difficult to configure MikroTik to Linux VPNs using RSA keys.

License: See here.
Download: pubkey-converter.zip as of Ryan Riske’s git commit e0750c46f0 (25th Feb 2015)


Certbot dependencies for Raspbian Jessie

Some Certbot dependencies from the Debian jessie-backports repository will not work on Raspbian with older Raspberry Pis due to differences between ARMv6 and ARMv7. These dependencies cannot be obtained from Raspbian’s Jessie repository, and jessie-backports is not ported to Raspbian.

I have compiled these as .deb packages to work on Raspbian / ARMv6. I have tested them with an original Model B Raspberry Pi.

python-dialog

Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: python2-pythondialog
Source: https://pypi.python.org/pypi/python2-pythondialog

Files: *
Copyright: 2002-2013 Florent Rougon
License: LGPL-2.1+

Files: dialog.py
Copyright: 2002, 2003, 2004, 2009, 2010, 2013 Florent Rougon
           2004 Peter Åstrand
           2000 Robb Shecter, Sultanbek Tezadov
License: LGPL-2.1+

Files: doc/intro/example.py
Copyright: 2014 Florent Rougon
License: BSD-3-clause
 All rights reserved.
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
     * Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimer.
     * Redistributions in binary form must reproduce the above copyright
       notice, this list of conditions and the following disclaimer in the
       documentation and/or other materials provided with the distribution.
     * Neither the name of Florent Rougon nor the names of other
       contributors to this file may be used to endorse or promote products
       derived from this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 ARE DISCLAIMED. IN NO EVENT SHALL FLORENT ROUGON BE LIABLE FOR ANY DIRECT,
 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Files: examples/demo.py
Copyright: 2002-2010, 2013 Florent Rougon
           2000 Robb Shecter, Sultanbek Tezadov
License: public-domain

Files: examples/simple_example.py
Copyright: 2013 Florent Rougon
License: public-domain

Files: examples/with-autowidgetsize/demo.py
Copyright: 2002-2010, 2013, 2014, 2015 Florent Rougon
           2000 Robb Shecter, Sultanbek Tezadov
License: public-domain

Files: examples/with-autowidgetsize/simple_example.py
Copyright: 2013, 2014, 2015 Florent Rougon
License: public-domain

Files: debian/*
Copyright: 2015 Francois Marier <francois@debian.org>
           2014 Florent Rougon
License: LGPL-2.1+

License: public-domain
 This program is in the public domain.

License: LGPL-2.1+
 This package is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in "/usr/share/common-licenses/LGPL-2.1".

Download: python-dialog_3.3.0-2~bpo8+1_armhf_raspbian_armv6.tar.gz – .deb package compiled on 20/03/2017 plus source.

python-cffi-backend

Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: CFFI
Upstream-Contact: Armin Rigo
Source: http://pypi.python.org/pypi/cffi/

Files: *
Copyright: 2012-2015, Armin Rigo
           2012-2013, Maciej Fijalkowski
License: Expat

Files: c/libffi_msvc/*
Copyright: 1996-2003, Red Hat, Inc.
           2002, Bo Thorsen
           2001, John Beniton
           2002, Ranjit Mathew
           2002, Roger Sayle
License: Expat

Files: debian/*
Copyright: 2012-2015, Stefano Rivera <stefanor@debian.org>
License: Expat

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

Download: python-cffi-backend_1.4.2-2~bpo8+1_armhf_raspbian_armv6.tar.gz – .deb package compiled on 20/03/2017 plus source.

python-cryptography

Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: cryptography
Upstream-Contact: cryptography-dev@python.org
Source: http://cryptography.io/
License: Apache

Files: *
Copyright: 2013-2014 The cryptography developers
License: Apache

Files: debian/*
Copyright: 2014 Tristan Seligmann <mithrandi@debian.org>
License: Expat

License: Apache
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
    http://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
 implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the full text of the Apache license, Version 2.0
 can be found in the file
 `/usr/share/common-licenses/Apache-2.0'.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
 "Software"), to deal in the Software without restriction, including
 without limitation the rights to use, copy, modify, merge, publish,
 distribute, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to
 the following conditions:
 .
 The above copyright notice and this permission notice shall be
 included in all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Download: python-cryptography_1.3.4-1~bpo8+2_armhf_raspbian_armv6.tar.gz – .deb package compiled on 20/03/2017 plus source.

python-psutil

Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: psutil
Source: https://pypi.python.org/pypi/psutil

Files: *
Copyright: Copyright (c) 2009, Jay Loden, Dave Daeschler, Giampaolo Rodola
License: BSD

Files: debian/*
Copyright: Copyright (C) 2009-2016 Sandro Tosi <morph@debian.org>
License: BSD

License: BSD
 Redistribution and use in source and binary forms, with or without modification,
 are permitted provided that the following conditions are met:
 .
 * Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.
 * Neither the name of the psutil authors nor the names of its contributors
   may be used to endorse or promote products derived from this software without
   specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Download: python-psutil_4.1.0-1~bpo8+1_armhf_raspbian_armv6.tar.gz – .deb package compiled on 20/03/2017 plus source.