diff options
Diffstat (limited to 'stories/download.html')
| -rw-r--r-- | stories/download.html | 229 |
1 files changed, 229 insertions, 0 deletions
diff --git a/stories/download.html b/stories/download.html new file mode 100644 index 0000000..5243bf9 --- /dev/null +++ b/stories/download.html | |||
| @@ -0,0 +1,229 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# | ||
| 3 | " lang="en"> | ||
| 4 | <head> | ||
| 5 | <meta charset="utf-8"> | ||
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
| 7 | <title>Download | SUHOSIN</title> | ||
| 8 | <link href="../assets/css/all-nocdn.css" rel="stylesheet" type="text/css"> | ||
| 9 | <meta name="theme-color" content="#5670d4"> | ||
| 10 | <meta name="generator" content="Nikola (getnikola.com)"> | ||
| 11 | <link rel="canonical" href="https://suhosin.org/stories/download.html"> | ||
| 12 | <link rel="icon" href="../favicon.png" sizes="32x32"> | ||
| 13 | <link rel="icon" href="../favicon_256x256.png" sizes="256x256"> | ||
| 14 | <!--[if lt IE 9]><script src="../assets/js/html5.js"></script><![endif]--><meta name="author" content="SektionEins"> | ||
| 15 | <meta property="og:site_name" content="SUHOSIN"> | ||
| 16 | <meta property="og:title" content="Download"> | ||
| 17 | <meta property="og:url" content="https://suhosin.org/stories/download.html"> | ||
| 18 | <meta property="og:description" content="Suhosin Extension | ||
| 19 | |||
| 20 | Latest Development Snapshot | ||
| 21 | |||
| 22 | Suhosin for PHP 5.x development repository | ||
| 23 | Suhosin7 for PHP 7.0.x development repository | ||
| 24 | |||
| 25 | |||
| 26 | |||
| 27 | Latest Stable Version | ||
| 28 | |||
| 29 | Suhosin Extension 0.9.38 for PHP 5.x "> | ||
| 30 | <meta property="og:type" content="article"> | ||
| 31 | <meta property="article:published_time" content="2014-06-11T11:02:00+02:00"> | ||
| 32 | </head> | ||
| 33 | <body> | ||
| 34 | <a href="#content" class="sr-only sr-only-focusable">Skip to main content</a> | ||
| 35 | |||
| 36 | <!-- Menubar --> | ||
| 37 | |||
| 38 | <nav class="navbar navbar-expand-md static-top mb-4 | ||
| 39 | navbar-dark bg-dark | ||
| 40 | "><div class="container"> | ||
| 41 | <!-- This keeps the margins nice --> | ||
| 42 | <a class="navbar-brand" href="https://suhosin.org/"> | ||
| 43 | |||
| 44 | <span id="blog-title">SUHOSIN</span> | ||
| 45 | </a> | ||
| 46 | <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#bs-navbar" aria-controls="bs-navbar" aria-expanded="false" aria-label="Toggle navigation"> | ||
| 47 | <span class="navbar-toggler-icon"></span> | ||
| 48 | </button> | ||
| 49 | |||
| 50 | <div class="collapse navbar-collapse" id="bs-navbar"> | ||
| 51 | <ul class="navbar-nav mr-auto"> | ||
| 52 | <li class="nav-item active"> | ||
| 53 | <a href="#" class="nav-link">Download <span class="sr-only">(active)</span></a> | ||
| 54 | </li> | ||
| 55 | <li class="nav-item dropdown"> | ||
| 56 | <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Documentation</a> | ||
| 57 | <div class="dropdown-menu"> | ||
| 58 | <a href="feature-list.html" class="dropdown-item">Feature List</a> | ||
| 59 | <a href="install.html" class="dropdown-item">Installing Suhosin</a> | ||
| 60 | <a href="configuration.html" class="dropdown-item">Configuration</a> | ||
| 61 | <a href="howtos.html" class="dropdown-item">HOWTOs</a> | ||
| 62 | <a href="faq.html" class="dropdown-item">FAQ</a> | ||
| 63 | <a href="benchmark.html" class="dropdown-item">Benchmark</a> | ||
| 64 | </div> | ||
| 65 | </li> | ||
| 66 | <li class="nav-item dropdown"> | ||
| 67 | <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Github</a> | ||
| 68 | <div class="dropdown-menu"> | ||
| 69 | <a href="https://raw.githubusercontent.com/sektioneins/suhosin/master/Changelog" class="dropdown-item">Changelog</a> | ||
| 70 | <a href="https://github.com/sektioneins/suhosin" class="dropdown-item">Sources</a> | ||
| 71 | <a href="https://github.com/sektioneins/suhosin/issues" class="dropdown-item">Bugtracker</a> | ||
| 72 | </div> | ||
| 73 | </li> | ||
| 74 | <li class="nav-item dropdown"> | ||
| 75 | <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">SektionEins</a> | ||
| 76 | <div class="dropdown-menu"> | ||
| 77 | <a href="https://sektioneins.de/en/index.html#services" class="dropdown-item">Security Audits</a> | ||
| 78 | <a href="https://sektioneins.de/en/index.html#news" class="dropdown-item">News</a> | ||
| 79 | <a href="https://sektioneins.de/en/kontakt.html" class="dropdown-item">Contact</a> | ||
| 80 | </div> | ||
| 81 | |||
| 82 | |||
| 83 | </li> | ||
| 84 | </ul> | ||
| 85 | <ul class="navbar-nav navbar-right"></ul> | ||
| 86 | </div> | ||
| 87 | <!-- /.navbar-collapse --> | ||
| 88 | </div> | ||
| 89 | <!-- /.container --> | ||
| 90 | </nav><!-- End of Menubar --><div class="container" id="content" role="main"> | ||
| 91 | <div class="body-content"> | ||
| 92 | <!--Body content--> | ||
| 93 | |||
| 94 | |||
| 95 | <article class="post-text storypage" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title" itemprop="headline name"><a href="#" class="u-url">Download</a></h1> | ||
| 96 | |||
| 97 | |||
| 98 | |||
| 99 | </header><div class="e-content entry-content" itemprop="articleBody text"> | ||
| 100 | <div> | ||
| 101 | <div class="section" id="suhosin-extension"> | ||
| 102 | <h2>Suhosin Extension</h2> | ||
| 103 | <div class="section" id="latest-development-snapshot"> | ||
| 104 | <h3>Latest Development Snapshot</h3> | ||
| 105 | <ul class="simple"> | ||
| 106 | <li><a class="reference external" href="https://github.com/sektioneins/suhosin">Suhosin for PHP 5.x development repository</a></li> | ||
| 107 | <li><a class="reference external" href="https://github.com/sektioneins/suhosin7">Suhosin7 for PHP 7.0.x development repository</a></li> | ||
| 108 | </ul> | ||
| 109 | </div> | ||
| 110 | <div class="section" id="latest-stable-version"> | ||
| 111 | <h3>Latest Stable Version</h3> | ||
| 112 | <ul class="simple"> | ||
| 113 | <li> | ||
| 114 | <a class="reference external" href="https://download.suhosin.org/suhosin-0.9.38.tar.gz">Suhosin Extension 0.9.38 for PHP 5.x</a> - | ||
| 115 | sha1: 20af6379c0ff9879c5ed69452a6c38b7b3e76748 - | ||
| 116 | <a class="reference external" href="https://download.suhosin.org/suhosin-0.9.38.tar.gz.sig">sig</a> | ||
| 117 | </li> | ||
| 118 | </ul> | ||
| 119 | </div> | ||
| 120 | <div class="section" id="older-versions"> | ||
| 121 | <h3>Older Versions</h3> | ||
| 122 | <ul class="simple"> | ||
| 123 | <li> | ||
| 124 | <a class="reference external" href="https://download.suhosin.org/suhosin-0.9.37.1.tar.gz">Suhosin Extension 0.9.37.1</a> - | ||
| 125 | sha1: 9de7a89ef7d336501a41f452fd3936ae66f63a6e - | ||
| 126 | <a class="reference external" href="https://download.suhosin.org/suhosin-0.9.37.1.tar.gz.sig">sig</a> | ||
| 127 | </li> | ||
| 128 | <li> | ||
| 129 | <a class="reference external" href="https://download.suhosin.org/suhosin-0.9.37.tgz">Suhosin Extension 0.9.37</a> - | ||
| 130 | sha1: 3416a45f161bddc4e267d4868bbdf611c5cf7c51 - | ||
| 131 | <a class="reference external" href="https://download.suhosin.org/suhosin-0.9.37.tgz.sig">sig</a> | ||
| 132 | </li> | ||
| 133 | <li> | ||
| 134 | <a class="reference external" href="https://download.suhosin.org/suhosin-0.9.36.tgz">Suhosin Extension 0.9.36</a> - | ||
| 135 | sha1: b8d32a6e3bf40ed401a9a9eef5aac4c0e18fa5e7 - | ||
| 136 | <a class="reference external" href="https://download.suhosin.org/suhosin-0.9.36.tgz.sig">sig</a> | ||
| 137 | </li> | ||
| 138 | </ul> | ||
| 139 | </div> | ||
| 140 | </div> | ||
| 141 | <div class="section" id="suhosin-patch"> | ||
| 142 | <h2>Suhosin Patch</h2> | ||
| 143 | <h3><a name="suhosin_patch_0.9.10" id="suhosin_patch_0.9.10">Suhosin Patch 0.9.10</a></h3> | ||
| 144 | <div class="level2"> | ||
| 145 | <p> | ||
| 146 | <a href="https://download.suhosin.org/suhosin-patch-5.3.9-0.9.10.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.3.9-0.9.10.patch.gz"> | ||
| 147 | suhosin-patch-5.3.9</a> - c099b3d7eac95018ababd41ded7f3066 - | ||
| 148 | <a href="https://download.suhosin.org/suhosin-patch-5.3.9-0.9.10.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.3.9-0.9.10.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-5.3.7-0.9.10.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.3.7-0.9.10.patch.gz"> | ||
| 149 | suhosin-patch-5.3.7</a> - 08582e502fed8221c6577042ca45ddb8 - | ||
| 150 | <a href="https://download.suhosin.org/suhosin-patch-5.3.7-0.9.10.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.3.7-0.9.10.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-5.3.4-0.9.10.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.3.4-0.9.10.patch.gz"> | ||
| 151 | suhosin-patch-5.3.4</a> - 69683b97f1e8d8c7ad01eebcbb8a56fa - | ||
| 152 | <a href="https://download.suhosin.org/suhosin-patch-5.3.4-0.9.10.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.3.4-0.9.10.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-5.3.3-0.9.10.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.3.3-0.9.10.patch.gz"> | ||
| 153 | suhosin-patch-5.3.3</a> - b66b27c43b1332400ef8982944c3b95b - | ||
| 154 | <a href="https://download.suhosin.org/suhosin-patch-5.3.3-0.9.10.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.3.3-0.9.10.patch.gz.sig">sig</a> <br></p> | ||
| 155 | |||
| 156 | </div> | ||
| 157 | |||
| 158 | <h3><a name="suhosin_patch_0.9.9.1" id="suhosin_patch_0.9.9.1">Suhosin Patch 0.9.9.1</a></h3> | ||
| 159 | <div class="level2"> | ||
| 160 | <p> | ||
| 161 | <a href="https://download.suhosin.org/suhosin-patch-5.3.2-0.9.9.1.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.3.2-0.9.9.1.patch.gz"> | ||
| 162 | suhosin-patch-5.3.2</a> - 4647b05330862d6a1fc4469245cc6ade - | ||
| 163 | <a href="https://download.suhosin.org/suhosin-patch-5.3.2-0.9.9.1.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.3.2-0.9.9.1.patch.gz.sig">sig</a> <br></p> | ||
| 164 | |||
| 165 | </div> | ||
| 166 | |||
| 167 | <h3><a name="suhosin_patch_0.9.8" id="suhosin_patch_0.9.8">Suhosin Patch 0.9.8</a></h3> | ||
| 168 | <div class="level2"> | ||
| 169 | <p> | ||
| 170 | <a href="https://download.suhosin.org/suhosin-patch-5.3.1-0.9.8.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.3.1-0.9.8.patch.gz"> | ||
| 171 | suhosin-patch-5.3.1</a> - bf75fe3a9bda8c7a041d86197d6da09a - | ||
| 172 | <a href="https://download.suhosin.org/suhosin-patch-5.3.1-0.9.8.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.3.1-0.9.8.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-5.3.1RC1-0.9.8.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.3.1RC1-0.9.8.patch.gz"> | ||
| 173 | suhosin-patch-5.3.1 RC1</a> - c3ff0cb5fa728420d56f8ed139446647 - | ||
| 174 | <a href="https://download.suhosin.org/suhosin-patch-5.3.1RC1-0.9.8.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.3.1RC1-0.9.8.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-5.3.0-0.9.8.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.3.0-0.9.8.patch.gz"> | ||
| 175 | suhosin-patch-5.3.0</a> - a23a3d54e177ac0ad30f78d928ba8177 - | ||
| 176 | <a href="https://download.suhosin.org/suhosin-patch-5.3.0-0.9.8.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.3.0-0.9.8.patch.gz.sig">sig</a> <br></p> | ||
| 177 | </div> | ||
| 178 | |||
| 179 | <h3><a name="suhosin_patch_0.9.7" id="suhosin_patch_0.9.7">Suhosin Patch 0.9.7</a></h3> | ||
| 180 | <div class="level2"> | ||
| 181 | |||
| 182 | <p> | ||
| 183 | <a href="https://download.suhosin.org/suhosin-patch-5.2.16-0.9.7.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.2.16-0.9.7.patch.gz"> | ||
| 184 | suhosin-patch-5.2.16</a> - d815fc99a0c25c21f5df28551fcbb001 - | ||
| 185 | <a href="https://download.suhosin.org/suhosin-patch-5.2.16-0.9.7.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.2.16-0.9.7.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-5.2.14-0.9.7.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.2.14-0.9.7.patch.gz"> | ||
| 186 | suhosin-patch-5.2.14</a> - 84cf0142b8a3637b8784b5ee1e6cbc07 - | ||
| 187 | <a href="https://download.suhosin.org/suhosin-patch-5.2.14-0.9.7.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.2.14-0.9.7.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-5.2.13-0.9.7.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.2.13-0.9.7.patch.gz"> | ||
| 188 | suhosin-patch-5.2.13</a> - 8188e119ce7abce98b8f004de46fbac5 - | ||
| 189 | <a href="https://download.suhosin.org/suhosin-patch-5.2.13-0.9.7.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.2.13-0.9.7.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-5.2.12-0.9.7.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.2.12-0.9.7.patch.gz"> | ||
| 190 | suhosin-patch-5.2.12</a> - 40be1b05ad893a01778d7fb323dd8872 - | ||
| 191 | <a href="https://download.suhosin.org/suhosin-patch-5.2.12-0.9.7.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.2.12-0.9.7.patch.gz. | ||
| 192 | sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-5.2.11-0.9.7.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.2.11-0.9.7.patch.gz"> | ||
| 193 | suhosin-patch-5.2.11</a> - 8f9de4d97fae6eba163cf3699509a260 - | ||
| 194 | <a href="https://download.suhosin.org/suhosin-patch-5.2.11-0.9.7.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.2.11-0.9.7.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-5.2.10-0.9.7.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.2.10-0.9.7.patch.gz"> | ||
| 195 | suhosin-patch-5.2.10</a> - 41b475a469eef0eb0e7aa10a820f12b2 - | ||
| 196 | <a href="https://download.suhosin.org/suhosin-patch-5.2.10-0.9.7.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.2.10-0.9.7.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-5.2.9-0.9.7.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.2.9-0.9.7.patch.gz">suhosin-patch-5.2.9</a> - f80dbcd2773a98da1dab0c73c3654895 - <a href="https://download.suhosin.org/suhosin-patch-5.2.9-0.9.7.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.2.9-0.9.7.patch.gz.sig">sig</a> <br></p> | ||
| 197 | |||
| 198 | |||
| 199 | </div> | ||
| 200 | |||
| 201 | <h3><a name="suhosin_patch_0.9.6" id="suhosin_patch_0.9.6">Suhosin Patch 0.9.6</a></h3> | ||
| 202 | <div class="level2"> | ||
| 203 | |||
| 204 | <p> | ||
| 205 | <a href="https://download.suhosin.org/suhosin-patch-5.2.8-0.9.6.3.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.2.8-0.9.6.3.patch.gz">suhosin-patch-5.2.8</a> - d455c3dd5b652046dbac2951a58f64fa - <a href="https://download.suhosin.org/suhosin-patch-5.2.8-0.9.6.3.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.2.8-0.9.6.3.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-5.2.7-0.9.6.3.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.2.7-0.9.6.3.patch.gz">suhosin-patch-5.2.7</a> - d455c3dd5b652046dbac2951a58f64fa - <a href="https://download.suhosin.org/suhosin-patch-5.2.7-0.9.6.3.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.2.7-0.9.6.3.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-5.2.6-0.9.6.2.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.2.6-0.9.6.2.patch.gz">suhosin-patch-5.2.6</a> - f2ec986341a314c271259dbe4d940858 - <a href="https://download.suhosin.org/suhosin-patch-5.2.6-0.9.6.2.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.2.6-0.9.6.2.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-5.2.5-0.9.6.2.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.2.5-0.9.6.2.patch.gz">suhosin-patch-5.2.5</a> - a43f1a0ee9e7c41c4cb6890174f1f9d8 - <a href="https://download.suhosin.org/suhosin-patch-5.2.5-0.9.6.2.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.2.5-0.9.6.2.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-5.2.4-0.9.6.2.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.2.4-0.9.6.2.patch.gz">suhosin-patch-5.2.4</a> - 58b18d0db00bc52b004fc749190a958f - <a href="https://download.suhosin.org/suhosin-patch-5.2.4-0.9.6.2.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.2.4-0.9.6.2.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-5.2.3-0.9.6.2.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.2.3-0.9.6.2.patch.gz">suhosin-patch-5.2.3</a> - f217d04f9513222e48cea6588ac65b89 - <a href="https://download.suhosin.org/suhosin-patch-5.2.3-0.9.6.2.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.2.3-0.9.6.2.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-5.2.2-0.9.6.2.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.2.2-0.9.6.2.patch.gz">suhosin-patch-5.2.2</a> - 081fe08d584820a6ece1fe2e8629711f - <a href="https://download.suhosin.org/suhosin-patch-5.2.2-0.9.6.2.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.2.2-0.9.6.2.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-5.2.1-0.9.6.2.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.2.1-0.9.6.2.patch.gz">suhosin-patch-5.2.1</a> - 98cae8ee994df74e3ea1b25c955310e8 - <a href="https://download.suhosin.org/suhosin-patch-5.2.1-0.9.6.2.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.2.1-0.9.6.2.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-5.2.0-0.9.6.2.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.2.0-0.9.6.2.patch.gz">suhosin-patch-5.2.0</a> - 621ec57f10345cc58b29b189d89aecce - <a href="https://download.suhosin.org/suhosin-patch-5.2.0-0.9.6.2.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.2.0-0.9.6.2.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-5.1.6-0.9.6.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.1.6-0.9.6.patch.gz">suhosin-patch-5.1.6</a> - 40533ea76767dacbcc8e67522db8ef50 - <a href="https://download.suhosin.org/suhosin-patch-5.1.6-0.9.6.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.1.6-0.9.6.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-5.1.5-0.9.6.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.1.5-0.9.6.patch.gz">suhosin-patch-5.1.5</a> - c8cec5e765a0ada36c16aa7b32ea3c1e - <a href="https://download.suhosin.org/suhosin-patch-5.1.5-0.9.6.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.1.5-0.9.6.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-5.1.4-0.9.6.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.1.4-0.9.6.patch.gz">suhosin-patch-5.1.4</a> - c731f931faac5d5ee8a68c6172561ce0 - <a href="https://download.suhosin.org/suhosin-patch-5.1.4-0.9.6.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.1.4-0.9.6.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-5.0.5-0.9.6.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-5.0.5-0.9.6.patch.gz">suhosin-patch-5.0.5</a> - 21458573377820f081e7d050be05b1b6 - <a href="https://download.suhosin.org/suhosin-patch-5.0.5-0.9.6.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-5.0.5-0.9.6.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-4.4.9-0.9.6.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-4.4.9-0.9.6.patch.gz">suhosin-patch-4.4.9</a> - c4e88782b1572e0aee26e6b2124e6257 - <a href="https://download.suhosin.org/suhosin-patch-4.4.9-0.9.6.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-4.4.9-0.9.6.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-4.4.8-0.9.6.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-4.4.8-0.9.6.patch.gz">suhosin-patch-4.4.8</a> - 094162a3cc48bec95b29e02df4930a43 - <a href="https://download.suhosin.org/suhosin-patch-4.4.8-0.9.6.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-4.4.8-0.9.6.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-4.4.7-0.9.6.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-4.4.7-0.9.6.patch.gz">suhosin-patch-4.4.7</a> - 6aa5d3d240a568a21d671952e7d6be2c - <a href="https://download.suhosin.org/suhosin-patch-4.4.7-0.9.6.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-4.4.7-0.9.6.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-4.4.6-0.9.6.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-4.4.6-0.9.6.patch.gz">suhosin-patch-4.4.6</a> - da1c4d309b191bac78767cbf697d6c8d - <a href="https://download.suhosin.org/suhosin-patch-4.4.6-0.9.6.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-4.4.6-0.9.6.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-4.4.5-0.9.6.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-4.4.5-0.9.6.patch.gz">suhosin-patch-4.4.5</a> - acaa585bbc0117910e214d333ce448df - <a href="https://download.suhosin.org/suhosin-patch-4.4.5-0.9.6.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-4.4.5-0.9.6.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-4.4.4-0.9.6.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-4.4.4-0.9.6.patch.gz">suhosin-patch-4.4.4</a> - 26b7a0ad744e374aa43f1e0d56561ac5 - <a href="https://download.suhosin.org/suhosin-patch-4.4.4-0.9.6.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-4.4.4-0.9.6.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-4.4.3-0.9.6.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-4.4.3-0.9.6.patch.gz">suhosin-patch-4.4.3</a> - e9bb4be14b472fcbb14c65fdf81a3940 - <a href="https://download.suhosin.org/suhosin-patch-4.4.3-0.9.6.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-4.4.3-0.9.6.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-4.4.2-0.9.6.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-4.4.2-0.9.6.patch.gz">suhosin-patch-4.4.2</a> - f79cd1cf9c8f60112c45639c932496af - <a href="https://download.suhosin.org/suhosin-patch-4.4.2-0.9.6.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-4.4.2-0.9.6.patch.gz.sig">sig</a> <br><a href="https://download.suhosin.org/suhosin-patch-4.3.11-0.9.6.patch.gz" class="media mediafile mf_gz" title="suhosin-patch-4.3.11-0.9.6.patch.gz">suhosin-patch-4.3.11</a> - 15c103a6ec8dc8eea5cddcfd41a11cc8 - <a href="https://download.suhosin.org/suhosin-patch-4.3.11-0.9.6.patch.gz.sig" class="media mediafile mf_" title="suhosin-patch-4.3.11-0.9.6.patch.gz.sig">sig</a> <br></p> | ||
| 206 | |||
| 207 | </div> | ||
| 208 | </div> | ||
| 209 | </div> | ||
| 210 | </div> | ||
| 211 | |||
| 212 | |||
| 213 | </article><!--End of body content--><footer id="footer"><a href="https://sektioneins.de/en/"><img src="../images/s1-logo-transparent-small.png" id="footerimg"></a><div id="footertext">© 2019 <a href="https://sektioneins.de/en/">SektionEins GmbH</a> • <a href="https://sektioneins.de/en/impressum.html">Imprint</a> • <a href="https://sektioneins.de/en/privacy.html">Privacy Statement</a> | ||
| 214 | </div> | ||
| 215 | |||
| 216 | </footer> | ||
| 217 | </div> | ||
| 218 | </div> | ||
| 219 | |||
| 220 | |||
| 221 | <script src="../assets/js/all-nocdn.js"></script><script> | ||
| 222 | baguetteBox.run('div#content', { | ||
| 223 | ignoreClass: 'islink', | ||
| 224 | captions: function(element) { | ||
| 225 | return element.getElementsByTagName('img')[0].alt; | ||
| 226 | }}); | ||
| 227 | </script> | ||
| 228 | </body> | ||
| 229 | </html> | ||
