The table below contains the current versions of various Zorp Professional related modules. As upgrading a given program involves downloading several files it is recommended that apt-get is used for automating this process. You can read more about the version number structure by following this link..
| Branch | Stable release | Testing release | ||||
| Date | Version | Date | Version | |||
| 3.0 | 2007.11.06 | 3.0.14d | ![]() ![]() |
n/a | ||
| 3.1 | 2008.09.11 | 3.1.15a | ![]() ![]() |
2008.10.30 | 3.1.15.5 | ![]() ![]() |
| 3.3 | 2008.11.14 | 3.3.2c | ![]() ![]() |
2008.07.23 | 3.3.1.2 | ![]() ![]() |
| Branch | Stable release | Testing release | ||||
| Date | Version | Date | Version | |||
| 3.0 | 2006.08.18 | 3.0.15 | ![]() ![]() |
n/a | ||
| 3.1 | 2008.08.22 | 3.1.14 | ![]() ![]() |
2008.08.18 | 3.1.13.1 | ![]() ![]() |
| 3.3 | 2008.11.14 | 3.3.2c | ![]() |
2008.08.06 | 3.3.1.6 | ![]() |
| Branch | Stable release | Testing release | ||||
| Date | Version | Date | Version | |||
| 3.0 | 2006.08.18 | 3.0.15 | ![]() ![]() |
n/a | ||
| 3.1 | 2008.09.11 | 3.1.14a | ![]() ![]() |
2008.08.18 | 3.1.13.1 | ![]() ![]() |
| 3.3 | 2008.09.16 | 3.3.2a | ![]() |
2008.07.30 | 3.3.1.3 | ![]() |
| Branch | Stable release | Testing release | ||||
| Date | Version | Date | Version | |||
| 3.0 | 2006.08.21 | 3.0.5 | ![]() ![]() |
2006.08.04 | 3.0.4.2 | ![]() ![]() |
| 3.1 | 2008.08.22 | 3.1.7 | ![]() ![]() |
2008.08.21 | 3.1.6.3 | ![]() ![]() |
| 3.3 | 2008.08.08 | 3.3.2 | ![]() |
2008.07.22 | 3.3.1.1 | ![]() |
| Branch | Stable release | Testing release | ||||
| Date | Version | Date | Version | |||
| 3.0 | 2006.11.25 | 3.0.11 | ![]() ![]() |
n/a | ||
| 3.1 | 2008.08.22 | 3.1.7 | ![]() ![]() |
n/a | ||
| 3.3 | 2008.05.22 | 3.3.1 | ![]() |
n/a | ||
| Branch | Stable release | Testing release | ||||
| Date | Version | Date | Version | |||
| 3.1 | 2008.08.22 | 3.1.13 | ![]() ![]() |
2008.08.18 | 3.1.12.1 | ![]() ![]() |
| 3.3 | 2008.09.16 | 3.3.2a | ![]() |
2008.07.22 | 3.3.1.1 | ![]() |
You can find Zorp and ZorpOS related security announcements in our Zorp Security Advisory page.
Windows versions of programs with graphical user interfaces are available at the URLs shown in the table below.
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):
deb https://<user>:<password>@apt.balabit.hu/zorp-os/ zorp-os-2.1/2.1security \
zorp-os zorp zorp-common \
zms zms-gui zms-gui-common zms-agent \
satyr zas
deb https://<user>:<password>@apt.balabit.hu/zorp-os/ zorp-os-2.1/2.1 \
zorp-os zorp zorp-common \
zms zms-gui zms-gui-common zms-agent \
satyr zas
Zorp 3.0
# Zorp & ZMS (zorp-os based)
deb https://<user>:<password>@apt.balabit.hu/zorp-os/ zorp-os-3.0/3.0security \
zorp-os common-gpl common zorp zas zms-agent zms
deb https://<user>:<password>@apt.balabit.hu/zorp-os/ zorp-os-3.0/3.0 \
zorp-os common-gpl common zorp zas zms-agent zms
# GUI (debian-woody based)
deb https://<user>:<password>@apt.balabit.hu/zorp-os/ debian-woody/3.0 \
woody-backport zms-gui common common-gpl
# GUI (debian-sarge based)
deb https://<user>:<password>@apt.balabit.hu/zorp-os/ debian-sarge/3.0 \
sarge-backport zms-gui common common-gpl
Zorp 3.1
# Zorp & ZMS (zorp-os based)
deb https://<user>:<password>@apt.balabit.hu/zorp-os/ zorp-os-3.1/3.1security \
zorp-os common-gpl common zorp zas zms-agent zms zcv
deb https://<user>:<password>@apt.balabit.hu/zorp-os/ zorp-os-3.1/3.1 \
zorp-os common-gpl common zorp zas zms-agent zms zcv
# GUI (debian-sarge based)
deb https://<user>:<password>@apt.balabit.hu/zorp-os/ debian-sarge/3.1 \
sarge-backport zms-gui common common-gpl
Zorp 3.3
# Zorp & ZMS (zorp-os based) deb https://<user>:<password>@apt.balabit.hu/zorp-os/ zorp-os-3.3/zorp-3.3latest main \ zorp-os-extra zas zcv zms zorp deb https://<user>:<password>@apt.balabit.hu/zorp-os/ zorp-os-3.3/3.3security zorp-os \ zorp-os-extra
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.