Zorp GPL upgrades

The table below contains the current versions of various Zorp GPL related modules. As upgrading a given program involves downloading several files it is recommended that apt-get is used for automating this process.

Zorp GPL

BranchStable releaseTesting release
 DateVersion DateVersion 
3.0 2007.01.19 3.0.14b
n/a
3.1 2008.08.22 3.1.15
2008.09.11 3.1.15a


Security upgrades

You can find Zorp and ZorpOS related security announcements in our Zorp Security Advisory page.

ZorpOS upgrades

The computer running Zorp can automatically be upgraded by using apt-get as detailed below:

Check that the following line is included in your apt sources file (/etc/apt/sources.list):

Zorp 3.0

deb http://apt.balabit.hu/zorp-gpl-os/ zorp-os-3.0/3.0security \
		zorp-os common-gpl zorp-gpl
deb http://apt.balabit.hu/zorp-gpl-os/ zorp-os-3.0/3.0 \
		zorp-os common-gpl zorp-gpl
Zorp 3.1
deb http://apt.balabit.hu/zorp-gpl-os/ zorp-os-3.1/3.1security \
                zorp-os common-gpl zorp-gpl
deb http://apt.balabit.hu/zorp-gpl-os/ zorp-os-3.1/3.1 \
                zorp-os common-gpl zorp-gpl


Then use the following commands:

# apt-get update
# apt-get -u upgrade

The first command downloads package lists, the second downloads and installs updated packages.

Notes:
To use testing versions you will to add an additional line to your /etc/apt/sources.line. It must be the same as your base apt source with one minor exception: add the word "test" to the branch name. For example instead of "zorp-os-2.1/2.1" use "zorp-os-2.1/2.1test".