Package: apache2 Version: 2.2.22-13+zs1 Architecture: amd64 Maintainer: Debian Apache Maintainers Installed-Size: 1 Depends: apache2-mpm-worker (= 2.2.22-13+zs1) | apache2-mpm-prefork (= 2.2.22-13+zs1) | apache2-mpm-event (= 2.2.22-13+zs1) | apache2-mpm-itk (= 2.2.22-13+zs1), apache2.2-common (= 2.2.22-13+zs1) Filename: pool/main/apache2_2.2.22-13+zs1_amd64.deb Size: 1434 MD5sum: 84daf27744ca22404e35110b7cbe5e78 SHA1: 335601f6a03812d22f1f11532da3f5fde8ee8b40 SHA256: 06945aed834b75a13c5ea02db564e32949b71cd2f728d97c1eb7b68a6c0586e6 Section: extra Priority: Priority Homepage: http://httpd.apache.org/ Description: Apache HTTP Server metapackage The Apache Software Foundation's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . It features support for HTTPS, virtual hosting, CGI, SSI, IPv6, easy scripting and database integration, request/response filtering, many flexible authentication schemes, and more. Package: apache2-dbg Source: apache2 Version: 2.2.22-13+zs1 Architecture: amd64 Maintainer: Debian Apache Maintainers Installed-Size: 10130 Depends: apache2.2-bin (= 2.2.22-13+zs1) Filename: pool/main/apache2-dbg_2.2.22-13+zs1_amd64.deb Size: 1717116 MD5sum: 0f2292e4a7dc75c1edf073610804752b SHA1: d191148c31ca90f07622c5587c47560d7d09f76b SHA256: 80485c79a1b3e4d90efa3485ac6835b165ea5ae0d3096e819118512f302ff32e Section: extra Priority: Priority Homepage: http://httpd.apache.org/ Description: Apache debugging symbols This package includes the debugging symbols for Apache 2. See /usr/share/doc/apache2.2-common/README.backtrace for more information. Package: apache2-doc Source: apache2 Version: 2.2.22-13+zs1 Architecture: all Maintainer: Debian Apache Maintainers Installed-Size: 12235 Filename: pool/main/apache2-doc_2.2.22-13+zs1_all.deb Size: 1768046 MD5sum: 7b0877108f736d0a4c63b7e2b517605b SHA1: fb9c7bad5c84ce2be1f73d88386f330b9ce98188 SHA256: c1e11c29fe796220fd19457e7d1945a63506a45a6331fdd6dfc3a78967e10620 Section: extra Priority: Priority Homepage: http://httpd.apache.org/ Description: Apache HTTP Server documentation This package provides the documentation for Apache 2. For more details see the apache2 package description. Package: apache2-mpm-event Source: apache2 Version: 2.2.22-13+zs1 Architecture: amd64 Maintainer: Debian Apache Maintainers Installed-Size: 3 Depends: apache2.2-common (= 2.2.22-13+zs1), apache2.2-bin (= 2.2.22-13+zs1) Conflicts: apache2-common, apache2-mpm Provides: apache2, apache2-mpm, httpd, httpd-cgi Filename: pool/main/apache2-mpm-event_2.2.22-13+zs1_amd64.deb Size: 2292 MD5sum: d3e33be6ff52f81f1ae2b84ffe3bbb4a SHA1: 880ad45587b25cd34769477f95563f26a6cfa06e SHA256: 9225e7bf8055c3c4b2ff1e45998d1c6fd598adfcdaf24e83a8828b705cb025ab Section: extra Priority: Priority Homepage: http://httpd.apache.org/ Description: Apache HTTP Server - event driven model Each Apache Multi-Processing Module provides a different "flavor" of web server binary, compiled with a different processing model. . The event MPM is designed to allow more requests to be served simultaneously by passing off some processing work to supporting threads, freeing up the main threads to work on new requests. It is especially suitable for sites that see extensive KeepAlive traffic. . This MPM is experimental and less tested than the worker and prefork MPMs. Package: apache2-mpm-itk Source: apache2 Version: 2.2.22-13+zs1 Architecture: amd64 Maintainer: Debian Apache Maintainers Installed-Size: 3 Depends: apache2.2-common (= 2.2.22-13+zs1), apache2.2-bin (= 2.2.22-13+zs1) Conflicts: apache2-common, apache2-mpm Provides: apache2, apache2-mpm, httpd, httpd-cgi Filename: pool/main/apache2-mpm-itk_2.2.22-13+zs1_amd64.deb Size: 2318 MD5sum: d4c1c2d7d19bc35312fd9a6219b9a2ad SHA1: f44d300f1525b8dad19c2f031e4e32add7aea95b SHA256: ac519d4fc0e36737a146b0404c26e5e89ead60f75d392502651bb4f9cbdf0d83 Section: extra Priority: Priority Homepage: http://httpd.apache.org/ Description: multiuser MPM for Apache 2.2 The ITK Multi-Processing Module (MPM) works in about the same way as the classical "prefork" module (that is, without threads), except that it allows you to constrain each individual vhost to a particular system user. This allows you to run several different web sites on a single server without worrying that they will be able to read each others' files. This is a third-party MPM that is not included in the normal Apache httpd. . Please note that this MPM is somewhat less tested than the MPMs that come with Apache itself. Package: apache2-mpm-prefork Source: apache2 Version: 2.2.22-13+zs1 Architecture: amd64 Maintainer: Debian Apache Maintainers Installed-Size: 3 Depends: apache2.2-common (= 2.2.22-13+zs1), apache2.2-bin (= 2.2.22-13+zs1) Conflicts: apache2-common, apache2-mpm Provides: apache2, apache2-mpm, httpd, httpd-cgi Filename: pool/main/apache2-mpm-prefork_2.2.22-13+zs1_amd64.deb Size: 2330 MD5sum: 43047df847074b4398bd492464abf5b1 SHA1: 08cf3e7a178a8ab4af5ae1f4e572caf248defc91 SHA256: 8f10bf173fe64530276e3279e7361665028feb9335fa0b2ba8d4627e596636c8 Section: extra Priority: Priority Homepage: http://httpd.apache.org/ Description: Apache HTTP Server - traditional non-threaded model Each Apache Multi-Processing Module provides a different "flavor" of web server binary, compiled with a different processing model. . The prefork MPM provides a non-threaded implementation using a variable number of processes where each process handles only one connection at the same time. It is not as fast as threaded models, but is considered to be more stable. It is appropriate for sites that need to maintain compatibility with non-thread-safe libraries, and is the best MPM for isolating each request, so that a problem with a single request will not affect any other. Package: apache2-mpm-worker Source: apache2 Version: 2.2.22-13+zs1 Architecture: amd64 Maintainer: Debian Apache Maintainers Installed-Size: 3 Depends: apache2.2-common (= 2.2.22-13+zs1), apache2.2-bin (= 2.2.22-13+zs1) Conflicts: apache2-common, apache2-mpm Provides: apache2, apache2-mpm, httpd, httpd-cgi Filename: pool/main/apache2-mpm-worker_2.2.22-13+zs1_amd64.deb Size: 2226 MD5sum: 29b18f5f5af849346c417ff7781ea32b SHA1: 9c992495ac11d7a21a6da66530a3507b48b11d49 SHA256: 28b3faf50bb628f0d1d1fe2f9c7bbd2e8319e1c54742b9835400b9983d6d99d0 Section: extra Priority: Priority Homepage: http://httpd.apache.org/ Description: Apache HTTP Server - high speed threaded model Each Apache Multi-Processing Module provides a different "flavor" of web server binary, compiled with a different processing model. . The worker MPM provides the default threaded implementation. It is recommended especially for high-traffic sites because it is faster and has a smaller memory footprint than the traditional prefork MPM. Package: apache2-prefork-dev Source: apache2 Version: 2.2.22-13+zs1 Architecture: amd64 Maintainer: Debian Apache Maintainers Installed-Size: 534 Depends: apache2.2-common (= 2.2.22-13+zs1), openssl, libaprutil1-dev Conflicts: apache2-threaded-dev Filename: pool/main/apache2-prefork-dev_2.2.22-13+zs1_amd64.deb Size: 114212 MD5sum: a1a6be7b86aa26a77b75b6fae2cdd3ad SHA1: 988366d60d15caea47b8f07493cb8d37c1be8075 SHA256: ca22046a173f0ad360f685ed623571a902e829ae1cb869f82638069a49dfe184 Section: extra Priority: Priority Homepage: http://httpd.apache.org/ Description: Apache development headers - non-threaded MPM This package provides the development headers and apxs2 binary for apache2-mpm-prefork; see the apache2 package description for more details. . This should only be used when you absolutely *must* support a non-threaded environment (for PHP, for example). Package: apache2-suexec Source: apache2 Version: 2.2.22-13+zs1 Architecture: amd64 Maintainer: Debian Apache Maintainers Installed-Size: 131 Depends: libc6 (>= 2.3.4), apache2.2-common Conflicts: apache-common, apache2-suexec Replaces: apache2-suexec Filename: pool/main/apache2-suexec_2.2.22-13+zs1_amd64.deb Size: 105630 MD5sum: e7a7d3cd6610edbd2db006a1c47015e2 SHA1: 9c59417919df2d3fefb5d1643aede57cfac96898 SHA256: 2a72704d4303f9bddc741edef94bacd1898994d69318d93a6b3f608eb645790c Section: extra Priority: Priority Homepage: http://httpd.apache.org/ Description: Standard suexec program for Apache 2 mod_suexec Provides the standard suexec helper program for mod_suexec. This version is compiled with document root /var/www and userdir suffix public_html. If you need different settings, use the package apache2-suexec-custom. Package: apache2-suexec-custom Source: apache2 Version: 2.2.22-13+zs1 Architecture: amd64 Maintainer: Debian Apache Maintainers Installed-Size: 133 Depends: libc6 (>= 2.3.4), apache2.2-common Conflicts: apache-common, apache2-suexec Replaces: apache2-suexec Provides: apache2-suexec Filename: pool/main/apache2-suexec-custom_2.2.22-13+zs1_amd64.deb Size: 107098 MD5sum: e25d3bae36759e702bc3ac207b454986 SHA1: 544d94058f2aaff9800dcaccca3654d74074dbfe SHA256: 6f13e0677b880205a620b9dbc449819f21685eef4890e9bfbee331aa5e121ef2 Section: extra Priority: Priority Homepage: http://httpd.apache.org/ Description: Configurable suexec program for Apache 2 mod_suexec Provides a customizable version of the suexec helper program for mod_suexec. This is not the version from upstream, but can be configured with a configuration file. . If you do not need non-standard document root or userdir settings, it is recommended that you use the standard suexec helper program from the apache2-suexec package instead. Package: apache2-threaded-dev Source: apache2 Version: 2.2.22-13+zs1 Architecture: amd64 Maintainer: Debian Apache Maintainers Installed-Size: 540 Depends: apache2.2-common (= 2.2.22-13+zs1), openssl, libaprutil1-dev Conflicts: apache2-prefork-dev Filename: pool/main/apache2-threaded-dev_2.2.22-13+zs1_amd64.deb Size: 115042 MD5sum: b51b228da7e7e8fd27a13ac870b517a1 SHA1: 946ace1d6577d5bf226c8c3308b44c03aa7a1e7e SHA256: 2d01240f1809b81381bb42ee73404c7c9cc8baa1bb34b56cdca1f029bb12623b Section: extra Priority: Priority Homepage: http://httpd.apache.org/ Description: Apache development headers - threaded MPM This package provides the development headers and apxs2 binary for threaded versions of apache2; see the apache2 package description for more details. Package: apache2-utils Source: apache2 Version: 2.2.22-13+zs1 Architecture: amd64 Maintainer: Debian Apache Maintainers Installed-Size: 309 Depends: libapr1 (>= 1.2.7), libaprutil1 (>= 1.2.7+dfsg), libc6 (>= 2.4), libssl1.0.0 (>= 1.0.0) Conflicts: apache-common (<< 1.3.28.0.1-1) Replaces: apache-utils (<< 1.3.33-4), apache2-common, apache2.2-bin (<< 2.2.22-1~) Filename: pool/main/apache2-utils_2.2.22-13+zs1_amd64.deb Size: 162168 MD5sum: 8ad50aa832a366c44a29bd085f1525bd SHA1: db062fecdaa4bce19264f4905f7623d8e61dbfd5 SHA256: 8c6da09ed472a9eb7a1f088d51bd08348eb0ec1b453bd5fe4e19c2c1bdde6a22 Section: extra Priority: Priority Homepage: http://httpd.apache.org/ Description: utility programs for webservers Provides some add-on programs useful for any webserver. These include: - ab (Apache benchmark tool) - logresolve (Resolve IP addresses to hostname in logfiles) - htpasswd (Manipulate basic authentication files) - htdigest (Manipulate digest authentication files) - dbmmanage (Manipulate basic authentication files in DBM format, using perl) - htdbm (Manipulate basic authentication files in DBM format, using APR) - rotatelogs (Periodically stop writing to a logfile and open a new one) - split-logfile (Split a single log including multiple vhosts) - checkgid (Checks whether the caller can setgid to the specified group) - check_forensic (Extract mod_log_forensic output from Apache log files) - httxt2dbm (Generate dbm files for use with RewriteMap) Package: apache2.2-bin Source: apache2 Version: 2.2.22-13+zs1 Architecture: amd64 Maintainer: Debian Apache Maintainers Installed-Size: 3675 Depends: libapr1 (>= 1.4.2), libaprutil1 (>= 1.4.0), libaprutil1-dbd-sqlite3 | libaprutil1-dbd-mysql | libaprutil1-dbd-odbc | libaprutil1-dbd-pgsql | libaprutil1-dbd-freetds, libaprutil1-ldap, libc6 (>= 2.4), libcap2 (>= 2.10), libldap-2.4-2 (>= 2.4.7), libpcre3 (>= 8.10), libssl1.0.0 (>= 1.0.1), zlib1g (>= 1:1.1.4) Conflicts: apache2.2-common (<< 2.2.11-5~) Replaces: apache2.2-common (<< 2.2.14-2~) Filename: pool/main/apache2.2-bin_2.2.22-13+zs1_amd64.deb Size: 783094 MD5sum: f1db0fb644e8e81e06a2ba5ca5a4b126 SHA1: f27a16ff60f26536067f87db0dd78f1bf1c14906 SHA256: ebdfbae37c6bf793cf8a818e75aac3c4541d3d9a79702b524e6232b564e1a0f7 Section: extra Priority: Priority Homepage: http://httpd.apache.org/ Description: Apache HTTP Server common binary files The Apache Software Foundation's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . This package contains all binaries but no configuration or support scripts. To get a stand-alone server, you need to install one of the apache2-mpm-* packages, such as worker or prefork. Other packages like gnome-user-share may bring their own Apache configuration, though. Package: apache2.2-common Source: apache2 Version: 2.2.22-13+zs1 Architecture: amd64 Maintainer: Debian Apache Maintainers Installed-Size: 640 Depends: apache2.2-bin (= 2.2.22-13+zs1), apache2-utils, mime-support, lsb-base, procps, perl Recommends: ssl-cert Suggests: www-browser, apache2-doc, apache2-suexec | apache2-suexec-custom Conflicts: apache, apache2-common Replaces: apache2-common Filename: pool/main/apache2.2-common_2.2.22-13+zs1_amd64.deb Size: 290314 MD5sum: b75598dc7372ab1e1d7bd50020b93086 SHA1: f94b52012724109dfa664c369e5369d5f4a5aa61 SHA256: a4b749a167fe82339fe8178de597d8f06806dbe9189f9f5ccbac8fd9652f1889 Section: extra Priority: Priority Homepage: http://httpd.apache.org/ Description: Apache HTTP Server common files The Apache Software Foundation's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . This package contains the configuration and support scripts. However, it does *not* include the server itself; for this you need to install one of the apache2-mpm-* packages, such as worker or prefork. Package: at Version: 3.1.13-2+deb7u1+zs2 Architecture: amd64 Maintainer: Ansgar Burchardt Installed-Size: 179 Depends: libc6 (>= 2.7), libpam0g (>= 0.99.7.1), lsb-base (>= 3.2-14), libpam-runtime (>= 1.0.1-11) Recommends: default-mta | mail-transport-agent Filename: pool/main/at_3.1.13-2+deb7u1+zs2_amd64.deb Size: 45020 MD5sum: c995e04a296992c201ffb63ad2cad3c4 SHA1: aa51d2adfe786e84a4202fb3d8aa2aeb876b747f SHA256: caf9381708a5245f1cb030f564c1e2a6743cdce0e6bdec2bb10caf6579668f37 Section: extra Priority: Priority Multi-Arch: foreign Description: Delayed job execution and batch processing At and batch read shell commands from standard input storing them as a job to be scheduled for execution in the future. . Use at to run the job at a specified time batch to run the job when system load levels permit Package: atsar Version: 1.7-2+zs2 Architecture: amd64 Maintainer: Michael Stone Installed-Size: 154 Depends: libc6 (>= 2.7) Recommends: cron Filename: pool/main/atsar_1.7-2+zs2_amd64.deb Size: 44952 MD5sum: 3c27f309850c5f57613c3dcc93859fd6 SHA1: 3c1d383dca3c670dc18bf6e82a8e857656fc4e15 SHA256: eb26b474dcfd0dbadfee387cfb64f3eccf27509fbf055e3c160234a499e61e52 Section: extra Priority: Priority Description: system activity reporter Monitor system resources such as CPU, network, memory & disk I/O, and record data for later analysis Package: globus-gssapi-gsi-dbg Source: globus-gssapi-gsi Version: 10.6-1.dk1 Architecture: amd64 Maintainer: Mattias Ellert Installed-Size: 875 Depends: libglobus-gssapi-gsi4 (= 10.6-1.dk1) Filename: pool/main/globus-gssapi-gsi-dbg_10.6-1.dk1_amd64.deb Size: 340564 MD5sum: a696df7de510962e347ac307cca07796 SHA1: 47dce6914efaa9a50bab64f2bb780cb6e570e546 SHA256: 6c75f387f6f2fa8a29be2f5159a089f90927092e3e0c24e4c869a8dda2cb96bf Section: extra Priority: Priority Homepage: http://www.globus.org/ Description: Globus Toolkit - GSSAPI library Debug Symbols The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The globus-gssapi-gsi-dbg package contains: GSSAPI library Debug Symbols Package: heimdal-clients Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 839 Depends: krb5-config, libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.11), libdb5.1, libedit2 (>= 2.11-20080614-1), libgssapi3-heimdal (>= 1.4.0+git20110226), libhcrypto4-heimdal (>= 1.4.0+git20110226), libhdb9-heimdal (>= 1.4.0+git20110226), libheimbase1-heimdal (>= 1.4.0+git20110226), libheimntlm0-heimdal (>= 1.4.0+git20110226), libhx509-5-heimdal (>= 1.4.0+git20110226), libkadm5clnt7-heimdal (>= 1.6~git20120311), libkadm5srv8-heimdal (>= 1.4.0+git20110226), libkafs0-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.6~git20120311), libotp0-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226), libsl0-heimdal (>= 1.6~git20120311), libtinfo5, libwind0-heimdal (>= 1.4.0+git20110226) Suggests: heimdal-docs, heimdal-kcm Conflicts: ftp (<< 0.16-1), heimdal-servers (<< 0.4e-7), kerberos4kth-clients, kerberos4kth-user, netstd, openafs-client (<< 1.2.2-3), otp, rsh-client (<< 0.16.1-1), ssltelnet, telnet (<< 0.17-1), telnet-ssl (<< 0.14.9-2) Replaces: heimdal-servers (<< 0.6.3-12) Provides: ftp, rsh-client, telnet-client Filename: pool/main/heimdal-clients_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 362804 MD5sum: 9eadf49e04b764e807ab1bb824806912 SHA1: 8e96000cbd0e33a6f522bd52049678141b9fca54 SHA256: 77fbd990bdc4c02bb2679a9552168a9eb12867b43cf4d5b3f01711dcc56b6abc Section: extra Priority: Priority Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - clients Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes Kerberos utilities like kadmin, kinit, kpasswd and klist. It also includes client programs like telnet and ftp that have been compiled with Kerberos support. Package: heimdal-clients-x Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 108 Depends: heimdal-clients, libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.8), libhcrypto4-heimdal (>= 1.4.0+git20110226), libice6 (>= 1:1.0.0), libkafs0-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226), libsm6, libx11-6, libxau6, libxt6 Suggests: heimdal-docs Conflicts: heimdal-clients (<< 0.2l-2), kerberos4kth-x11 Replaces: heimdal-clients (<< 0.2l-2) Filename: pool/main/heimdal-clients-x_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 64832 MD5sum: 9a956dc09d93221e2b387dd8cd80348e SHA1: 44a5c4b75a0f2abc02a5d52746eb4396c7010053 SHA256: e8ad7a45a470c60cf5c2ea99a7f01922e9e050b5f9875986b8d0652dcdf54560 Section: extra Priority: Priority Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - X11 client programs Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes Kerberos client programs for forwarding the X connection securely to a remote computer. Package: heimdal-dbg Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 15515 Depends: libkrb5-26-heimdal (= 1.6~git20120403+dfsg1-2+zs2) Filename: pool/main/heimdal-dbg_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 5022622 MD5sum: 2b24ee99a34deaeb4a265c89d5059ac0 SHA1: 67d2e68b3ff03f073cfc7cf6bc8448222a43cad6 SHA256: 289097271bb5f1ac6a313521fba2e818229140af33cdb637635985949bd1108e Section: extra Priority: Priority Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - debugging symbols Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the debugging symbols for all heimdal libraries. Package: heimdal-dev Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 1189 Depends: heimdal-multidev (= 1.6~git20120403+dfsg1-2+zs2) Conflicts: libkrb5-dev Filename: pool/main/heimdal-dev_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 270542 MD5sum: 0e606c9cff29715664c442e7dbf9d618 SHA1: 0f964ff08ec1992142e469e30af000f75fb4650e SHA256: 33077de6e90b687bf82a2793a7b8a1d7b7b9a97a3c3b9df8658a159c66c25f7a Section: extra Priority: Priority Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - development files Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This is the development package, required for developing programs for Heimdal. Package: heimdal-docs Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: all Maintainer: Brian May Installed-Size: 102 Depends: dpkg (>= 1.15.4) | install-info Suggests: heimdal-clients, heimdal-clients-x, heimdal-servers, heimdal-servers-x Conflicts: heimdal-lib (<< 0.3c-5) Replaces: heimdal-lib (<< 0.3c-5), heimdal-servers (<< 0.6.3-3), libkrb5-15-heimdal Filename: pool/main/heimdal-docs_1.6~git20120403+dfsg1-2+zs2_all.deb Size: 98272 MD5sum: d554abe8daf70a1ab390db64decc8d05 SHA1: 60e0240da7e62f24bdd0bb90de48086e16899c00 SHA256: d8349041b41f4808ba4ec94a77f68f50edd2368e8a87b699a3de1514b03233a3 Section: extra Priority: Priority Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - documentation Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes documentation (in info format) on how to use Heimdal, and relevant standards for Kerberos. Package: heimdal-kcm Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 94 Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.8), libhcrypto4-heimdal (>= 1.4.0+git20110226), libhdb9-heimdal (>= 1.4.0+git20110226), libheimbase1-heimdal (>= 1.4.0+git20110226), libheimntlm0-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226) Filename: pool/main/heimdal-kcm_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 55742 MD5sum: 25ea2331bdd5d4858f1af406bf63522a SHA1: 14d10286d208106d2d082771ea427c295e92f835 SHA256: 9608c20a11fda8453efda7feac75775647239fc4ff82f21304522b12bdf3e928 Section: extra Priority: Priority Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - KCM daemon Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes the KCM daemon which can hold the credentials for all users in the system. Access control is done with Unix-like permissions. The daemon checks the access on all operations based on the UID and GID of the user. The tickets are renewed as long as is permitted by the KDC's policy. Package: heimdal-kdc Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 303 Depends: debconf (>= 0.5.00) | debconf-2.0, heimdal-clients, krb5-config, openbsd-inetd | inet-superserver, libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.8), libcap-ng0, libdb5.1, libedit2 (>= 2.11-20080614-1), libgssapi3-heimdal (>= 1.4.0+git20110226), libhcrypto4-heimdal (>= 1.4.0+git20110226), libhdb9-heimdal (>= 1.4.0+git20110226), libkadm5srv8-heimdal (>= 1.6~git20120311), libkdc2-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226), libsl0-heimdal (>= 1.4.0+git20110226) Recommends: logrotate Suggests: heimdal-docs Conflicts: heimdal-clients (<< 0.4e-3), heimdal-servers (<< 0.6.3-3), kerberos4kth-kdc, krb5-admin-server, krb5-kdc Replaces: heimdal-clients (<< 0.7.2-1), heimdal-servers (<< 0.4e-3) Filename: pool/main/heimdal-kdc_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 128544 MD5sum: 23781b267023f161dcd0eddff70c74bd SHA1: 3c6d61cc7cda3b0cf1fa4b2b68b75a90dbedd70b SHA256: 2058cf0039540608db32035d264d173db9cb5c9027fa16ee5ca008a0161b1196 Section: extra Priority: Priority Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - key distribution center (KDC) Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes the KDC (key distribution center) server, which is designed to run on a secure computer and keeps track of users' passwords. This is done using the Kerberos protocol in such a way that the server computers do not need to know the passwords. Package: heimdal-multidev Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 5852 Depends: comerr-dev, libasn1-8-heimdal (= 1.6~git20120403+dfsg1-2+zs2), libgssapi3-heimdal (= 1.6~git20120403+dfsg1-2+zs2), libhcrypto4-heimdal (= 1.6~git20120403+dfsg1-2+zs2), libhdb9-heimdal (= 1.6~git20120403+dfsg1-2+zs2), libheimbase1-heimdal (= 1.6~git20120403+dfsg1-2+zs2), libhx509-5-heimdal (= 1.6~git20120403+dfsg1-2+zs2), libkadm5clnt7-heimdal (= 1.6~git20120403+dfsg1-2+zs2), libkadm5srv8-heimdal (= 1.6~git20120403+dfsg1-2+zs2), libkafs0-heimdal (= 1.6~git20120403+dfsg1-2+zs2), libkdc2-heimdal (= 1.6~git20120403+dfsg1-2+zs2), libkrb5-26-heimdal (= 1.6~git20120403+dfsg1-2+zs2), libwind0-heimdal (= 1.6~git20120403+dfsg1-2+zs2) Suggests: heimdal-docs Conflicts: heimdal-clients (<< 0.4e-7), kerberos4kth-dev Replaces: heimdal-clients (<< 0.4e-7) Filename: pool/main/heimdal-multidev_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 1515008 MD5sum: f1b20d448472d9bbfe940e1f9576c226 SHA1: 3a4a42009284bd17470ceb1040142d19acfcdfc4 SHA256: 7748996099ab8d013553031f589fe0bc0ade3d27ced0f6b4ec4f7000e73aa319 Section: extra Priority: Priority Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - Multi-implementation Development Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package provides versions of the Heimdal development files that can be installed along-side MIT Kerberos development files. Normally, heimdal-dev should be used. However if a package needs to build against both Heimdal Kerberos and MIT Kerberos, then the multidev package should be used. Package: heimdal-rshd-rce Source: heimdal Version: 1.4.0~git20100726.dfsg.1-2dk1 Architecture: amd64 Maintainer: Daniel Kouril Installed-Size: 84 Depends: libasn1-8-heimdal (>= 1.4.0~git20100221.dfsg.2-1), libc6 (>= 2.7), libkafs0-heimdal, libkrb5-26-heimdal (>= 1.4.0~git20100221.dfsg.2-1), libroken18-heimdal (>= 1.4.0~git20100221.dfsg.2-1), libssl0.9.8 (>= 0.9.8m-1), openbsd-inetd | inet-superserver, krb5-config Filename: pool/main/heimdal-rshd-rce_1.4.0~git20100726.dfsg.1-2dk1_amd64.deb Size: 42604 MD5sum: c1288492f40a587607c30873ae618dbc SHA1: 49fe28adf9052a30b701c949567651872e0dbbfa SHA256: ec31ebd2f0cd09aa734528dce5babcc3ac0e151833e2f90385007555d7020155 Section: extra Priority: Priority Homepage: http://www.h5l.org/ Description: Heimdal rsh server with support for controlled remote execution of commands Package: heimdal-servers Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 352 Depends: krb5-config, openbsd-inetd | inet-superserver, libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.11), libdb5.1, libgssapi3-heimdal (>= 1.5~pre2+git20110720), libhcrypto4-heimdal (>= 1.4.0+git20110226), libkafs0-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libotp0-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226), libtinfo5 Suggests: heimdal-docs Conflicts: ftp-server, heimdal-clients (<< 0.2l-2), kerberos4kth-services, netstd, pop3-server, rsh-server, telnet-server, telnetd, telnetd-ssl, wu-ftpd-academ (<< 2.5.0) Replaces: heimdal-clients (<< 0.2l-2) Provides: ftp-server, pop3-server, rsh-server, telnet-server Filename: pool/main/heimdal-servers_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 176916 MD5sum: f67839de600e7c489ab9a1fe49aeb5f6 SHA1: 9420b99d123ecf71b01771382b97fb19f26aa7fd SHA256: fbeba51b5c47341ea5421a5569a3d8f50073398c40a693892a7b88ccb13c77c0 Section: extra Priority: Priority Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - server programs Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes servers such as telnetd and ftpd that have been compiled with Heimdal support. Package: heimdal-servers-x Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 60 Depends: heimdal-servers, openbsd-inetd | inet-superserver, libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.8), libhcrypto4-heimdal (>= 1.4.0+git20110226), libice6 (>= 1:1.0.0), libkafs0-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226), libsm6, libx11-6, libxau6 Suggests: heimdal-docs Conflicts: heimdal-servers (<< 0.2l-3), kerberos4kth-x11 Replaces: heimdal-servers (<< 0.2l-3) Filename: pool/main/heimdal-servers-x_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 40148 MD5sum: ea87daff7047749b0b78071ca2295820 SHA1: 4293db35a07c5ff50604130af54f5e637644527c SHA256: d486cebe711ab0d4aca2c926a82cb112eb319e8dfad88692e2b26661666a4f35 Section: extra Priority: Priority Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - X11 server programs Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package includes Kerberos server programs for forwarding the X connection securely from a remote computer. Package: jailkit Version: 2.16-1.1 Architecture: amd64 Maintainer: Olivier Sessink Installed-Size: 259 Depends: libc6 (>= 2.3), python (>= 2.1.3) Filename: pool/main/jailkit_2.16-1.1_amd64.deb Size: 94526 MD5sum: 0b3eaa629ec09176116d5492ed546dc2 SHA1: 986334971eae85e0cf2346f737c5b8200d21420c SHA256: 3aa904ab787c9b6f8287b3864d368a42c65afe7e622c30157c0e03cfc9420982 Section: extra Priority: Priority Description: chroot jail utilities Jailkit is a set of utilities to create chroot jails for users, processes and daemons. There are utilities to build a jail, to test a jail, and to run a jail. See 'man jailkit' for further information. The jailkit website is at http://olivier.sessink.nl/jailkit/ Package: krb5-admin-server Source: krb5 Version: 1.10.1+dfsg-5+deb7u3+zs1 Architecture: amd64 Maintainer: Sam Hartman Installed-Size: 520 Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.4), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.6.dfsg.2), libgssrpc4 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.9+dfsg~beta1), libkadm5srv-mit8, libkdb5-6, libkeyutils1, libkrb5-3 (= 1.10.1+dfsg-5+deb7u3+zs1), libkrb5support0 (>= 1.7dfsg~beta2), libss2 (>= 1.01), libverto1, krb5-kdc (>= 1.10+dfsg~), lsb-base (>= 3.0-6) Filename: pool/main/krb5-admin-server_1.10.1+dfsg-5+deb7u3+zs1_amd64.deb Size: 211650 MD5sum: 2193c84d4169a501d46e802a56ad82e7 SHA1: d06f862286d204f6238f7e5e23873bac62b8d5d0 SHA256: 7e1d1d713c0b2922584641350411a7bf9aecbd26b32b3de582a4b5e270a668e8 Section: extra Priority: Priority Homepage: http://web.mit.edu/kerberos/ Description: MIT Kerberos master server (kadmind) Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the Kerberos master server (kadmind), which handles account creations and deletions, password changes, and other administrative commands via the Kerberos admin protocol. It also contains the command used by the master KDC to propagate its database to slave KDCs. This package is generally only used on the master KDC for a Kerberos realm. Package: krb5-doc Source: krb5 Version: 1.10.1+dfsg-5+deb7u3+zs1 Architecture: all Maintainer: Sam Hartman Installed-Size: 3181 Depends: dpkg (>= 1.15.4) | install-info Conflicts: heimdal-docs Filename: pool/main/krb5-doc_1.10.1+dfsg-5+deb7u3+zs1_all.deb Size: 2666632 MD5sum: b595116caf5bb7e31430a745e48d9c33 SHA1: 07ce4dba194e1d588e94a0059475c9c352ccbdab SHA256: 625a8fd5563796552c29b57c060e53d84caaa10d18e0cc6fbc4032ce6d7bb583 Section: extra Priority: Priority Homepage: http://web.mit.edu/kerberos/ Description: Documentation for MIT Kerberos Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the installation, administrator, and user reference manuals for MIT Kerberos and the man pages for the MIT Kerberos configuration files. Package: krb5-gss-samples Source: krb5 Version: 1.10.1+dfsg-5+deb7u3+zs1 Architecture: amd64 Maintainer: Sam Hartman Installed-Size: 160 Depends: libc6 (>= 2.4), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.10+dfsg~), libk5crypto3 (>= 1.6.dfsg.2), libkeyutils1, libkrb5-3 (>= 1.6.dfsg.2), libkrb5support0 (>= 1.7dfsg~beta2) Filename: pool/main/krb5-gss-samples_1.10.1+dfsg-5+deb7u3+zs1_amd64.deb Size: 71400 MD5sum: 2b7d4e9556742234089c4534534f727b SHA1: 13785db6e31d47c3039ebfd42e8c2a03327a9f64 SHA256: 358032b211fe9092379c249348d2ea7f11caeb2926509eaebf49506bef4b4497 Section: extra Priority: Priority Homepage: http://web.mit.edu/kerberos/ Description: MIT Kerberos GSS Sample applications Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains bgss-sample and gss-server, programs used to test GSS-API mechanisms. These programs are most commonly used in testing newly developed GSS-API mechanisms or in testing events between Kerberos or GSS implementations. Package: krb5-kdc Source: krb5 Version: 1.10.1+dfsg-5+deb7u3+zs1 Architecture: amd64 Maintainer: Sam Hartman Installed-Size: 1236 Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.7), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.6.dfsg.2), libgssrpc4 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.9+dfsg~beta1), libkadm5clnt-mit8, libkadm5srv-mit8 (>= 1.10+dfsg~), libkdb5-6, libkeyutils1, libkrb5-3 (= 1.10.1+dfsg-5+deb7u3+zs1), libkrb5support0 (>= 1.7dfsg~beta2), libverto1, krb5-config, krb5-user, lsb-base (>= 3.0-6) Suggests: openbsd-inetd | inet-superserver, krb5-admin-server, krb5-kdc-ldap (= 1.10.1+dfsg-5+deb7u3+zs1) Conflicts: krb5-doc (<= 1.6.dfsg.3-1) Replaces: krb5-doc (<= 1.6.dfsg.3-1) Filename: pool/main/krb5-kdc_1.10.1+dfsg-5+deb7u3+zs1_amd64.deb Size: 454706 MD5sum: 928fe7ba1b0208a82a86b61402aa7693 SHA1: 0f3cf9f2c3aa18cc12ccad81e348ca65bb874dcc SHA256: 56851bfc218bc6aa14e1f15d8ab20d068757bf5c4da08cdae84c9b9a447fcb4c Section: extra Priority: Priority Homepage: http://web.mit.edu/kerberos/ Description: MIT Kerberos key server (KDC) Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the Kerberos key server (KDC). The KDC manages all authentication credentials for a Kerberos realm, holds the master keys for the realm, and responds to authentication requests. This package should be installed on both master and slave KDCs. Package: krb5-kdc-ldap Source: krb5 Version: 1.10.1+dfsg-5+deb7u3+zs1 Architecture: amd64 Maintainer: Sam Hartman Installed-Size: 648 Depends: libc6 (>= 2.7), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.6.dfsg.2), libgssrpc4 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.7+dfsg), libkadm5srv-mit8, libkdb5-6, libkeyutils1, libkrb5-3 (>= 1.6.dfsg.2), libkrb5support0 (>= 1.7dfsg~beta2), libldap-2.4-2 (>= 2.4.7), krb5-kdc (= 1.10.1+dfsg-5+deb7u3+zs1) Filename: pool/main/krb5-kdc-ldap_1.10.1+dfsg-5+deb7u3+zs1_amd64.deb Size: 252262 MD5sum: 5e4d96378d5307d5277d6f68fe30a2cd SHA1: 37c568f37d8df9dbb96333a04ec7cee392d042c3 SHA256: e3c7d5daa6ef91178156fd3549f0fea0b84d5a720c8f96ccc448317bc8653263 Section: extra Priority: Priority Homepage: http://web.mit.edu/kerberos/ Description: MIT Kerberos key server (KDC) LDAP plugin Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the LDAP plugin for the Kerberos key server (KDC) and supporting utilities. This plugin allows the KDC data to be stored in an LDAP server rather than the default local database. It should be installed on both master and slave KDCs that use LDAP as a storage backend. Package: krb5-locales Source: krb5 Version: 1.10.1+dfsg-5+deb7u3+zs1 Architecture: all Maintainer: Sam Hartman Installed-Size: 1515 Filename: pool/main/krb5-locales_1.10.1+dfsg-5+deb7u3+zs1_all.deb Size: 1503516 MD5sum: 7ef62986d97f0dd0463837bf4ada2b59 SHA1: 088ed8bff45ffac7932702e4d1a6127a1f47f93c SHA256: c7b344e64f20d43e718312ca81cd3d1570f671f08f040781c7b4e024a04d9442 Section: extra Priority: Priority Multi-Arch: foreign Homepage: http://web.mit.edu/kerberos/ Description: Internationalization support for MIT Kerberos Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains internationalized messages for MIT Kerberos. Package: krb5-multidev Source: krb5 Version: 1.10.1+dfsg-5+deb7u3+zs1 Architecture: amd64 Maintainer: Sam Hartman Installed-Size: 687 Depends: libkrb5-3 (= 1.10.1+dfsg-5+deb7u3+zs1), libk5crypto3 (= 1.10.1+dfsg-5+deb7u3+zs1), libgssapi-krb5-2 (= 1.10.1+dfsg-5+deb7u3+zs1), libgssrpc4 (= 1.10.1+dfsg-5+deb7u3+zs1), libkadm5srv-mit8 (= 1.10.1+dfsg-5+deb7u3+zs1), libkadm5clnt-mit8 (= 1.10.1+dfsg-5+deb7u3+zs1), comerr-dev Suggests: krb5-doc Filename: pool/main/krb5-multidev_1.10.1+dfsg-5+deb7u3+zs1_amd64.deb Size: 152578 MD5sum: 7a5a56e89342ae487cecde6144e941aa SHA1: a87c023838b53f30c68025a608b4da0b2c64022a SHA256: 3f58fccb1deeb0a346d8c66045556e723c1da21193f5ba1b13f48bb76d24b4a1 Section: extra Priority: Priority Homepage: http://web.mit.edu/kerberos/ Description: Development files for MIT Kerberos without Heimdal conflict Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . Most users wishing to build applications against MIT Kerberos should install libkrb5-dev. However, that package conflicts with heimdal-dev. This package installs libraries and headers in /usr/include/mit-krb5 and /usr/lib/mit-krb5 and can be installed along side heimdal-multidev, which provides the same facilities for Heimdal. Package: krb5-pkinit Source: krb5 Version: 1.10.1+dfsg-5+deb7u3+zs1 Architecture: amd64 Maintainer: Sam Hartman Installed-Size: 424 Depends: libc6 (>= 2.4), libcomerr2 (>= 1.01), libk5crypto3 (>= 1.8+dfsg), libkeyutils1, libkrb5-3 (= 1.10.1+dfsg-5+deb7u3+zs1), libkrb5support0 (>= 1.7dfsg~beta2), libssl1.0.0 (>= 1.0.0) Suggests: opensc Filename: pool/main/krb5-pkinit_1.10.1+dfsg-5+deb7u3+zs1_amd64.deb Size: 167520 MD5sum: 308affc7fbb0a310b26f78e8be6fc05d SHA1: b74d0329e3a8f1c0a53cc2ebd5d08a651b2bba13 SHA256: ecc848777fcd687e1e64aef1323ecf2f9463386114bfd9c809be0c508e5c5bad Section: extra Priority: Priority Multi-Arch: same Homepage: http://web.mit.edu/kerberos/ Description: PKINIT plugin for MIT Kerberos Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains a plugin for the PKINIT protocol, which allows Kerberos tickets to be obtained using public-key credentials such as X.509 certificates or a smart card. This plugin can be used by the client libraries and the KDC. Package: krb5-user Source: krb5 Version: 1.10.1+dfsg-5+deb7u3+zs1 Architecture: amd64 Maintainer: Sam Hartman Installed-Size: 600 Depends: libc6 (>= 2.7), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.6.dfsg.2), libgssrpc4 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.9+dfsg~beta1), libkadm5clnt-mit8, libkadm5srv-mit8, libkdb5-6, libkeyutils1, libkrb5-3 (= 1.10.1+dfsg-5+deb7u3+zs1), libkrb5support0 (>= 1.7dfsg~beta2), libss2 (>= 1.01), krb5-config Conflicts: heimdal-clients Filename: pool/main/krb5-user_1.10.1+dfsg-5+deb7u3+zs1_amd64.deb Size: 250802 MD5sum: bd39a08d47f09bf3f69adaaf675c7971 SHA1: 7cf2ea72270b621a842629a538446c1dc00aea90 SHA256: 0e4bf226b2be2682f9419ebe4fc30687e9c9f6f81a19bc10e526b497d1b3de56 Section: extra Priority: Priority Homepage: http://web.mit.edu/kerberos/ Description: Basic programs to authenticate using MIT Kerberos Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the basic programs to authenticate to MIT Kerberos, change passwords, and talk to the admin server (to create and delete principals, list principals, etc.). Package: krb525 Version: 1.1+dk1 Architecture: amd64 Maintainer: Dan Kouril Installed-Size: 216 Depends: libasn1-8-heimdal (>= 1.4.0~git20100221.dfsg.2-1), libc6 (>= 2.3.4), libcomerr2 (>= 1.01), libhdb9-heimdal (>= 1.4.0~git20100221.dfsg.2-1), libkrb5-26-heimdal (>= 1.4.0~git20100221.dfsg.2-1), libroken18-heimdal (>= 1.4.0~git20100221.dfsg.2-1) Filename: pool/main/krb525_1.1+dk1_amd64.deb Size: 42078 MD5sum: 965a608d01b1b53fb93525cbfe7efeb9 SHA1: 909b1f644d19f4d4b8fd90a7862d9131d850e4ec SHA256: 01a1392a251f88756aba117cf249799b9abe1b1bb6c05a45bb0f5e9b19d74086 Section: extra Priority: Priority Description: Preklad krb5 listku. Obsahuje klienta, server i knihovnu. Package: lgtoclnt Version: 7.4.3-2 Architecture: amd64 Maintainer: root Installed-Size: 139648 Filename: pool/main/lgtoclnt_7.4.3-2_amd64.deb Size: 94953360 MD5sum: 41d09c875ef81543892f0c7950d4e682 SHA1: 4acd2b8e661b4fb7c0e8edf7f0fedeccda103c8f SHA256: 0835b49e9c427948906da2d6a84e79b138c1e7ffa52acef9388a69b103faad9c Section: extra Priority: Priority Description: NetWorker Client EMC NetWorker protects the critical business data of more than 10,000 enterprise customers worldwide by simplifying, centralizing, and automating backup and recovery operations across Unix, Windows, Linux and NetWare platforms in DAS, NAS, and SAN storage environments. Built upon an open, highly scalable client-server architecture, NetWorker reduces management overhead by providing "lights out" protection of storage assets in the largest corporate data centers and the smallest satellite branch offices. . (Converted from a rpm package by alien version 8.72.) Package: libafsauthent1 Source: openafs Version: 1.6.1-3~bpo60+1+zs3 Architecture: amd64 Maintainer: Russ Allbery Installed-Size: 312 Depends: libafsrpc1 (>= 1.6.0~pre6), libc6 (>= 2.3) Filename: pool/main/libafsauthent1_1.6.1-3~bpo60+1+zs3_amd64.deb Size: 154012 MD5sum: 57dabe72636cbf72b3231c4356cc132a SHA1: 4c903cd29042dccd38c35eaa6d5d24de69773121 SHA256: 7eee6a1d57d00a0be1d2a601374455bdf488d2aca0825571596301077b46e0c6 Section: extra Priority: Priority Homepage: http://www.openafs.org/ Description: AFS distributed file system runtime library (authentication) AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access control, authentication, backup and administrative management. . This package provides the shared library implementing AFS client authentication and token management. Package: libafsrpc1 Source: openafs Version: 1.6.1-3~bpo60+1+zs3 Architecture: amd64 Maintainer: Russ Allbery Installed-Size: 432 Depends: libc6 (>= 2.3.2) Filename: pool/main/libafsrpc1_1.6.1-3~bpo60+1+zs3_amd64.deb Size: 210244 MD5sum: c3aaaf71c74197985f2c2a2182060a3c SHA1: 091e3f2b44061e6a03d31ac493a57efbbf933a5c SHA256: b297062cd11f1d44a041f0bd95b72c361949d62ce718d3c3559730c1b6d3d480 Section: extra Priority: Priority Homepage: http://www.openafs.org/ Description: AFS distributed file system runtime library (RPC layer) AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access control, authentication, backup and administrative management. . This package provides the shared library implementing the Rx protocol and other AFS RPC functionality. Package: libasn1-8-heimdal Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 774 Pre-Depends: multiarch-support Depends: libc6 (>= 2.8), libcomerr2 (>= 1.01), libroken18-heimdal (>= 1.4.0+git20110226) Filename: pool/main/libasn1-8-heimdal_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 252142 MD5sum: 04a0a38f16ef8a57a37b48a4a5b6dbae SHA1: 79947911a00b6c9c22537c78954bebcd3f5f549d SHA256: 4c0d1197ada9c0feec13ae945f7e76e3a046e1d23408d1f014964a504f2229cb Section: extra Priority: Priority Multi-Arch: same Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - ASN.1 library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the ASN.1 parser required for Heimdal. Package: libatlas-base-dev Source: atlas Version: 3.8.4-9+deb7u1+zs1 Architecture: amd64 Maintainer: Debian Science Team Installed-Size: 36138 Depends: libatlas3-base (= 3.8.4-9+deb7u1+zs1), libatlas-dev Suggests: libblas-doc, liblapack-doc Conflicts: atlas2-base-dev, atlas2-dev (<< 3.2.1-3), libatlas-2.0-dev (<< 3.8.3-25), libatlas-altivec-dev (<< 3.8.3-25), libatlas-amd64sse3-dev (<< 3.8.3-25), libatlas-core2sse3-dev (<< 3.8.3-25), libatlas-corei7sse3-dev (<< 3.8.3-25), libatlas-ev6-dev (<< 3.8.3-25), libatlas-sse-dev (<< 3.8.3-25), libatlas-sse2-dev (<< 3.8.3-25), libatlas-sse3-dev (<< 3.8.3-25), libatlas-v9-dev (<< 3.8.3-25), libblas-dev (<< 1.2-5), liblapack-dev (<< 3.2.1-4) Replaces: atlas2-base-dev, atlas2-dev (<< 3.2.1-3), libatlas-2.0-dev (<< 3.8.3-25), libatlas-altivec-dev (<< 3.8.3-25), libatlas-amd64sse3-dev (<< 3.8.3-25), libatlas-core2sse3-dev (<< 3.8.3-25), libatlas-corei7sse3-dev (<< 3.8.3-25), libatlas-ev6-dev (<< 3.8.3-25), libatlas-sse-dev, libatlas-sse2-dev (<< 3.8.3-25), libatlas-sse3-dev (<< 3.8.3-25), libatlas-v9-dev (<< 3.8.3-25) Provides: libatlas-3.so, libatlas-3gf.so, libblas-3gf.so, liblapack-3.so, liblapack-3gf.so Filename: pool/main/libatlas-base-dev_3.8.4-9+deb7u1+zs1_amd64.deb Size: 8265782 MD5sum: a8dcffac734c4959ffdba4d8faba7dde SHA1: 711c6c2096df5e093e7cb58c7f0c9ed26c1b0c3c SHA256: e1c3526368f6b708a6350f690a2fe000e9325841511e4458b0bdfacea7cb2fff Section: extra Priority: Priority Homepage: http://math-atlas.sourceforge.net/ Description: Automatically Tuned Linear Algebra Software, generic static ATLAS is an approach for the automatic generation and optimization of numerical software. Currently ATLAS supplies optimized versions for the complete set of linear algebra kernels known as the Basic Linear Algebra Subroutines (BLAS), and a subset of the linear algebra routines in the LAPACK library. . This package includes the static libraries and symbolic links needed for program development. Package: libatlas-dev Source: atlas Version: 3.8.4-9+deb7u1+zs1 Architecture: all Maintainer: Debian Science Team Installed-Size: 137 Depends: libc6-dev, libblas-dev Suggests: liblapack-dev, liblapack-doc Conflicts: atlas-dev, atlas2-dev (<< 3.2.1-3), atlas2-headers, atlas3-headers, libblas-dev (<< 1.2-5), liblapack-dev (<< 3.2.1-4) Replaces: atlas2-dev (<< 3.2.1-3), atlas2-headers, atlas3-headers Filename: pool/main/libatlas-dev_3.8.4-9+deb7u1+zs1_all.deb Size: 47870 MD5sum: ef869181b771114a65a424d69adf8095 SHA1: f23a367f94cdfccba2bbec75e3a1df39419adba2 SHA256: 28aca8001b23b89519175750a6209bb215b03a7b148e7bc81aab62489a1c66e0 Section: extra Priority: Priority Homepage: http://math-atlas.sourceforge.net/ Description: Automatically Tuned Linear Algebra Software, C header files ATLAS is an approach for the automatic generation and optimization of numerical software. Currently ATLAS supplies optimized versions for the complete set of linear algebra kernels known as the Basic Linear Algebra Subroutines (BLAS), and a subset of the linear algebra routines in the LAPACK library. . This package provides the headers needed to compile against the libraries provided by ATLAS. Package: libatlas-doc Source: atlas Version: 3.8.4-9+deb7u1+zs1 Architecture: all Maintainer: Debian Science Team Installed-Size: 1154 Conflicts: atlas-doc, atlas3-doc Replaces: atlas-doc, atlas3-doc Filename: pool/main/libatlas-doc_3.8.4-9+deb7u1+zs1_all.deb Size: 1147728 MD5sum: 23004b43c5f24e31d38c7764dce0e156 SHA1: 9a0bfa59a6411bf16e9b5c8141d6bc89ef665065 SHA256: a59e723faa8059d2de7ff44cd745275bf7170d451718f68245559a6c9442990f Section: extra Priority: Priority Homepage: http://math-atlas.sourceforge.net/ Description: Automatically Tuned Linear Algebra Software, documentation ATLAS is an approach for the automatic generation and optimization of numerical software. Currently ATLAS supplies optimized versions for the complete set of linear algebra kernels known as the Basic Linear Algebra Subroutines (BLAS), and a subset of the linear algebra routines in the LAPACK library. . This package provides documentation on the atlas libraries useful for developers. Package: libatlas-test Source: atlas Version: 3.8.4-9+deb7u1+zs1 Architecture: amd64 Maintainer: Debian Science Team Installed-Size: 58890 Depends: libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libgfortran3 (>= 4.6), libquadmath0 (>= 4.6) Recommends: liblapack3 Replaces: atlas-test, atlas3-test Filename: pool/main/libatlas-test_3.8.4-9+deb7u1+zs1_amd64.deb Size: 12358908 MD5sum: 16643396e00f814a77c4c9e561944a54 SHA1: e3d32a8ebb1a0725876c4891c273ac9e8b8af582 SHA256: 83b929436d5eaf602cd6489d167552e82e05eda9bea0ee6358b59f2b7c2bfcc1 Section: extra Priority: Priority Homepage: http://math-atlas.sourceforge.net/ Description: Automatically Tuned Linear Algebra Software, test programs ATLAS is an approach for the automatic generation and optimization of numerical software. Currently ATLAS supplies optimized versions for the complete set of linear algebra kernels known as the Basic Linear Algebra Subroutines (BLAS), and a subset of the linear algebra routines in the LAPACK library. . This package provides dynamically linked testing and bench-marking binaries to compare the blas and atlas libraries on your system. Package: libatlas3-base Source: atlas Version: 3.8.4-9+deb7u1+zs1 Architecture: amd64 Maintainer: Debian Science Team Installed-Size: 18901 Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libgfortran3 (>= 4.6) Suggests: liblapack3 Conflicts: atlas2 (<< 3.2.1-1), libatlas3gf-2.0 (<< 3.8.3-25), libatlas3gf-altivec (<< 3.8.3-25), libatlas3gf-amd64sse3 (<< 3.8.3-25), libatlas3gf-base (<< 3.8.4-4), libatlas3gf-core2sse3 (<< 3.8.3-25), libatlas3gf-corei7sse3 (<< 3.8.3-25), libatlas3gf-ev6 (<< 3.8.3-25), libatlas3gf-sse (<< 3.8.3-25), libatlas3gf-sse2 (<< 3.8.3-25), libatlas3gf-sse3 (<< 3.8.3-25), libatlas3gf-v9 (<< 3.8.3-25), libblas3gf (<< 1.2-5), liblapack3gf (<< 3.2.1-4) Breaks: libatlas3gf-base (<< 3.8.4-4), libblas3gf (<< 1.2.20110419-3), liblapack3gf (<< 3.4.0-1), libopenblas-base (<< 0.1.1-3) Replaces: atlas2 (<< 3.2.1-1), libatlas3gf-2.0 (<< 3.8.3-25), libatlas3gf-altivec (<< 3.8.3-25), libatlas3gf-amd64sse3 (<< 3.8.3-25), libatlas3gf-base (<< 3.8.4-4), libatlas3gf-core2sse3 (<< 3.8.3-25), libatlas3gf-corei7sse3 (<< 3.8.3-25), libatlas3gf-ev6 (<< 3.8.3-25), libatlas3gf-sse (<< 3.8.3-25), libatlas3gf-sse2 (<< 3.8.3-25), libatlas3gf-sse3 (<< 3.8.3-25), libatlas3gf-v9 (<< 3.8.3-25), libblas3gf (<< 1.2.20110419-3), liblapack3gf (<< 3.4.0-1), libopenblas-base (<< 0.1.1-3) Provides: libatlas.so.3, libatlas.so.3gf, libblas.so.3, libblas.so.3gf, liblapack.so.3, liblapack.so.3gf Filename: pool/main/libatlas3-base_3.8.4-9+deb7u1+zs1_amd64.deb Size: 6961934 MD5sum: 2e9407df6b458943c895c50e4aee119d SHA1: ebf44e86f26025118172632604036d5048b8c060 SHA256: 693f0541b76ed92fb23f713ffd358ab52f718c1e0f3ddbd27d51f667d5e4e0dd Section: extra Priority: Priority Homepage: http://math-atlas.sourceforge.net/ Description: Automatically Tuned Linear Algebra Software, generic shared ATLAS is an approach for the automatic generation and optimization of numerical software. Currently ATLAS supplies optimized versions for the complete set of linear algebra kernels known as the Basic Linear Algebra Subroutines (BLAS), and a subset of the linear algebra routines in the LAPACK library. . The libraries in this package are built without any processor extension instructions, and should run on all processors of this general architecture, albeit less than optimally. . Before version 3.8.3-25, optimized binary packages were provided. However, due to the fact that most Atlas optimisation are done at build time, it has been decided to remove them and give priority to locally built packages. . For more information on how to rebuild locally atlas, see the section: "Building Optimized Atlas Packages on your ARCH" in README.Debian Package: libatlas3gf-base Source: atlas Version: 3.8.4-9+deb7u1+zs1 Architecture: all Maintainer: Debian Science Team Installed-Size: 64 Depends: libatlas3-base Breaks: octave3.2 Filename: pool/main/libatlas3gf-base_3.8.4-9+deb7u1+zs1_all.deb Size: 37976 MD5sum: a455cd4b0d571e22a3c9e646d51c4db7 SHA1: 2ec789265f218b4975caa66d26c6012bdc37c804 SHA256: 95772f122ee68ccba3193d042af70cbf6509cc547b3f97586a96047f9c2a51de Section: extra Priority: Priority Homepage: http://math-atlas.sourceforge.net/ Description: Transitional package to libatlas3-base ATLAS is an approach for the automatic generation and optimization of numerical software. Currently ATLAS supplies optimized versions for the complete set of linear algebra kernels known as the Basic Linear Algebra Subroutines (BLAS), and a subset of the linear algebra routines in the LAPACK library. Package: libglobus-gssapi-gsi-dev Source: globus-gssapi-gsi Version: 10.6-1.dk1 Architecture: amd64 Maintainer: Mattias Ellert Installed-Size: 91 Depends: libglobus-gssapi-gsi4 (= 10.6-1.dk1), libglobus-gsi-credential-dev (>= 5), libglobus-gsi-callback-dev (>= 4), libglobus-openssl-module-dev (>= 3), libglobus-gsi-openssl-error-dev (>= 2), libglobus-gsi-proxy-core-dev (>= 6), globus-core (>= 8), libglobus-gsi-cert-utils-dev (>= 8), libglobus-gsi-sysconfig-dev (>= 5), libglobus-common-dev (>= 14), libssl-dev Recommends: libglobus-gssapi-gsi-doc (= 10.6-1.dk1) Filename: pool/main/libglobus-gssapi-gsi-dev_10.6-1.dk1_amd64.deb Size: 11294 MD5sum: 83e74c5d43286e357dd43a32913a5b18 SHA1: 5429f9495ce2578bff30b69926cf9b22f5d4e23a SHA256: 44e2a6078acafe25ffdf8629237d25820a91ddcb3af3da6dfd8aca029ed9dc99 Section: extra Priority: Priority Homepage: http://www.globus.org/ Description: Globus Toolkit - GSSAPI library Development Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-gssapi-gsi-dev package contains: GSSAPI library Development Files Package: libglobus-gssapi-gsi-doc Source: globus-gssapi-gsi Version: 10.6-1.dk1 Architecture: all Maintainer: Mattias Ellert Installed-Size: 478 Depends: libglobus-gssapi-gsi-dev (>= 10.6-1.dk1), libjs-jquery Filename: pool/main/libglobus-gssapi-gsi-doc_10.6-1.dk1_all.deb Size: 255560 MD5sum: 2dc63f8b0a1583043601a56359d35a64 SHA1: 319d4dc235e364d18ee224813d25f2a65f31a4a5 SHA256: 807406b5525ac1a32ed0cabee5bab977dcc5832a3be835ac5da71eab5e981da0 Section: extra Priority: Priority Homepage: http://www.globus.org/ Description: Globus Toolkit - GSSAPI library Documentation Files The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-gssapi-gsi-doc package contains: GSSAPI library Documentation Files Package: libglobus-gssapi-gsi4 Source: globus-gssapi-gsi Version: 10.6-1.dk1 Architecture: amd64 Maintainer: Mattias Ellert Installed-Size: 158 Depends: libc6 (>= 2.4), libglobus-common0 (>= 14), libglobus-gsi-callback0 (>= 4), libglobus-gsi-cert-utils0 (>= 8), libglobus-gsi-credential1 (>= 5), libglobus-gsi-openssl-error0 (>= 2), libglobus-gsi-proxy-core0 (>= 6), libglobus-gsi-sysconfig1 (>= 5), libglobus-openssl-module0 (>= 3), libssl1.0.0 (>= 1.0.0) Filename: pool/main/libglobus-gssapi-gsi4_10.6-1.dk1_amd64.deb Size: 52076 MD5sum: 44aa6ad7f99f17727f1840f98001b5e4 SHA1: 7814e16bb39e8022006a327c5ef95ad42cf530f6 SHA256: 8ce459d7d9ea5558168d2cea7608b870b60afcf26d8c64ed605935395be18d44 Section: extra Priority: Priority Homepage: http://www.globus.org/ Description: Globus Toolkit - GSSAPI library The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. . The libglobus-gssapi-gsi4 package contains: GSSAPI library Package: libgssapi-krb5-2 Source: krb5 Version: 1.10.1+dfsg-5+deb7u3+zs1 Architecture: amd64 Maintainer: Sam Hartman Installed-Size: 1259 Pre-Depends: multiarch-support Depends: libc6 (>= 2.7), libcomerr2 (>= 1.34), libk5crypto3 (>= 1.8+dfsg), libkeyutils1, libkrb5-3 (= 1.10.1+dfsg-5+deb7u3+zs1), libkrb5support0 (>= 1.7dfsg~beta2) Suggests: krb5-doc, krb5-user Breaks: libgssglue1 (<< 0.2-2) Filename: pool/main/libgssapi-krb5-2_1.10.1+dfsg-5+deb7u3+zs1_amd64.deb Size: 375856 MD5sum: 008948302a97be2f6fac8f6d96f9153f SHA1: 5945ac2d632b5f91b61f76e7e1601d55a4e36eee SHA256: bddba4a6b39f88c5b34097a4316c8fdb12615ca48313919c34532e126089c8dd Section: extra Priority: Priority Multi-Arch: same Homepage: http://web.mit.edu/kerberos/ Description: MIT Kerberos runtime libraries - krb5 GSS-API Mechanism Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime library for the MIT Kerberos implementation of GSS-API used by applications and Kerberos clients. Package: libgssapi2-heimdal Source: heimdal Version: 1.4.0~git20100726.dfsg.1-2+squeeze1+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 264 Depends: libasn1-8-heimdal (>= 1.4.0~git20100221.dfsg.2-1), libc6 (>= 2.3), libcomerr2 (>= 1.01), libheimntlm0-heimdal (>= 1.4.0~git20100221.dfsg.2-1), libkrb5-26-heimdal (>= 1.4.0~git20100221.dfsg.2-1), libroken18-heimdal (>= 1.4.0~git20100221.dfsg.2-1), libssl0.9.8 (>= 0.9.8m-1) Conflicts: libgssapi2 Filename: pool/main/libgssapi2-heimdal_1.4.0~git20100726.dfsg.1-2+squeeze1+zs2_amd64.deb Size: 115506 MD5sum: 6449898251e26f4d018a2a0c0b27b545 SHA1: 617bbeec6ff76e14118229ff0d4237cb836ab06c SHA256: 676cb59cad098ae2ffe52c46b02bd40705d92a6310edb9a0918b1d97c018c9d7 Section: extra Priority: Priority Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - GSSAPI support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for GSSAPI support. Package: libgssapi3-heimdal Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 292 Pre-Depends: multiarch-support Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.8), libcomerr2 (>= 1.01), libhcrypto4-heimdal (>= 1.4.0+git20110226), libheimntlm0-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110403), libroken18-heimdal (>= 1.4.0+git20110226) Conflicts: libgssapi3 Filename: pool/main/libgssapi3-heimdal_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 132384 MD5sum: 2106dc3498f5f7800b63dd08da5c06aa SHA1: 61a16a8a0d1f5d7465ff70de62913f24fa066497 SHA256: ed44275b28cb2dfca10ae49504f7ad6cde7802e637d44348290c449376d08f1e Section: extra Priority: Priority Multi-Arch: same Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - GSSAPI support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for GSSAPI support. Package: libgssrpc4 Source: krb5 Version: 1.10.1+dfsg-5+deb7u3+zs1 Architecture: amd64 Maintainer: Sam Hartman Installed-Size: 462 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.10+dfsg~), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.6.dfsg.2) Suggests: krb5-doc, krb5-user Conflicts: libkadm55 Filename: pool/main/libgssrpc4_1.10.1+dfsg-5+deb7u3+zs1_amd64.deb Size: 172974 MD5sum: 0e89672ac49371f42cf9b9cd7f91659c SHA1: e455823a38c06cdb788925a3facf655e9013ff8c SHA256: 0f3e927e72d342bbf01c027ccfc46dca6a1b2a349f4816a8f269211cc676c20f Section: extra Priority: Priority Multi-Arch: same Homepage: http://web.mit.edu/kerberos/ Description: MIT Kerberos runtime libraries - GSS enabled ONCRPC Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains an RPC library used by the Kerberos administrative programs and potentially other applications. Package: libhcrypto4-heimdal Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 253 Pre-Depends: multiarch-support Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.7), libroken18-heimdal (>= 1.4.0+git20110226) Filename: pool/main/libhcrypto4-heimdal_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 127026 MD5sum: e49bc34176976e29830a5c85dbd68169 SHA1: 8c220765964bf707ef38e5a6b4dbb2b6a1790b9a SHA256: 47bf7d20aace4240bab89f027a261905e01cd2dce113d0ccba285e9474adea8a Section: extra Priority: Priority Multi-Arch: same Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - crypto library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the cryptographic library required for Heimdal. Package: libhdb9-heimdal Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 181 Pre-Depends: multiarch-support Depends: libasn1-8-heimdal (>= 1.6~git20120311g), libc6 (>= 2.8), libcomerr2 (>= 1.01), libdb5.1, libkrb5-26-heimdal (>= 1.4.0+git20110226), libldap-2.4-2 (>= 2.4.7), libroken18-heimdal (>= 1.4.0+git20110226), libsqlite3-0 (>= 3.5.9) Conflicts: heimdal-libs (<< 0.3e-5) Replaces: heimdal-lib (<< 0.3e-5) Filename: pool/main/libhdb9-heimdal_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 88750 MD5sum: 0ede3a8eb6bc7a36f565e74000f41b09 SHA1: 9ec8385a4cafc2d3b46fda096c1bffd0148ce891 SHA256: 6adea36a71f6431a3cc91e8a8e757f328ae068f7b2f1b9cfbd3661449ed670d4 Section: extra Priority: Priority Multi-Arch: same Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - kadmin server library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for storing the KDC database. Package: libheimbase1-heimdal Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 95 Pre-Depends: multiarch-support Depends: libc6 (>= 2.8) Filename: pool/main/libheimbase1-heimdal_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 54708 MD5sum: ef825230506d1517617fb78b6f4f9fbe SHA1: ed2c0c1c2c48425829bea2d2f09a679731a535c9 SHA256: f1707004a85c44f7204b4a3081aea738e394417c89f95366fd33873fc443ce0c Section: extra Priority: Priority Multi-Arch: same Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - Base library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the base library. Package: libheimntlm0-heimdal Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 59 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4), libhcrypto4-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226) Filename: pool/main/libheimntlm0-heimdal_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 38474 MD5sum: ea0e42885ab9f0d0ce8563a08f9dd50b SHA1: 3294dd65d9e04589ae2e53952ec1035d89724211 SHA256: 017ae10857542f8ee4d5da2cc202a6d76df9893c5e0a86b91d33476c423728a7 Section: extra Priority: Priority Multi-Arch: same Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - NTLM support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. Package: libhx509-5-heimdal Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 342 Pre-Depends: multiarch-support Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.8), libcomerr2 (>= 1.34), libhcrypto4-heimdal (>= 1.4.0+git20110226), libheimbase1-heimdal (>= 1.6~git20120311), libroken18-heimdal (>= 1.4.0+git20110226), libwind0-heimdal (>= 1.4.0+git20110226) Filename: pool/main/libhx509-5-heimdal_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 149536 MD5sum: 65ca202772e680b3fd849cd486809433 SHA1: efac663939053a0bcbbae623126743352164f4b1 SHA256: f5e268cf56b1b5124af39b97b59550d4cb875e21c7b42f0d78a42000c8110fb7 Section: extra Priority: Priority Multi-Arch: same Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - X509 support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. Package: libibumad Version: 1.3.10.2.MLNX20150406.966500d Architecture: amd64 Maintainer: Hal Rosenstock Installed-Size: 125 Depends: libc6 (>= 2.3) Filename: pool/main/libibumad_1.3.10.2.MLNX20150406.966500d_amd64.deb Size: 64184 MD5sum: e10f333e6e0a030b0ea3b9787597e6cd SHA1: 932b5eaec1fb3a3decb5dd77b73d1b5a34fa1a10 SHA256: 387c7e14b0715d0a11f83b3d886e8d71a976a3911be8a945c314afc0b953480a Section: extra Priority: Priority Homepage: http://www.openfabrics.org/downloads/management/libibumad-1.3.10.2.tar.gz Description: OpenFabrics Alliance InfiniBand umad (user MAD) library libibumad provides the user MAD library functions which sit on top of the user MAD modules in the kernel. These are used by the IB diagnostic and management tools, including OpenSM. Package: libk5crypto3 Source: krb5 Version: 1.10.1+dfsg-5+deb7u3+zs1 Architecture: amd64 Maintainer: Sam Hartman Installed-Size: 690 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4), libkeyutils1, libkrb5support0 (>= 1.7dfsg~beta2) Suggests: krb5-doc, krb5-user Conflicts: libkrb53 Breaks: libgssapi-krb5-2 (<= 1.10+dfsg~alpha1), libkrb5-3 (<= 1.8~aa) Filename: pool/main/libk5crypto3_1.10.1+dfsg-5+deb7u3+zs1_amd64.deb Size: 193564 MD5sum: 0f381bcac155adf8ce17c79a0b2fa36c SHA1: af1fb90275c00a565296f89f7af38feec10e00e0 SHA256: 415a4f7697c11e6334c9ceb33053b958a98432aa42c816b0fdb06cc5ca2b66b9 Section: extra Priority: Priority Multi-Arch: same Homepage: http://web.mit.edu/kerberos/ Description: MIT Kerberos runtime libraries - Crypto Library Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime cryptography libraries used by applications and Kerberos clients. Package: libkadm5clnt-mit8 Source: krb5 Version: 1.10.1+dfsg-5+deb7u3+zs1 Architecture: amd64 Maintainer: Sam Hartman Installed-Size: 309 Pre-Depends: multiarch-support Depends: libc6 (>= 2.7), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.10+dfsg~), libgssrpc4 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.8+dfsg), libkrb5support0 (>= 1.7dfsg~beta2) Suggests: krb5-doc, krb5-user Filename: pool/main/libkadm5clnt-mit8_1.10.1+dfsg-5+deb7u3+zs1_amd64.deb Size: 116916 MD5sum: 4abfc01f7f198007ca0eb681344a2645 SHA1: 159f4498b12535d245e3bd6c26320b909a20cc26 SHA256: 4d7df678556fe000bc0222d064a3795085efb55dd4686896329d9077fd95f14f Section: extra Priority: Priority Multi-Arch: same Homepage: http://web.mit.edu/kerberos/ Description: MIT Kerberos runtime libraries - Administration Clients Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime library used by clients of the Kerberos administration protocol. Package: libkadm5clnt7-heimdal Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 81 Pre-Depends: multiarch-support Depends: libc6 (>= 2.8), libcomerr2 (>= 1.01), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226) Filename: pool/main/libkadm5clnt7-heimdal_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 44990 MD5sum: 762cf190275cf67e0c17632ca00cc1ef SHA1: 7e18bbcc44946ba07f78bee382161fc668684e79 SHA256: e2a0248f0ecadbfcf8d85cafc1ca78d8c540483786c5b6733201a2336d9aa621 Section: extra Priority: Priority Multi-Arch: same Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - kadmin client library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the client library for kadmin. Package: libkadm5srv-mit8 Source: krb5 Version: 1.10.1+dfsg-5+deb7u3+zs1 Architecture: amd64 Maintainer: Sam Hartman Installed-Size: 386 Pre-Depends: multiarch-support Depends: libc6 (>= 2.7), libcomerr2 (>= 1.01), libgssapi-krb5-2 (>= 1.6.dfsg.2), libgssrpc4 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.6.dfsg.2), libkdb5-6, libkrb5-3 (>= 1.9+dfsg~beta1), libkrb5support0 (>= 1.7dfsg~beta2) Suggests: krb5-doc, krb5-user Filename: pool/main/libkadm5srv-mit8_1.10.1+dfsg-5+deb7u3+zs1_amd64.deb Size: 147796 MD5sum: be69dc2f6b7c2df4d2d7ed8a78fac803 SHA1: 3bb41e1b3cf376f1540c9882bd4536416c5bf338 SHA256: 93b94c6e85b31a5f27f9e3ea6c709d234d37783bd30e4a9e78676b2921322746 Section: extra Priority: Priority Multi-Arch: same Homepage: http://web.mit.edu/kerberos/ Description: MIT Kerberos runtime libraries - KDC and Admin Server Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime library used by Kerberos administrative servers. Package: libkadm5srv8-heimdal Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 107 Pre-Depends: multiarch-support Depends: libc6 (>= 2.8), libcomerr2 (>= 1.01), libhdb9-heimdal (>= 1.6~git20120311), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226) Filename: pool/main/libkadm5srv8-heimdal_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 57276 MD5sum: ba0fea0aaf8c961e04fc77832bd12fd0 SHA1: 1fb261704b29c25df4f2d3cde1bcec98e122001e SHA256: b21ab4c33fbc1712d964ed71af68b9d421b3cfae08eac26a9027a2241c36cec1 Section: extra Priority: Priority Multi-Arch: same Homepage: http://www.h5l.org/ Description: Libraries for Heimdal Kerberos Heimdal is a free implementation of Kerberos 5, that aims to be compatible with MIT Kerberos. . This package contains the server library for kadmin. Package: libkafs0-heimdal Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 62 Pre-Depends: multiarch-support Depends: libc6 (>= 2.11), libkrb5-26-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226) Filename: pool/main/libkafs0-heimdal_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 39904 MD5sum: 10219d823d99f064473fa5aacf33f63e SHA1: 2a603693fa98299a5b063a4181d7a8592351789d SHA256: 4f4eb490edd03e8d122b8cc83ffd17829da2727dd87ab5bff5f131436604845f Section: extra Priority: Priority Multi-Arch: same Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - KAFS support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for KAFS support. Package: libkdb5-6 Source: krb5 Version: 1.10.1+dfsg-5+deb7u3+zs1 Architecture: amd64 Maintainer: Sam Hartman Installed-Size: 290 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4), libcomerr2 (>= 1.01), libgssrpc4 (>= 1.7dfsg~alpha1), libk5crypto3 (>= 1.7+dfsg), libkeyutils1, libkrb5-3 (>= 1.7dfsg), libkrb5support0 (>= 1.7dfsg~beta2) Suggests: krb5-doc, krb5-user Breaks: libkadm5srv-mit8 (<< 1.10+dfsg~) Filename: pool/main/libkdb5-6_1.10.1+dfsg-5+deb7u3+zs1_amd64.deb Size: 119446 MD5sum: b1bc8d7e683dbbdd21827a371653a07a SHA1: 1183d7f458830929335851c387bd1fbfa78468ac SHA256: e4dade19d99b57fafc759f0dfba9a019b250b97e7ee25ce5953a9e8b4426a114 Section: extra Priority: Priority Multi-Arch: same Homepage: http://web.mit.edu/kerberos/ Description: MIT Kerberos runtime libraries - Kerberos database Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the internal Kerberos database libraries. Package: libkdc2-heimdal Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 177 Pre-Depends: multiarch-support Depends: libasn1-8-heimdal (>= 1.6~git20120311g), libc6 (>= 2.8), libdb5.1, libhcrypto4-heimdal (>= 1.4.0+git20110226), libhdb9-heimdal (>= 1.6~git20120311), libheimntlm0-heimdal (>= 1.4.0+git20110226), libhx509-5-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.6~git20120311), libroken18-heimdal (>= 1.4.0+git20110226) Filename: pool/main/libkdc2-heimdal_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 86258 MD5sum: ca8010398dbd7cf03b2faf3cacdd15b3 SHA1: b90e447ed89c1ba878e093f814c15225dbd3c9f8 SHA256: 5febff132033854ad1d1da8b0cb9369f39ea49a1267b5b41fbf35eea91778db7 Section: extra Priority: Priority Multi-Arch: same Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - KDC support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. Package: libkopenafs1 Source: openafs Version: 1.6.1-3~bpo60+1+zs3 Architecture: amd64 Maintainer: Russ Allbery Installed-Size: 120 Depends: libc6 (>= 2.2.5) Filename: pool/main/libkopenafs1_1.6.1-3~bpo60+1+zs3_amd64.deb Size: 81160 MD5sum: f6a069bcd8bad84731bf782ab06959f4 SHA1: 8c3b590bcca937367c9461330ea81199929e00e6 SHA256: 79e2aaacd150976278e01dd8001155d4e44b012ef3743ceb049ebc8202e1229e Section: extra Priority: Priority Homepage: http://www.openafs.org/ Description: AFS distributed file system runtime library (PAGs) AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access control, authentication, backup and administrative management. . This package provides the shared library implementing an interface to manipulating AFS process authentication groups (PAGs). It provides the a subset of the interface provided by the Heimdal libkafs library. Package: libkrb5-26-heimdal Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 612 Pre-Depends: multiarch-support Depends: libasn1-8-heimdal (>= 1.4.0+git20110226), libc6 (>= 2.8), libcomerr2 (>= 1.41.11), libhcrypto4-heimdal (>= 1.4.0+git20110226), libheimbase1-heimdal (>= 1.6~git20120311), libhx509-5-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226), libsqlite3-0 (>= 3.5.9), libwind0-heimdal (>= 1.6~git20120311) Filename: pool/main/libkrb5-26-heimdal_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 259530 MD5sum: 51c7eb63af2e2a9f411b1cdc3b3597de SHA1: f50ed8fe6567641477c04de16e0f3282d3d8db15 SHA256: 1f650706c3d037b6b2e69320f5ca98559efdf8824a5f71962d24d5a285d43903 Section: extra Priority: Priority Multi-Arch: same Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - libraries Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the Kerberos 5 library. Package: libkrb5-3 Source: krb5 Version: 1.10.1+dfsg-5+deb7u3+zs1 Architecture: amd64 Maintainer: Sam Hartman Installed-Size: 2663 Pre-Depends: multiarch-support Depends: libc6 (>= 2.9), libcomerr2 (>= 1.34), libk5crypto3 (>= 1.9+dfsg~beta1), libkeyutils1, libkrb5support0 (= 1.10.1+dfsg-5+deb7u3+zs1) Recommends: krb5-locales Suggests: krb5-doc, krb5-user Conflicts: libkrb53 Breaks: libsmbclient (<= 2:3.6.1-2), sssd (<= 1.2.1-4.3) Filename: pool/main/libkrb5-3_1.10.1+dfsg-5+deb7u3+zs1_amd64.deb Size: 859472 MD5sum: 760350b6d02d24e85aba2667dd50c4ce SHA1: d43cc8b8d738aa63a660e761fd96c7ae02729427 SHA256: d2b36e343ccfa6b19d23430017d30a86a4da6c9e8bb3c646065bcdaca18f8e7e Section: extra Priority: Priority Multi-Arch: same Homepage: http://web.mit.edu/kerberos/ Description: MIT Kerberos runtime libraries Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the runtime library for the main Kerberos v5 API used by applications and Kerberos clients. Package: libkrb5-dbg Source: krb5 Version: 1.10.1+dfsg-5+deb7u3+zs1 Architecture: amd64 Maintainer: Sam Hartman Installed-Size: 69 Depends: libkrb5-3 (= 1.10.1+dfsg-5+deb7u3+zs1) | libk5crypto3 (= 1.10.1+dfsg-5+deb7u3+zs1) | libkrb5support0 (= 1.10.1+dfsg-5+deb7u3+zs1) Filename: pool/main/libkrb5-dbg_1.10.1+dfsg-5+deb7u3+zs1_amd64.deb Size: 34750 MD5sum: 4b04e2c30164158a8be7305958621615 SHA1: 6cec0f105c10416c03735d544c89582f8d30dc48 SHA256: 2652a2be90b13eb49d0bab8b890e9f9e3dc196caba936d5cce4909fd6fbdff28 Section: extra Priority: Priority Multi-Arch: same Homepage: http://web.mit.edu/kerberos/ Description: Debugging files for MIT Kerberos Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the debugging information for the MIT Kerberos libraries. Install this package if you need to trace problems inside the MIT Kerberos libraries with a debugger. Package: libkrb5-dev Source: krb5 Version: 1.10.1+dfsg-5+deb7u3+zs1 Architecture: amd64 Maintainer: Sam Hartman Installed-Size: 123 Depends: krb5-multidev (= 1.10.1+dfsg-5+deb7u3+zs1) Suggests: krb5-doc Conflicts: heimdal-dev Replaces: krb5-multidev (<< 1.8+dfsg~alpha1-3) Filename: pool/main/libkrb5-dev_1.10.1+dfsg-5+deb7u3+zs1_amd64.deb Size: 40176 MD5sum: a25474f1340215cf749619294f986344 SHA1: c504bf81df4c3ca3a6f7417db3f496a5f8f26789 SHA256: 5841b687010e53c389aa69be8fad820a085f3836e12b91db481da6e30178c922 Section: extra Priority: Priority Homepage: http://web.mit.edu/kerberos/ Description: Headers and development libraries for MIT Kerberos Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains the symlinks, headers, and development libraries needed to compile and link programs that use the Kerberos libraries. Package: libkrb5support0 Source: krb5 Version: 1.10.1+dfsg-5+deb7u3+zs1 Architecture: amd64 Maintainer: Sam Hartman Installed-Size: 171 Pre-Depends: multiarch-support Depends: libc6 (>= 2.3.4), libkeyutils1 Conflicts: libkrb53 Filename: pool/main/libkrb5support0_1.10.1+dfsg-5+deb7u3+zs1_amd64.deb Size: 67308 MD5sum: 9f5642bd72603b3655144c7a2e788718 SHA1: 6af01fa4bbcbca0fec127c4fcda96e6bfb5dc0af SHA256: 478603825e416ab13e42b2305c97e77b2c1aa8ae58bce6604190676d70497efe Section: extra Priority: Priority Multi-Arch: same Homepage: http://web.mit.edu/kerberos/ Description: MIT Kerberos runtime libraries - Support library Kerberos is a system for authenticating users and services on a network. Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). . This is the MIT reference implementation of Kerberos V5. . This package contains an internal runtime support library used by other Kerberos libraries. Package: libltdl3 Source: libtool Version: 1.5.26-4+lenny1 Architecture: amd64 Maintainer: Kurt Roeckx Installed-Size: 256 Depends: libc6 (>= 2.7-1) Filename: pool/main/libltdl3_1.5.26-4+lenny1_amd64.deb Size: 179612 MD5sum: 11d74a42ceb86748828417ecb82ca661 SHA1: 34076063886dba74b6d0935968b3867a03c756b8 SHA256: c7a39546e5dd990567cd1c51c92e0df24c16efb0f9ddd8a4a6974c9ea3033938 Section: extra Priority: Priority Description: A system independent dlopen wrapper for GNU libtool This package contains the run-time libltdl library. . A small library that aims at hiding the various difficulties of dlopening libraries from programmers. It is a system independent dlopen wrapper for GNU libtool. . It supports the following dlopen interfaces: * dlopen (Solaris, Linux and various BSD flavors) * shl_load (HP-UX) * LoadLibrary (Win16 and Win32) * load_add_on (BeOS) * GNU DLD (emulates dynamic linking for static libraries) * libtool's dlpreopen Package: libltdl3-dev Source: libtool Version: 1.5.26-4+lenny1 Architecture: amd64 Maintainer: Kurt Roeckx Installed-Size: 1660 Depends: libltdl3 (= 1.5.26-4+lenny1) Recommends: libtool Suggests: libtool-doc Conflicts: libtool (<< 1.5.20), libtool1.4 Replaces: libtool (<< 1.5.20) Filename: pool/main/libltdl3-dev_1.5.26-4+lenny1_amd64.deb Size: 368974 MD5sum: 740e2aba77ce0401161317cecea761b4 SHA1: 48d0ea43d99b5379faf86d4fad5c3b163cdb5e99 SHA256: 93a29c6c2a54abd0a7003eed62594bac1ed622fec8538e8b24f6458e611ab669 Section: extra Priority: Priority Description: A system independent dlopen wrapper for GNU libtool This package contains the header files and static libraries for the libltdl package. . A small library that aims at hiding the various difficulties of dlopening libraries from programmers. It is a system independent dlopen wrapper for GNU libtool. . It supports the following dlopen interfaces: * dlopen (Solaris, Linux and various BSD flavors) * shl_load (HP-UX) * LoadLibrary (Win16 and Win32) * load_add_on (BeOS) * GNU DLD (emulates dynamic linking for static libraries) * libtool's dlpreopen Package: liblzma2 Source: xz-utils Version: 5.0.0-2 Architecture: amd64 Maintainer: Jonathan Nieder Installed-Size: 324 Depends: libc6 (>= 2.2.5) Filename: pool/main/liblzma2_5.0.0-2_amd64.deb Size: 183922 MD5sum: a43faee9ef713439048dd5b85010d4f7 SHA1: 87b8b6ad9dae0fd1e3686f0d4431d9ccede13ec2 SHA256: 465c25b09bae848ebe6c6f154339685f0bd589ff61ab1aab1962bafc9513f637 Section: extra Priority: Priority Homepage: http://tukaani.org/xz/ Description: XZ-format compression library XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful compression (often better than bzip2) and fast, easy decompression. . The native format of liblzma is XZ; it also supports raw (headerless) streams and the older LZMA format used by lzma. (For 7-Zip's related format, use the p7zip package instead.) Package: libmlx5-1 Source: libmlx5 Version: 1.0.2mlnx1-OFED.3.0.1.5.3 Architecture: amd64 Maintainer: Eli Cohen Installed-Size: 119 Depends: libc6 (>= 2.6), libibverbs1 (>= 1.1.3), libnuma1 (>= 2.0.8~rc4) Filename: pool/main/libmlx5-1_1.0.2mlnx1-OFED.3.0.1.5.3_amd64.deb Size: 42522 MD5sum: 32d24c619358df0619b6361e2ba04d54 SHA1: 8b3d61bdc6112cc4192c5eafa8f0f72f82e9ae67 SHA256: 54f60882a903b4e7c3f3b155ac0dff0912f9780990084012f3f57454cc268bcd Section: extra Priority: Priority Homepage: http://www.openfabrics.org/ Description: Userspace driver for Mellanox ConnectX InfiniBand HCAs libmlx5 is a device-specific driver for Mellanox Connect-IB InfiniBand host channel adapters (HCAs) for the libibverbs library. This allows userspace processes to access Mellanox HCA hardware directly with low latency and low overhead. . This package contains the loadable plug-in. Package: libnfsidmap2 Source: libnfsidmap Version: 0.25-2.du5 Architecture: amd64 Maintainer: Anibal Monsalve Salazar Installed-Size: 156 Depends: libc6 (>= 2.7), libldap-2.4-2 (>= 2.4.7) Conflicts: libnfsidmap1, nfs-common (= 1:1.1.2-6lenny2) Filename: pool/main/libnfsidmap2_0.25-2.du5_amd64.deb Size: 40772 MD5sum: bfbb9fdbde0d35e5c005898b1b1184d1 SHA1: 42f407ceb773b5fb89915524921e76732f20d8e3 SHA256: 5517bc594f5faa299e30d3865d3a31a74257c951ddd2bc0fb491455cff6ad001 Section: extra Priority: Priority Homepage: http://www.citi.umich.edu/projects/nfsv4/linux/ Description: NFS idmapping library libnfsidmap provides functions to map between NFSv4 names (which are of the form user@domain) and local uid's and gid's. Package: libopenafs-dev Source: openafs Version: 1.6.1-3~bpo60+1+zs3 Architecture: amd64 Maintainer: Russ Allbery Installed-Size: 11180 Depends: libc6 (>= 2.3), libafsauthent1 (= 1.6.1-3~bpo60+1+zs3), libafsrpc1 (= 1.6.1-3~bpo60+1+zs3), libkopenafs1 (= 1.6.1-3~bpo60+1+zs3) Suggests: openafs-doc Conflicts: arla-dev, liblwp-dev Filename: pool/main/libopenafs-dev_1.6.1-3~bpo60+1+zs3_amd64.deb Size: 2800544 MD5sum: 7bd21443fd8db6c5be476b85c4c77209 SHA1: c39df4972644077cb6c0a727db934861ca1be8bf SHA256: 97c59ad06352861a61f61be48d22965e7e27ed6f6611be420e3d93e2c4d35fda Section: extra Priority: Priority Homepage: http://www.openafs.org/ Description: AFS distributed filesystem development libraries AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access control, authentication, backup and administrative management. . This package provides static development libraries and headers needed to compile AFS applications. Package: libopensm Source: opensm Version: 4.5.0.MLNX20150621.5adffba Architecture: amd64 Maintainer: Hal Rosenstock Installed-Size: 869 Depends: libc6 (>= 2.3.4), libibumad Filename: pool/main/libopensm_4.5.0.MLNX20150621.5adffba_amd64.deb Size: 471852 MD5sum: 189aa9700c9f8e5cf61f1ed426032e79 SHA1: f8254c74e924cb9bad6fbaf489d5e815f7ea2dc6 SHA256: fa802236a9e5b2b9c13b488ead11a7940468162b21d346b495296ab49baa44d9 Section: extra Priority: Priority Homepage: http://www.openfabrics.org/downloads/management Description: Infiniband subnet manager libraries OpenSM provides an implementation of an Infiniband Subnet Manager (SM) and Administrator (SA). One Subnet Manager is required to run on each Infiniband subnet in order to initialize the Infiniband hardware. . This package contains shared libraries that are part of the opensm package but are also used by other applications. Package: libotp0-heimdal Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 210 Pre-Depends: multiarch-support Depends: libc6 (>= 2.4), libdb5.1, libhcrypto4-heimdal (>= 1.4.0+git20110226), libroken18-heimdal (>= 1.4.0+git20110226) Conflicts: libotp0-kerberos4kth Filename: pool/main/libotp0-heimdal_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 75584 MD5sum: 29a6bb8af7f2799dd6625df2405cb0be SHA1: 7a3f0e96cea0a0068f24e4c7665820e786596afd SHA256: bf8c9708bb89804c621261eff3ff2a0fef868fe07a933f37d5001a7d2e0621de Section: extra Priority: Priority Multi-Arch: same Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - OTP support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for OTP support. Package: libpam-krb5 Version: 4.6-1+dex1 Architecture: amd64 Maintainer: Russ Allbery Installed-Size: 182 Pre-Depends: multiarch-support Depends: libc6 (>= 2.8), libkrb5-3 (>= 1.10+dfsg~alpha1), libpam0g (>= 1.1.3-2~), krb5-config, libpam-runtime (>= 1.0.1-6~) Conflicts: libpam-heimdal Filename: pool/main/libpam-krb5_4.6-1+dex1_amd64.deb Size: 89282 MD5sum: a1c99877f1eaa7803dd5465e20e44bb8 SHA1: ce6d9330caf6b0ce489e135b7734a97003d264ee SHA256: 29de23c3b9dd775890f7d624cf9e6d5ea6385b8421a1a226f8fc0d6574aef396 Section: extra Priority: Priority Multi-Arch: same Homepage: http://www.eyrie.org/~eagle/software/pam-krb5/ Description: PAM module for MIT Kerberos A Kerberos PAM module build against the MIT Kerberos libraries. It supports authenticating against a Kerberos v5 KDC, obtaining tickets and populating an initial ticket cache, authorizing users via a ~/.k5login file, and changing Kerberos passwords. Package: libpam-openafs-kaserver Source: openafs Version: 1.6.1-3~bpo60+1+zs3 Architecture: amd64 Maintainer: Russ Allbery Installed-Size: 820 Depends: libc6 (>= 2.3.2), openafs-client (= 1.6.1-3~bpo60+1+zs3) Filename: pool/main/libpam-openafs-kaserver_1.6.1-3~bpo60+1+zs3_amd64.deb Size: 346656 MD5sum: 937b074fd1877afc4d20a96b86990bd9 SHA1: 28a0a072c222667331804a2913bd93e3c54f90ed SHA256: 7763179ee1b868507fe77e16f8db479d1d2852f435ad5b00e07e638d65134f4f Section: extra Priority: Priority Homepage: http://www.openafs.org/ Description: AFS distributed filesystem kaserver PAM module AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access control, authentication, backup and administrative management. . This package provides a PAM module for existing sites using the AFS kaserver for authentication. New sites should use a Kerberos v5 implementation, a Kerberos v5 PAM module such as libpam-krb5, and libpam-afs-session. Package: libpbs-cache Source: pbs-cache Version: 1.0.6+deb6 Architecture: amd64 Maintainer: Simon Toth Installed-Size: 191 Conflicts: pbs-cache Filename: pool/main/libpbs-cache_1.0.6+deb6_amd64.deb Size: 53386 MD5sum: 7064df7b0a050325c2d67390f21521ac SHA1: 8f47c36d706dc887c21697d1cc077af63d8bb21f SHA256: 27b2f53f9e2b87897b345b34fedaccf72b30e9ef3ac4478f83f23fb8569553c3 Section: extra Priority: Priority Homepage: http://www.clusterresources.com/pages/products/torque/ Description: PBS Cache library Package: libprotobuf-dev Source: protobuf Version: 2.5.0-9 Architecture: amd64 Maintainer: Robert S. Edmonds Installed-Size: 3252 Depends: zlib1g-dev, libprotobuf8 (= 2.5.0-9), libprotobuf-lite8 (= 2.5.0-9) Filename: pool/main/libprotobuf-dev_2.5.0-9_amd64.deb Size: 693354 MD5sum: b6af9e29d243e35175164e92b88bf404 SHA1: c81ffd080587d9d3282a68c2669d60517aa2d1e2 SHA256: fa8b84c7d1d7e6668e32395a1c94345e5f00fc1385d4e0841430d2ae8ebfe769 Section: extra Priority: Priority Multi-Arch: same Homepage: https://code.google.com/p/protobuf/ Description: protocol buffers C++ library (development files) Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the development headers and static libraries needed for writing C++ applications. Package: libprotobuf-java Source: protobuf Version: 2.5.0-9 Architecture: all Maintainer: Robert S. Edmonds Installed-Size: 475 Filename: pool/main/libprotobuf-java_2.5.0-9_all.deb Size: 391864 MD5sum: 42fc8904b971ebaa1b51c3cabd4a441a SHA1: 51a4b9b999d2819e8c03a332684b699aa0aff74e SHA256: 368c3e594a225f6b8f96b27fac59b9d608da620d2a2de1aaf9cf45bf25463590 Section: extra Priority: Priority Homepage: https://code.google.com/p/protobuf/ Description: Java bindings for protocol buffers Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the Java bindings for the protocol buffers. You will need the protoc tool (in the protobuf-compiler package) to compile your definition to Java classes, and then the modules in this package will allow you to use those classes in your programs. Package: libprotobuf-lite8 Source: protobuf Version: 2.5.0-9 Architecture: amd64 Maintainer: Robert S. Edmonds Installed-Size: 234 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.3), zlib1g (>= 1:1.1.4) Filename: pool/main/libprotobuf-lite8_2.5.0-9_amd64.deb Size: 83074 MD5sum: 4426c4218a78850d03db660275e77e01 SHA1: a6f12ac3c8251981a73073f449ee89f82dcd7874 SHA256: f45dd97cd5667806b456ffe540d74489236522fa32cb3c49663818e6a445eebb Section: extra Priority: Priority Multi-Arch: same Homepage: https://code.google.com/p/protobuf/ Description: protocol buffers C++ library (lite version) Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the runtime library needed for C++ applications whose message definitions have the "lite runtime" optimization setting. Package: libprotobuf8 Source: protobuf Version: 2.5.0-9 Architecture: amd64 Maintainer: Robert S. Edmonds Installed-Size: 1141 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.3), zlib1g (>= 1:1.1.4) Filename: pool/main/libprotobuf8_2.5.0-9_amd64.deb Size: 406950 MD5sum: 229c6ae8e25b79d56eaf556034712872 SHA1: 070b619201523e2332d2ed338502209bf2f6d67a SHA256: 088c79ef6abbf6069d20a116fb3f8c9a4a9a80ab6e65505a992caa9be82fce1b Section: extra Priority: Priority Multi-Arch: same Homepage: https://code.google.com/p/protobuf/ Description: protocol buffers C++ library Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the runtime library needed for C++ applications. Package: libprotoc-dev Source: protobuf Version: 2.5.0-9 Architecture: amd64 Maintainer: Robert S. Edmonds Installed-Size: 1834 Depends: libprotoc8 (= 2.5.0-9), libprotobuf-dev (= 2.5.0-9) Breaks: libprotobuf-dev (<< 2.1.0) Replaces: libprotobuf-dev (<< 2.1.0) Filename: pool/main/libprotoc-dev_2.5.0-9_amd64.deb Size: 437582 MD5sum: 8e97d92182519962ca6484c48a4e776b SHA1: 3ec3041ef65977e049bf5914dd428e9f6d47e674 SHA256: b5b2841c95e46bd2291ff6a9d6b55549b53b7194c5c26c175a9efc893fe5be9e Section: extra Priority: Priority Multi-Arch: same Homepage: https://code.google.com/p/protobuf/ Description: protocol buffers compiler library (development files) Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the development headers and static library needed for writing protobuf compilers. Package: libprotoc8 Source: protobuf Version: 2.5.0-9 Architecture: amd64 Maintainer: Robert S. Edmonds Installed-Size: 849 Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libprotobuf8, libstdc++6 (>= 4.4.0), zlib1g (>= 1:1.1.4) Filename: pool/main/libprotoc8_2.5.0-9_amd64.deb Size: 303056 MD5sum: b4e0efdaabc62efce5b1ffa8aee11080 SHA1: 6dac8fe2a5b5754332143915453bcc1c42c1fa66 SHA256: 3c8a1408a4a0b862506326feb7340301a0cfe0fb9daf841f0ad16f3a6ecb22b0 Section: extra Priority: Priority Multi-Arch: same Homepage: https://code.google.com/p/protobuf/ Description: protocol buffers compiler library Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the runtime library needed for the protocol buffer compiler. Package: libroken18-heimdal Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 126 Pre-Depends: multiarch-support Depends: libc6 (>= 2.8) Filename: pool/main/libroken18-heimdal_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 67484 MD5sum: bec0e27019feb346c902fd3f70ea6034 SHA1: 400032db9de4a6ff429c6c3013c6de57615f1aed SHA256: c6f417be9c64b6d6131bf32fba7190e7ebcdfea471af2ddc6507c97ba1f1163d Section: extra Priority: Priority Multi-Arch: same Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - roken support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for roken support. Package: libsl0-heimdal Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 53 Pre-Depends: multiarch-support Depends: libc6 (>= 2.11), libedit2 (>= 2.11-20080614-1) Conflicts: libsl0-kerberos4kth Filename: pool/main/libsl0-heimdal_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 35572 MD5sum: 33a6aa55c913c04c9697384b16af1560 SHA1: 247c233899d03432bd77d6d5c66c3f8f51bb0bdf SHA256: a4f4bf2c0d8f17bc985a916c6fbd3d01c1b0ffd7af9d804ddb2b86927cdf700e Section: extra Priority: Priority Multi-Arch: same Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - SL support library Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. . This package contains the library for SL support. Package: libssl0.9.8 Source: openssl Version: 0.9.8o-4squeeze14 Architecture: amd64 Maintainer: Debian OpenSSL Team Installed-Size: 2424 Depends: libc6 (>= 2.7), zlib1g (>= 1:1.1.4), debconf (>= 0.5) | debconf-2.0 Conflicts: libssl, libssl096-dev (<< 0.9.6-2), openssl (<< 0.9.6-2), ssleay (<< 0.9.2b) Filename: pool/main/libssl0.9.8_0.9.8o-4squeeze14_amd64.deb Size: 1001934 MD5sum: 03931e450371616e12b00674ad1dbc22 SHA1: e0ea9ff344cdd24a867205532b556447192d30ac SHA256: 78e44313f6f33b8ab0e336d0fcae20f654271b143e52012cd91a27125345bbb6 Section: extra Priority: Priority Description: SSL shared libraries libssl and libcrypto shared libraries needed by programs like apache-ssl, telnet-ssl and openssh. . It is part of the OpenSSL implementation of SSL. Package: libtorque-meta2 Source: torque-meta Version: 2.4.163+deb7 Architecture: amd64 Maintainer: Simon Toth Installed-Size: 1294 Depends: krb525, libc6 (>= 2.3), libgcc1 (>= 1:4.1.1), libgssapi3-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libpbs-cache, libstdc++6 (>= 4.1.1), base-files (>= 6) Conflicts: libtorque2 Filename: pool/main/libtorque-meta2_2.4.163+deb7_amd64.deb Size: 368300 MD5sum: 6ff8235acc5ab594b322b38fe75d4423 SHA1: 60587c10f91fc8941ee60f4657e34dda6bc609fc SHA256: c5d7d30289e1b9cbd88d3bdcc00e921042dc480502e58dac47ba5c74002f6f49 Section: extra Priority: Priority Homepage: http://www.clusterresources.com/pages/products/torque/ Description: shared library for Torque client and server The TORQUE server dispatches jobs across physically separated machines. It may also be beneficial for single machines to organise the sequential execution of multiple jobs. . Clients, mom and server all share a certain set of shared libraries that are combined in this library. Package: libtorque-meta2-dev Source: torque-meta Version: 2.4.163+deb7 Architecture: amd64 Maintainer: Simon Toth Installed-Size: 257 Depends: libtorque-meta2 (= 2.4.163+deb7), base-files (>= 6) Conflicts: libtorque-meta-dev, libtorque2-dev Provides: libtorque-meta-dev Filename: pool/main/libtorque-meta2-dev_2.4.163+deb7_amd64.deb Size: 160268 MD5sum: 0adc1cfa2b1639b35db8776de2faac40 SHA1: 995d8b3aea874c8b89071cb3f2fe4f3a65a014db SHA256: 92df7bf79534231f6a168cb9ca891a3b6bbd25f878dd5f1d4ccfe82bb5813a4d Section: extra Priority: Priority Homepage: http://www.clusterresources.com/pages/products/torque/ Description: header files for libtorque2 The TORQUE server dispatches jobs across physically separated machines. It may also be beneficial for single machines to organise the sequential execution of multiple jobs. . This package includes the header files and static libraries necessary for developing programs which will use torque. Package: libwind0-heimdal Source: heimdal Version: 1.6~git20120403+dfsg1-2+zs2 Architecture: amd64 Maintainer: Brian May Installed-Size: 194 Pre-Depends: multiarch-support Depends: libc6 (>= 2.3.4), libcomerr2 (>= 1.01), libroken18-heimdal (>= 1.4.0+git20110226) Filename: pool/main/libwind0-heimdal_1.6~git20120403+dfsg1-2+zs2_amd64.deb Size: 99836 MD5sum: c5ab53d6aec161b2deb8ccd955edb20b SHA1: aca37a72a3f5be20b43f03dbc3adbe01e9626e3a SHA256: 17b9c21c3150c0c649cda22b43015ad7eeee3ad9a42787417746bd4d60c84e3c Section: extra Priority: Priority Multi-Arch: same Homepage: http://www.h5l.org/ Description: Heimdal Kerberos - stringprep implementation Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos. Package: libxen-4.1 Source: xen Version: 4.1.4-3+deb7u5+zs1 Architecture: amd64 Maintainer: Debian Xen Team Installed-Size: 343 Depends: libbz2-1.0, libc6 (>= 2.2.5), liblzma5 (>= 5.1.1alpha+20120614), zlib1g (>= 1:1.1.4) Filename: pool/main/libxen-4.1_4.1.4-3+deb7u5+zs1_amd64.deb Size: 141416 MD5sum: a24212c0c8220e33306cbc6d68f782ba SHA1: 939f416a0b60ca63111f10945cb7cbb722e58b29 SHA256: 11d599d758cc93112a719dc22aa58c6cd2e81dac84812bff1ba465acb175678c Section: extra Priority: Priority Description: Public libs for Xen This package contains the shared libraries for Xen. Package: libxen-4.2 Source: xen Version: 4.2.0~rc2-1+zs5 Architecture: amd64 Maintainer: Debian Xen Team Installed-Size: 332 Depends: libbz2-1.0, libc6 (>= 2.2.5), liblzma2 (>= 4.999.9beta), zlib1g (>= 1:1.1.4) Filename: pool/main/libxen-4.2_4.2.0~rc2-1+zs5_amd64.deb Size: 147370 MD5sum: c6323338565269f84a79df07a267ef9c SHA1: f182986c06bb56eb0dfe7a6763640f0c6600a4fa SHA256: 615b479ab43f205ba70ef32ce38ae49a7e979325111916969103b4343a975104 Section: extra Priority: Priority Description: Public libs for Xen This package contains the shared libraries for Xen. Package: libxen-dev Source: xen Version: 4.2.0~rc2-1+zs5 Architecture: amd64 Maintainer: Debian Xen Team Installed-Size: 1163 Depends: libxen-4.2 (= 4.2.0~rc2-1+zs5), libxenstore3.0 (= 4.2.0~rc2-1+zs5) Filename: pool/main/libxen-dev_4.2.0~rc2-1+zs5_amd64.deb Size: 316780 MD5sum: ce11166acd1ffd666b771ecef29d9c0f SHA1: 5d0c55348474ac423bbe5a68bb717a44e1324413 SHA256: 0d9a5c2c0bb15dac8a5ceebc478498fa4bcad28b795b5a9e052ddcbf370ba2ff Section: extra Priority: Priority Description: Public headers and libs for Xen This package contains the public headers and static libraries for Xen. Package: libxen-ocaml Source: xen Version: 4.2.0~rc2-1+zs5 Architecture: amd64 Maintainer: Debian Xen Team Installed-Size: 162 Depends: libc6 (>= 2.2.5), ocaml-base-nox-3.11.2 Provides: libxen-ocaml-4i269 Filename: pool/main/libxen-ocaml_4.2.0~rc2-1+zs5_amd64.deb Size: 64896 MD5sum: 43176803723e76ac3866fe92400ee5ce SHA1: 756445bd3fe7ffa9710f40c5cb61641ca90fad4f SHA256: e409e6b346ed774db97dbdeb328feb0587f7291fe3b8f7940199d2301870718a Section: extra Priority: Priority Description: OCaml libraries for controlling Xen This package contains the runtime libraries required for the ocaml bindings to the Xen control libraries. Package: libxen-ocaml-dev Source: xen Version: 4.2.0~rc2-1+zs5 Architecture: amd64 Maintainer: Debian Xen Team Installed-Size: 293 Depends: libxen-ocaml (= 4.2.0~rc2-1+zs5), libxen-dev (= 4.2.0~rc2-1+zs5), ocaml-nox-3.11.2 Provides: libxen-ocaml-dev-4i269 Filename: pool/main/libxen-ocaml-dev_4.2.0~rc2-1+zs5_amd64.deb Size: 92070 MD5sum: e4a13d48eed8636c2c5b98ad4219408e SHA1: c540c75acbf70f2ee375b53e6782f8e4d4022bfb SHA256: 3b11f71d863eae355ef99b526af92c3723734762490b7eae2f3e7579e416c09b Section: extra Priority: Priority Description: OCaml libraries for controlling Xen (devel package) This package contains the ocaml findlib packages for compiling applications that are designed to control the Xen hypervisor. Package: libxenstore3.0 Source: xen Version: 4.2.0~rc2-1+zs5 Architecture: amd64 Maintainer: Debian Xen Team Installed-Size: 50 Depends: libc6 (>= 2.7) Filename: pool/main/libxenstore3.0_4.2.0~rc2-1+zs5_amd64.deb Size: 29014 MD5sum: ab7fd29f7d4b1e592ff7eb13f041f570 SHA1: abe7d2ea5fa01d8afbbb64bc2c2a8508e148d5b1 SHA256: ce0610176c1452a8f25b52ec1339b5ea9c54792b343e2f75f03fad7a7988c4d7 Section: extra Priority: Priority Description: Xenstore communications library for Xen This package contains the public libxenstore. Package: libyajl1 Source: yajl Version: 1.0.8-1 Architecture: amd64 Maintainer: John Stamp Installed-Size: 64 Depends: libc6 (>= 2.2.5) Filename: pool/main/libyajl1_1.0.8-1_amd64.deb Size: 19472 MD5sum: 61e7a113468e40223070355ee9180812 SHA1: 6d7308dd05b3e83b8f0c75b89c0b2b038c10d5f4 SHA256: 2b2a51cd560283f9ae88af6f90cad94defca153de3692f49b5a7cd8dad9d98eb Section: extra Priority: Priority Homepage: http://lloyd.github.com/yajl/ Description: Yet Another JSON Library A small, fast library for parsing JavaScript Object Notation (JSON). It supports incremental parsing from a stream and leaves data representation to higher level code. Package: linux-doc-3.2 Source: linux Version: 3.2.68-1+deb7u3~bpo60+1+zs2 Architecture: all Maintainer: Debian Kernel Team Installed-Size: 22706 Filename: pool/main/linux-doc-3.2_3.2.68-1+deb7u3~bpo60+1+zs2_all.deb Size: 6434686 MD5sum: 77bef554339ef398cc57be9daef0b8b6 SHA1: d72aaa5085c9b0128b528bdd06ba51e2ad05eedc SHA256: e87781a53d1dd1b3398574fcab3eb5b2bc1232880f8946713681629568fa41e4 Section: extra Priority: Priority Description: Linux kernel specific documentation for version 3.2 This package provides the various README files and HTML documentation for the Linux kernel version 3.2. Plenty of information, including the descriptions of various kernel subsystems, filesystems, driver-specific notes and the like. Consult the file /usr/share/doc/linux-doc-3.2/Documentation/00-INDEX for the detailed description of the contents. Package: linux-headers-3.2.0-0.bpo.3-all Source: linux Version: 3.2.23-1~bpo60+2+zs1 Architecture: amd64 Maintainer: Debian Kernel Team Installed-Size: 176 Depends: linux-headers-3.2.0-0.bpo.3-all-amd64 (= 3.2.23-1~bpo60+2+zs1) Filename: pool/main/linux-headers-3.2.0-0.bpo.3-all_3.2.23-1~bpo60+2+zs1_amd64.deb Size: 181102 MD5sum: 3cbaa040c601eaf557c6cf02fe5ed6ff SHA1: 9d5a4958e9eb328c7ae2761e59606a7ff2194db5 SHA256: 61db59124eec5d3a1bc037ca96fac1a2ddf4a1197c2d8096c4aa11d5a312123d Section: extra Priority: Priority Description: All header files for Linux 3.2 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 3.2, generally used for building out-of-tree kernel modules. Package: linux-headers-3.2.0-0.bpo.3-all-amd64 Source: linux Version: 3.2.23-1~bpo60+2+zs1 Architecture: amd64 Maintainer: Debian Kernel Team Installed-Size: 176 Depends: linux-headers-3.2.0-0.bpo.3-amd64 (= 3.2.23-1~bpo60+2+zs1), linux-headers-3.2.0-0.bpo.3-rt-amd64 (= 3.2.23-1~bpo60+2+zs1) Filename: pool/main/linux-headers-3.2.0-0.bpo.3-all-amd64_3.2.23-1~bpo60+2+zs1_amd64.deb Size: 181116 MD5sum: bdd410b3b3bf67253daf9e2a91f69616 SHA1: 7055f94410d72f43e9e7ad0ef2abab5e85d34c49 SHA256: ac1f8ea27983c7631ea632bf5cb80953a214417925615b901c2f3d9e9bc0f6ea Section: extra Priority: Priority Description: All header files for Linux 3.2 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 3.2, generally used for building out-of-tree kernel modules. Package: linux-headers-3.2.0-0.bpo.3-amd64 Source: linux Version: 3.2.23-1~bpo60+2+zs1 Architecture: amd64 Maintainer: Debian Kernel Team Installed-Size: 2766 Depends: linux-headers-3.2.0-0.bpo.3-common (= 3.2.23-1~bpo60+2+zs1), linux-kbuild-3.2, gcc-4.4 Provides: linux-headers Filename: pool/main/linux-headers-3.2.0-0.bpo.3-amd64_3.2.23-1~bpo60+2+zs1_amd64.deb Size: 578036 MD5sum: 0fb0f0fdb4c6e0735f311a3de7c4708e SHA1: 0d9ee3edad198bdc0dadd6188f4eaf72d16ade11 SHA256: 54d813d66af8119f943d15ea8bd6a11b019f27353eff4938cd6df692e58da6aa Section: extra Priority: Priority Description: Header files for Linux 3.2.0-0.bpo.3-amd64 This package provides the architecture-specific kernel header files for Linux kernel 3.2.0-0.bpo.3-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-3.2.0-0.bpo.3-amd64, and can be used for building modules that load into the kernel provided by the linux-image-3.2.0-0.bpo.3-amd64 package. Package: linux-headers-3.2.0-0.bpo.3-common Source: linux Version: 3.2.23-1~bpo60+2+zs1 Architecture: amd64 Maintainer: Debian Kernel Team Installed-Size: 17214 Filename: pool/main/linux-headers-3.2.0-0.bpo.3-common_3.2.23-1~bpo60+2+zs1_amd64.deb Size: 3522776 MD5sum: cbbfed8fa0727958143acd0b73205a40 SHA1: 1cc2b5dabb9e3e68c2bcb333e7795043f9bd8a8a SHA256: b69554ce3778ee971331f9cfb67c1280378fb0c47692eb2f35c3266b418034b8 Section: extra Priority: Priority Description: Common header files for Linux 3.2.0-0.bpo.3 This package provides the architecture-specific common kernel header files for Linux kernel version 3.2.0-0.bpo.3, generally used for building out-of-tree kernel modules. To obtain a complete set of headers you also need to install the linux-headers-3.2.0-0.bpo.3-(flavour) package, matching the flavour of the kernel you intend the build for. Package: linux-headers-3.2.0-0.bpo.3-common-rt Source: linux Version: 3.2.23-1~bpo60+2+zs1 Architecture: amd64 Maintainer: Debian Kernel Team Installed-Size: 17255 Filename: pool/main/linux-headers-3.2.0-0.bpo.3-common-rt_3.2.23-1~bpo60+2+zs1_amd64.deb Size: 3529290 MD5sum: 641984f6a10b22c066c685165da20665 SHA1: 29d6f38e7b3bc24aea5cedd324a09e23f5523487 SHA256: ce4f541f9f01d05a6d394f53d10b0ad81a2126fad93022308aa185a9b9935650 Section: extra Priority: Priority Description: Common header files for Linux 3.2.0-0.bpo.3-rt This package provides the architecture-specific common kernel header files for Linux kernel version 3.2.0-0.bpo.3-rt, generally used for building out-of-tree kernel modules. To obtain a complete set of headers you also need to install the linux-headers-3.2.0-0.bpo.3-(flavour) package, matching the flavour of the kernel you intend the build for. Package: linux-headers-3.2.0-0.bpo.3-rt-amd64 Source: linux Version: 3.2.23-1~bpo60+2+zs1 Architecture: amd64 Maintainer: Debian Kernel Team Installed-Size: 2774 Depends: linux-headers-3.2.0-0.bpo.3-common-rt (= 3.2.23-1~bpo60+2+zs1), linux-kbuild-3.2, gcc-4.4 Provides: linux-headers Filename: pool/main/linux-headers-3.2.0-0.bpo.3-rt-amd64_3.2.23-1~bpo60+2+zs1_amd64.deb Size: 577732 MD5sum: b245ca23d0d1266e5018c75205fdf9cb SHA1: 94b50e6c476bd6a5219bd0bdf8db1907fe95c01d SHA256: 3f980ba1269d73a2e435adf2fb26fc3eb899fdbce45c875f2621c0550c167c1e Section: extra Priority: Priority Description: Header files for Linux 3.2.0-0.bpo.3-rt-amd64 This package provides the architecture-specific kernel header files for Linux kernel 3.2.0-0.bpo.3-rt-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-3.2.0-0.bpo.3-rt-amd64, and can be used for building modules that load into the kernel provided by the linux-image-3.2.0-0.bpo.3-rt-amd64 package. Package: linux-headers-3.2.0-0.bpo.4-all Source: linux Version: 3.2.68-1+deb7u3~bpo60+1+zs2 Architecture: amd64 Maintainer: Debian Kernel Team Installed-Size: 225 Depends: linux-headers-3.2.0-0.bpo.4-all-amd64 (= 3.2.68-1+deb7u3~bpo60+1+zs2) Filename: pool/main/linux-headers-3.2.0-0.bpo.4-all_3.2.68-1+deb7u3~bpo60+1+zs2_amd64.deb Size: 230586 MD5sum: f93bb5eb9a8c84dd84340e56abeacd71 SHA1: cfa551b319bcf90011fbf3110dcba14e887981cb SHA256: b38272d165232df81c5e29fe95b5d115991f219e8f0f353141253114e66ac010 Section: extra Priority: Priority Description: All header files for Linux 3.2 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 3.2, generally used for building out-of-tree kernel modules. Package: linux-headers-3.2.0-0.bpo.4-all-amd64 Source: linux Version: 3.2.68-1+deb7u3~bpo60+1+zs2 Architecture: amd64 Maintainer: Debian Kernel Team Installed-Size: 225 Depends: linux-headers-3.2.0-0.bpo.4-amd64 (= 3.2.68-1+deb7u3~bpo60+1+zs2), linux-headers-3.2.0-0.bpo.4-rt-amd64 (= 3.2.68-1+deb7u3~bpo60+1+zs2) Filename: pool/main/linux-headers-3.2.0-0.bpo.4-all-amd64_3.2.68-1+deb7u3~bpo60+1+zs2_amd64.deb Size: 230598 MD5sum: 352214b56cb85cbd9ff082725ca2a714 SHA1: 9dc8a9a3fcf2fdbf99a2d5e1222dcd1030537904 SHA256: fb309ff12a4c2a6016582ad8ced2eace8a9183bcc3081d2b37101ebde436b24f Section: extra Priority: Priority Description: All header files for Linux 3.2 (meta-package) This package depends against all architecture-specific kernel header files for Linux kernel version 3.2, generally used for building out-of-tree kernel modules. Package: linux-headers-3.2.0-0.bpo.4-amd64 Source: linux Version: 3.2.68-1+deb7u3~bpo60+1+zs2 Architecture: amd64 Maintainer: Debian Kernel Team Installed-Size: 2827 Depends: linux-headers-3.2.0-0.bpo.4-common (= 3.2.68-1+deb7u3~bpo60+1+zs2), linux-kbuild-3.2, gcc-4.4 Provides: linux-headers Filename: pool/main/linux-headers-3.2.0-0.bpo.4-amd64_3.2.68-1+deb7u3~bpo60+1+zs2_amd64.deb Size: 634484 MD5sum: 6349557c8a135ff324bb064a88ac1112 SHA1: f3981ee2a0af2a356f20c0c3e2e982bd23bfc886 SHA256: d46dc4e3a21f08c7c8fca0e8b271ab4fdfd7e19932bb52166936e92da0a39fc5 Section: extra Priority: Priority Description: Header files for Linux 3.2.0-0.bpo.4-amd64 This package provides the architecture-specific kernel header files for Linux kernel 3.2.0-0.bpo.4-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-3.2.0-0.bpo.4-amd64, and can be used for building modules that load into the kernel provided by the linux-image-3.2.0-0.bpo.4-amd64 package. Package: linux-headers-3.2.0-0.bpo.4-common Source: linux Version: 3.2.68-1+deb7u3~bpo60+1+zs2 Architecture: amd64 Maintainer: Debian Kernel Team Installed-Size: 17359 Filename: pool/main/linux-headers-3.2.0-0.bpo.4-common_3.2.68-1+deb7u3~bpo60+1+zs2_amd64.deb Size: 3589354 MD5sum: 804ff536d68205cfd64be5a427e0cbaa SHA1: 277be8c5b8f6349bdf09587322dc3977218cf4e4 SHA256: 9d55766873c4ab6c9aa34071fe7d250c00db23eea6b05d9fa2915a956a1bd16b Section: extra Priority: Priority Description: Common header files for Linux 3.2.0-0.bpo.4 This package provides the architecture-specific common kernel header files for Linux kernel version 3.2.0-0.bpo.4, generally used for building out-of-tree kernel modules. To obtain a complete set of headers you also need to install the linux-headers-3.2.0-0.bpo.4-(flavour) package, matching the flavour of the kernel you intend the build for. Package: linux-headers-3.2.0-0.bpo.4-common-rt Source: linux Version: 3.2.41-2+deb7u2~bpo60+1+zs4 Architecture: amd64 Maintainer: Debian Kernel Team Installed-Size: 17337 Filename: pool/main/linux-headers-3.2.0-0.bpo.4-common-rt_3.2.41-2+deb7u2~bpo60+1+zs4_amd64.deb Size: 3555408 MD5sum: 10ed6a771997853d77ed9cf4276a959f SHA1: 43bb64ef7d343e5c41f3c4af83feadd6e3f76e87 SHA256: 7e6177354b367761b2a9b01a823800a3f900caf0cb78b00c8ab9eabafcd8f597 Section: extra Priority: Priority Description: Common header files for Linux 3.2.0-0.bpo.4-rt This package provides the architecture-specific common kernel header files for Linux kernel version 3.2.0-0.bpo.4-rt, generally used for building out-of-tree kernel modules. To obtain a complete set of headers you also need to install the linux-headers-3.2.0-0.bpo.4-(flavour) package, matching the flavour of the kernel you intend the build for. Package: linux-headers-3.2.0-0.bpo.4-rt-amd64 Source: linux Version: 3.2.41-2+deb7u2~bpo60+1+zs4 Architecture: amd64 Maintainer: Debian Kernel Team Installed-Size: 2801 Depends: linux-headers-3.2.0-0.bpo.4-common-rt (= 3.2.41-2+deb7u2~bpo60+1+zs4), linux-kbuild-3.2, gcc-4.4 Provides: linux-headers Filename: pool/main/linux-headers-3.2.0-0.bpo.4-rt-amd64_3.2.41-2+deb7u2~bpo60+1+zs4_amd64.deb Size: 595734 MD5sum: c2a77498e6b168e6e8f37fa369c09912 SHA1: 6102f81494cb775e0d6094a0a03bfe0b2b525267 SHA256: eb848302c53b436f58a6aa57a5996d8699bcfe2d256f7ae3643e816b953af5dd Section: extra Priority: Priority Description: Header files for Linux 3.2.0-0.bpo.4-rt-amd64 This package provides the architecture-specific kernel header files for Linux kernel 3.2.0-0.bpo.4-rt-amd64, generally used for building out-of-tree kernel modules. These files are going to be installed into /usr/src/linux-headers-3.2.0-0.bpo.4-rt-amd64, and can be used for building modules that load into the kernel provided by the linux-image-3.2.0-0.bpo.4-rt-amd64 package. Package: linux-image-3.2.0-0.bpo.3-amd64 Source: linux Version: 3.2.23-1~bpo60+2+zs1 Architecture: amd64 Maintainer: Debian Kernel Team Installed-Size: 104043 Pre-Depends: debconf | debconf-2.0 Depends: kmod | module-init-tools, linux-base (>= 3~), initramfs-tools (>= 0.99~) | linux-initramfs-tool Recommends: firmware-linux-free (>= 3~) Suggests: linux-doc-3.2, debian-kernel-handbook, grub-pc | extlinux | lilo Breaks: at (<< 3.1.12-1+squeeze1), initramfs-tools (<< 0.99~) Provides: linux-image, linux-modules-3.2.0-0.bpo.3-amd64 Filename: pool/main/linux-image-3.2.0-0.bpo.3-amd64_3.2.23-1~bpo60+2+zs1_amd64.deb Size: 23380912 MD5sum: dd2baa44b0acb5097472f0fb6e518975 SHA1: c565a229cd8b543d553e7a2b819fcc0b661d4d03 SHA256: d4e6cd36e67c137b69f3c3b9b84cb5ea85120f8b6b2f884d8cd1b1147319f457 Section: extra Priority: Priority Description: Linux 3.2 for 64-bit PCs The Linux kernel 3.2 and modules for use on PCs with AMD64 or Intel 64 processors. . This kernel also runs on a Xen hypervisor. It supports both privileged (dom0) and unprivileged (domU) operation. Package: linux-image-3.2.0-0.bpo.3-amd64-dbg Source: linux Version: 3.2.23-1~bpo60+2+zs1 Architecture: amd64 Maintainer: Debian Kernel Team Installed-Size: 1737798 Depends: linux-image-3.2.0-0.bpo.3-amd64 Filename: pool/main/linux-image-3.2.0-0.bpo.3-amd64-dbg_3.2.23-1~bpo60+2+zs1_amd64.deb Size: 244823758 MD5sum: 6e2f884a9efab6a69f9cbed2262bbb4a SHA1: ebf9f2659b85ffcd9be7fe2bfd419ea00541593f SHA256: 8702dd6db495e9f4c191ef1354809e8ce4deaa06a41ea5ae6178fb3a0a596e1f Section: extra Priority: Priority Description: Debugging infos for Linux 3.2.0-0.bpo.3-amd64 This package provides the binary debug image and pre-built debug loadable modules for Linux kernel 3.2 on PCs with AMD64 or Intel 64 processors machines. Package: linux-image-3.2.0-0.bpo.3-rt-amd64 Source: linux Version: 3.2.23-1~bpo60+2+zs1 Architecture: amd64 Maintainer: Debian Kernel Team Installed-Size: 106715 Pre-Depends: debconf | debconf-2.0 Depends: kmod | module-init-tools, linux-base (>= 3~), initramfs-tools (>= 0.99~) | linux-initramfs-tool Recommends: firmware-linux-free (>= 3~) Suggests: linux-doc-3.2, debian-kernel-handbook, grub-pc | extlinux | lilo Breaks: at (<< 3.1.12-1+squeeze1), initramfs-tools (<< 0.99~) Provides: linux-image, linux-modules-3.2.0-0.bpo.3-rt-amd64 Filename: pool/main/linux-image-3.2.0-0.bpo.3-rt-amd64_3.2.23-1~bpo60+2+zs1_amd64.deb Size: 23644308 MD5sum: eb81b248b9438a0e663c62796bbafe09 SHA1: 5e4e1e8aca0e5393041a9ba1fe4fa1d2fb67d82c SHA256: f1d55a6272a25b89c7498a39a0086228a111cddb18a73bd08703d827707580f3 Section: extra Priority: Priority Description: Linux 3.2 for 64-bit PCs, PREEMPT_RT The Linux kernel 3.2 and modules for use on PCs with AMD64 or Intel 64 processors. . This kernel includes the PREEMPT_RT realtime patch set. Package: linux-image-3.2.0-0.bpo.3-rt-amd64-dbg Source: linux Version: 3.2.23-1~bpo60+2+zs1 Architecture: amd64 Maintainer: Debian Kernel Team Installed-Size: 1735659 Depends: linux-image-3.2.0-0.bpo.3-rt-amd64 Filename: pool/main/linux-image-3.2.0-0.bpo.3-rt-amd64-dbg_3.2.23-1~bpo60+2+zs1_amd64.deb Size: 243308698 MD5sum: aed93f5cc4f7e87c02963251a22db94e SHA1: e75a9e72f33a4601271000808fafaac5065be044 SHA256: cc715ef0855846543484f7e6472ca339d6a20ce225b9ea5dbc4a08bf10f61977 Section: extra Priority: Priority Description: Debugging infos for Linux 3.2.0-0.bpo.3-rt-amd64 This package provides the binary debug image and pre-built debug loadable modules for Linux kernel 3.2 on PCs with AMD64 or Intel 64 processors machines. Package: linux-image-3.2.0-0.bpo.4-amd64 Source: linux Version: 3.2.68-1+deb7u3~bpo60+1+zs2 Architecture: amd64 Maintainer: Debian Kernel Team Installed-Size: 105028 Pre-Depends: debconf | debconf-2.0 Depends: kmod | module-init-tools, linux-base (>= 3~), initramfs-tools (>= 0.99~) | linux-initramfs-tool Recommends: firmware-linux-free (>= 3~) Suggests: linux-doc-3.2, debian-kernel-handbook, grub-pc | extlinux | lilo Breaks: at (<< 3.1.12-1+squeeze1), initramfs-tools (<< 0.99~) Provides: linux-image, linux-modules-3.2.0-0.bpo.4-amd64 Filename: pool/main/linux-image-3.2.0-0.bpo.4-amd64_3.2.68-1+deb7u3~bpo60+1+zs2_amd64.deb Size: 23623818 MD5sum: ca187a714372ff5a6c64ca012a57843d SHA1: 14ee43d248934f6b009b4c1a8a68e19898e937df SHA256: 96fb6df01c60e9b29cc5c3c08ca96c85f2c311f6a6d476c7059cb255d4a17627 Section: extra Priority: Priority Description: Linux 3.2 for 64-bit PCs The Linux kernel 3.2 and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. . This kernel also runs on a Xen hypervisor. It supports both privileged (dom0) and unprivileged (domU) operation. Package: linux-image-3.2.0-0.bpo.4-amd64-dbg Source: linux Version: 3.2.68-1+deb7u3~bpo60+1+zs2 Architecture: amd64 Maintainer: Debian Kernel Team Installed-Size: 1757570 Depends: linux-image-3.2.0-0.bpo.4-amd64 Filename: pool/main/linux-image-3.2.0-0.bpo.4-amd64-dbg_3.2.68-1+deb7u3~bpo60+1+zs2_amd64.deb Size: 247385540 MD5sum: c8fea510450dafe875f0956dca24c85f SHA1: 3588cc10d5eb8daee61bf4132f77dd0a28841517 SHA256: 5b06aa2f5e39e3f86e5be8e7239f609bd786094bdf283d2ce66b6b4662986909 Section: extra Priority: Priority Description: Debugging symbols for Linux 3.2.0-0.bpo.4-amd64 This package provides the detached debugging symbols for the Linux kernel and modules in linux-image-3.2.0-0.bpo.4-amd64. Package: linux-image-3.2.0-0.bpo.4-rt-amd64 Source: linux Version: 3.2.41-2+deb7u2~bpo60+1+zs4 Architecture: amd64 Maintainer: Debian Kernel Team Installed-Size: 107465 Pre-Depends: debconf | debconf-2.0 Depends: kmod | module-init-tools, linux-base (>= 3~), initramfs-tools (>= 0.99~) | linux-initramfs-tool Recommends: firmware-linux-free (>= 3~) Suggests: linux-doc-3.2, debian-kernel-handbook, grub-pc | extlinux | lilo Breaks: at (<< 3.1.12-1+squeeze1), initramfs-tools (<< 0.99~) Provides: linux-image, linux-modules-3.2.0-0.bpo.4-rt-amd64 Filename: pool/main/linux-image-3.2.0-0.bpo.4-rt-amd64_3.2.41-2+deb7u2~bpo60+1+zs4_amd64.deb Size: 23796754 MD5sum: 47077827c71e18d0903996d8822c015d SHA1: d3ddfa05e234f57e498a2b0a571e438be882e980 SHA256: 7632f320035515a23fe75ad5f607d7dc9f43dcad3803df917c07dba3d094f6b1 Section: extra Priority: Priority Description: Linux 3.2 for 64-bit PCs, PREEMPT_RT The Linux kernel 3.2 and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. . This kernel includes the PREEMPT_RT realtime patch set. Package: linux-image-3.2.0-0.bpo.4-rt-amd64-dbg Source: linux Version: 3.2.41-2+deb7u2~bpo60+1+zs4 Architecture: amd64 Maintainer: Debian Kernel Team Installed-Size: 1752650 Depends: linux-image-3.2.0-0.bpo.4-rt-amd64 Filename: pool/main/linux-image-3.2.0-0.bpo.4-rt-amd64-dbg_3.2.41-2+deb7u2~bpo60+1+zs4_amd64.deb Size: 245234588 MD5sum: c397ae311b9d07cc1c55ca777e2bac8a SHA1: 248549c7bd3a24fd4462049c510ddb9ca2841357 SHA256: 11a9cb3f58f5457bd30be4911317079cbd8979846d7700c4c9e30a0f37201fe4 Section: extra Priority: Priority Description: Debugging symbols for Linux 3.2.0-0.bpo.4-rt-amd64 This package provides the detached debugging symbols for the Linux kernel and modules in linux-image-3.2.0-0.bpo.4-rt-amd64. Package: linux-libc-dev Source: linux Version: 3.2.68-1+deb7u3~bpo60+1+zs2 Architecture: amd64 Maintainer: Debian Kernel Team Installed-Size: 2831 Conflicts: linux-kernel-headers Replaces: linux-kernel-headers Provides: linux-kernel-headers Filename: pool/main/linux-libc-dev_3.2.68-1+deb7u3~bpo60+1+zs2_amd64.deb Size: 839386 MD5sum: 60a749410fbab48e20ada7a95d737a5e SHA1: 2f6c9d9aca64d1d1909172ccbe447e710eed057e SHA256: 90c58622f395b035468b361681a9b5975d117cd228a1fec7e7a765c4ef241877 Section: extra Priority: Priority Description: Linux support headers for userspace development This package provides userspaces headers from the Linux kernel. These headers are used by the installed headers for GNU libc and other system libraries. Package: linux-manual-3.2 Source: linux Version: 3.2.68-1+deb7u3~bpo60+1+zs2 Architecture: all Maintainer: Debian Kernel Team Installed-Size: 3163 Conflicts: linux-manual Replaces: linux-manual Provides: linux-manual Filename: pool/main/linux-manual-3.2_3.2.68-1+deb7u3~bpo60+1+zs2_all.deb Size: 2961712 MD5sum: 693d259f7ec00dd1898b4784c6112e69 SHA1: b4f88675d229bafedb7cbae8ca1bad291c6e8b1a SHA256: 25556dbae8ade5258f0c4f8bbe4ef22299b40a7ae260238da154885ff0aa7b21 Section: extra Priority: Priority Description: Linux kernel API manual pages for version 3.2 This package provides the Kernel Hacker's Guide in the form of manual pages, describing the kernel API functions. They are installed into section 9 of the manual. . As the files containing manual pages for different kernel versions are installed in the same location, only one linux-manual package may be installed at a time. The linux-doc package containing the documentation in other formats is free from such restriction. Package: linux-source-3.2 Source: linux Version: 3.2.68-1+deb7u3~bpo60+1+zs2 Architecture: all Maintainer: Debian Kernel Team Installed-Size: 140420 Depends: binutils, bzip2 Recommends: libc6-dev | libc-dev, gcc, make Suggests: libncurses-dev | ncurses-dev, libqt4-dev, pkg-config Provides: linux-source Filename: pool/main/linux-source-3.2_3.2.68-1+deb7u3~bpo60+1+zs2_all.deb Size: 143735006 MD5sum: a7ce15d841d86556e94b6d1c39e9f820 SHA1: 210542517f8a4627ab6cf2bf87f58fef500cf5e9 SHA256: b92948710a4cdbef8541b5cc702088d3bd91c29eb03e200b3e864afdd24dc9a1 Section: extra Priority: Priority Description: Linux kernel source for version 3.2 with Debian patches This package provides source code for the Linux kernel version 3.2. This source closely tracks official Linux kernel releases. Debian's modifications to that source consist of security fixes, bug fixes, and features that have already been (or are believed to be) accepted by the upstream maintainers. Package: linux-support-3.2.0-0.bpo.3 Source: linux Version: 3.2.23-1~bpo60+2+zs1 Architecture: all Maintainer: Debian Kernel Team Installed-Size: 242 Depends: python (>= 2.6.6-3+squeeze3~) Filename: pool/main/linux-support-3.2.0-0.bpo.3_3.2.23-1~bpo60+2+zs1_all.deb Size: 196300 MD5sum: a3704573a0841d0bf7436c942de33b21 SHA1: 36c4622b40630ffc09d4aaafe3a99ec65fee1808 SHA256: 0794a3bac7eb9ce6de3b9714f38744a2f391e6bec9b34dbf37c79a2e353936d9 Section: extra Priority: Priority Description: Support files for Linux 3.2 This package provides support files for the Linux kernel build, e.g. scripts to handle ABI information and for generation of build system meta data. Package: linux-support-3.2.0-0.bpo.4 Source: linux Version: 3.2.68-1+deb7u3~bpo60+1+zs2 Architecture: all Maintainer: Debian Kernel Team Installed-Size: 293 Depends: python (>= 2.6.6-3+squeeze3~) Filename: pool/main/linux-support-3.2.0-0.bpo.4_3.2.68-1+deb7u3~bpo60+1+zs2_all.deb Size: 246610 MD5sum: da99de3138dcad1dea09f53720f5505f SHA1: aed5c9a1c434c476d47a5f53ec21559d58be4e6a SHA256: 92b34b237c5e28e48cc6c69dcddce60b61db162d4f2dcf297db3bfb08320859f Section: extra Priority: Priority Description: Support files for Linux 3.2 This package provides support files for the Linux kernel build, e.g. scripts to handle ABI information and for generation of build system meta data. Package: magrathea-master Source: magrathea Version: 3.42+deb7+xen42 Architecture: amd64 Maintainer: Miroslav Ruda Installed-Size: 400 Depends: libc6 (>= 2.7) Conflicts: magrathea Replaces: magrathea Filename: pool/main/magrathea-master_3.42+deb7+xen42_amd64.deb Size: 159590 MD5sum: 64ecc8b4b9b5978514205b2389cc9cac SHA1: 80a04d3c53b18fa7906c1761b5dd70cbe7eedc61 SHA256: e260621f14d915ef772e92395d04f9b57906d4b719780762b431d82f7b59d66d Section: extra Priority: Priority Description: Magrathea master Package: magrathea-slave Source: magrathea Version: 3.42+deb7+xen42 Architecture: amd64 Maintainer: Miroslav Ruda Installed-Size: 147 Depends: libc6 (>= 2.3.4) Conflicts: magrathea Replaces: magrathea Filename: pool/main/magrathea-slave_3.42+deb7+xen42_amd64.deb Size: 64176 MD5sum: 61df341a052ae6fc00d4bb03eaeac0b5 SHA1: 2f3f1f914514c71e4b81ed584d4a5f33f7586be6 SHA256: daeb98359d0745509e6aa95aae826bb5ed8f770028b004c2948d995709d79f5e Section: extra Priority: Priority Description: Magrathea slave Package: megacli Version: 8.07.14-1 Architecture: amd64 Maintainer: Adam Cécile (Le_Vert) Installed-Size: 6719 Depends: libc6 (>= 2.3), libgcc1 (>= 1:4.1.1), libncurses5 (>= 5.5-5~), libstdc++6 (>= 4.1.1) Conflicts: megaclisas Replaces: megaclisas Provides: megaclisas Filename: pool/main/megacli_8.07.14-1_amd64.deb Size: 4425760 MD5sum: 4d56ce442fcec3c825fb4385a9174549 SHA1: 9436039e3eeff2c90df7839bd16bc6bdd165c983 SHA256: 68d566b4123179e4f24a03ddf9b3b2cabf863992dbeb6919f688ac6e49d27edc Section: extra Priority: Priority Homepage: http://www.lsi.com/support/Pages/Download-Results.aspx?keyword=megacli Description: LSI Logic MegaRAID SAS MegaCLI Tool to read and setup LSI Logic MegaRAID SAS HW RAID HBAs. Package: memtest86+ Version: 4.20-1.1+zs1 Architecture: amd64 Maintainer: Yann Dirson Installed-Size: 2576 Depends: debconf (>= 0.5) | debconf-2.0 Suggests: hwtools, memtester, kernel-patch-badram, memtest86, grub-pc | grub-legacy, mtools Filename: pool/main/memtest86+_4.20-1.1+zs1_amd64.deb Size: 355876 MD5sum: ee138b3745946117d3a73ae7fb4c075d SHA1: bc96f859bcab5a839a4cd7bdb4d0170e5c6cf994 SHA256: 13a327759d3d3dbcd2800bb76b6caac85c151111e3fbfd1577702d8425906ca5 Section: extra Priority: Priority Homepage: http://www.memtest.org/ Description: thorough real-mode memory tester Memtest86+ scans your RAM for errors. . This tester runs independently of any OS - it is run at computer boot-up, so that it can test *all* of your memory. You may want to look at `memtester', which allows to test your memory within Linux, but this one won't be able to test your whole RAM. . It can output a list of bad RAM regions usable by the BadRAM kernel patch, so that you can still use your old RAM with one or two bad bits. . Memtest86+ is based on memtest86 3.0, and adds support for recent hardware, as well as a number of general-purpose improvements, including many patches to memtest86 available from various sources. . Both memtest86 and memtest86+ are being worked on in parallel. Package: mlnx-ofed-kernel-dkms Source: mlnx-ofed-kernel Version: 3.0-OFED.3.0.2.0.0.1.gea32cb7 Architecture: all Maintainer: Vladimir Sokolovsky Installed-Size: 13630 Depends: dkms, make, linux-headers-arm64 | linux-headers-powerpc | linux-headers-ppc64 | linux-headers-ppc64le | linux-headers-amd64 | linux-headers-generic | linux-headers, coreutils, pciutils, grep, perl, procps, module-init-tools, lsof, mlnx-ofed-kernel-utils, python-libxml2 Filename: pool/main/mlnx-ofed-kernel-dkms_3.0-OFED.3.0.2.0.0.1.gea32cb7_all.deb Size: 2891240 MD5sum: 7c99478519462577cf6c957a0a9509b8 SHA1: cb009478c2c492867cf7dd933ea674f3fc9444ed SHA256: ed6bc77bb646ac9015b94318ffe94e940873edc21d4d406f867086e5feb42691 Section: extra Priority: Priority Homepage: http://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux_sw_drivers Description: DKMS support for mlnx-ofed kernel modules This package provides integration with the DKMS infrastructure for automatically building out of tree kernel modules. . This package provides the source code for the mlnx-ofed kernel modules. . This package contains the source to be built with dkms. Package: mlnx-ofed-kernel-utils Source: mlnx-ofed-kernel Version: 3.0-OFED.3.0.2.0.0.1.gea32cb7 Architecture: amd64 Maintainer: Vladimir Sokolovsky Installed-Size: 365 Depends: coreutils, pciutils, grep, perl, procps, module-init-tools, lsof, python-libxml2 Filename: pool/main/mlnx-ofed-kernel-utils_3.0-OFED.3.0.2.0.0.1.gea32cb7_amd64.deb Size: 72160 MD5sum: c068f77d21a7f376ebcea8def8c6979c SHA1: 3a37c84727d7c9bd42468c12c43f746a24486374 SHA256: ebf9c3a2137164d37b770f03b9d0a1d361a80e41bf765b7de86ad487a352c434 Section: extra Priority: Priority Homepage: http://www.mellanox.com/page/products_dyn?product_family=26&mtag=linux_sw_drivers Description: Userspace tools to restart and tune mlnx-ofed kernel modules Package: nfs-common Source: nfs-utils Version: 1:1.2.6-4+zs1 Architecture: amd64 Maintainer: Debian kernel team Installed-Size: 606 Depends: libc6 (>= 2.3), libcap2 (>= 2.10), libcomerr2 (>= 1.01), libdevmapper1.02.1 (>= 2:1.02.20), libevent-2.0-5 (>= 2.0.10-stable), libgssglue1, libk5crypto3 (>= 1.6.dfsg.2), libkeyutils1, libkrb5-3 (>= 1.6.dfsg.2), libmount1 (>= 2.19.1), libnfsidmap2, libtirpc1, libwrap0 (>= 7.6-4~), rpcbind, adduser, ucf, lsb-base (>= 1.3-9ubuntu3), initscripts (>= 2.88dsf-13.3) Recommends: python Suggests: open-iscsi, watchdog Conflicts: nfs-client Replaces: mount (<< 2.13~), nfs-client, nfs-kernel-server (<< 1:1.2.5-4) Provides: nfs-client Filename: pool/main/nfs-common_1.2.6-4+zs1_amd64.deb Size: 287964 MD5sum: f2e434103fc918564a79a14c0c986551 SHA1: 9d6b575052fe51cbc21c0f71070d7905e8474706 SHA256: 8524b28aacdc97bdae5b8e5643f5bcc728e2a5a74f60e89a91469493bccfaa41 Section: extra Priority: Priority Homepage: http://nfs.sourceforge.net/ Description: NFS support files common to client and server Use this package on any machine that uses NFS, either as client or server. Programs included: lockd, statd, showmount, nfsstat, gssd, idmapd and mount.nfs. Package: nfs-kernel-server Source: nfs-utils Version: 1:1.2.6-4+zs1 Architecture: amd64 Maintainer: Debian kernel team Installed-Size: 409 Depends: libblkid1 (>= 2.16), libc6 (>= 2.3), libtirpc1, libwrap0 (>= 7.6-4~), nfs-common (= 1:1.2.6-4+zs1), ucf, lsb-base (>= 1.3-9ubuntu3) Conflicts: knfs, nfs-server Replaces: knfs, nfs-server Provides: knfs, nfs-server Filename: pool/main/nfs-kernel-server_1.2.6-4+zs1_amd64.deb Size: 156408 MD5sum: 7be838e480716c80bc8f06f35af65717 SHA1: b79357c0978e4785316aa141ddf13fe455d117a0 SHA256: fba9ca195697cffe551b627a7508692ada27a091712bd62a65a9cc19ae89e704 Section: extra Priority: Priority Homepage: http://nfs.sourceforge.net/ Description: support for NFS kernel server The NFS kernel server is currently the recommended NFS server for use with Linux, featuring features such as NFSv3 and NFSv4, Kerberos support via GSS, and much more. It is also significantly faster and usually more reliable than the user-space NFS servers (from the unfs3 and nfs-user-server packages). However, it is more difficult to debug than the user-space servers, and has a slightly different feature set. . This package contains the user-space support needed to use the NFS kernel server. Most administrators wishing to set up an NFS server would want to install this package. Package: openafs-client Source: openafs Version: 1.6.1-3~bpo60+1+zs3 Architecture: amd64 Maintainer: Russ Allbery Installed-Size: 8040 Depends: libc6 (>= 2.3.4), libcomerr2 (>= 1.01), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.7dfsg), libncurses5 (>= 5.7+20100313), debconf (>= 0.5) | debconf-2.0 Recommends: lsof, openafs-modules-dkms (>= 1.6.1-3~bpo60+1+zs3) | openafs-modules-source (>= 1.6.1-3~bpo60+1+zs3) | openafs-modules3 Suggests: openafs-doc, openafs-krb5 Conflicts: arla Breaks: openafs-modules1, openafs-modules2 Filename: pool/main/openafs-client_1.6.1-3~bpo60+1+zs3_amd64.deb Size: 3811936 MD5sum: c08b5323f92dbeda2c610c8501f99557 SHA1: b088b34e9ab2f92e04309bc80df452129c2395dc SHA256: 2f91044a919cd92b9b4fd512dca4e3f0a465b03825b1230e094ad54db3f5ada4 Section: extra Priority: Priority Homepage: http://www.openafs.org/ Description: AFS distributed filesystem client support AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access control, authentication, backup and administrative management. . This package provides basic client support to mount and manipulate AFS. If your site uses Kerberos v5 authentication for AFS, you will also want to install openafs-krb5. Package: openafs-dbg Source: openafs Version: 1.6.1-3~bpo60+1+zs3 Architecture: amd64 Maintainer: Russ Allbery Installed-Size: 15512 Depends: openafs-fileserver (= 1.6.1-3~bpo60+1+zs3) | openafs-dbserver (= 1.6.1-3~bpo60+1+zs3) Filename: pool/main/openafs-dbg_1.6.1-3~bpo60+1+zs3_amd64.deb Size: 5311166 MD5sum: 781e4d124ca00cc3cda6755814e95a40 SHA1: 2dd0cedc5717e2b582195837d026d2fb2416b375 SHA256: 1673591b73a41a142bb9971d99c58226ddad121185baf6731635ac612754e5aa Section: extra Priority: Priority Homepage: http://www.openafs.org/ Description: AFS distributed filesystem debugging information AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access control, authentication, backup and administrative management. . This package contains the debugging information for the OpenAFS server binaries (the openafs-fileserver and openafs-dbserver packages). Package: openafs-dbserver Source: openafs Version: 1.6.1-3~bpo60+1+zs3 Architecture: amd64 Maintainer: Russ Allbery Installed-Size: 1624 Depends: libc6 (>= 2.3.4), perl, openafs-client (= 1.6.1-3~bpo60+1+zs3), openafs-fileserver Suggests: openafs-doc Filename: pool/main/openafs-dbserver_1.6.1-3~bpo60+1+zs3_amd64.deb Size: 740504 MD5sum: 3520fd4527a2c59460a1ba77f1c7bdb2 SHA1: e3706aba5130b1f1e6666c165fb1f3e84cd352c6 SHA256: 810511115d6a0c12fafc37ada3e286b12d083c5a3e6a385cf699e464f1787975 Section: extra Priority: Priority Homepage: http://www.openafs.org/ Description: AFS distributed filesystem database server AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access control, authentication, backup and administrative management. . This package provides AFS database server binaries. It should be installed on the servers that will act as volume location and protection servers. Package: openafs-doc Source: openafs Version: 1.6.1-3~bpo60+1+zs3 Architecture: all Maintainer: Russ Allbery Installed-Size: 11056 Recommends: libjs-jquery Filename: pool/main/openafs-doc_1.6.1-3~bpo60+1+zs3_all.deb Size: 4478942 MD5sum: 00156935a19255577ee80be5cadda389 SHA1: e77acf4054df7be0d619a4c2fcbb64d81b9f357c SHA256: 5b43f8720a4de95aaff59bb16d08696d6b59aded8cf897e2f95006ef486ac235 Section: extra Priority: Priority Homepage: http://www.openafs.org/ Description: AFS distributed filesystem documentation AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access control, authentication, backup and administrative management. . This package contains the OpenAFS user's and reference manuals, some protocol documentation, and other OpenAFS documentation. Package: openafs-fileserver Source: openafs Version: 1.6.1-3~bpo60+1+zs3 Architecture: amd64 Maintainer: Russ Allbery Installed-Size: 6640 Depends: libc6 (>= 2.10), debconf (>= 0.5) | debconf-2.0, openafs-client, lsb-base Recommends: ntp | time-daemon Suggests: openafs-doc Filename: pool/main/openafs-fileserver_1.6.1-3~bpo60+1+zs3_amd64.deb Size: 3029048 MD5sum: 625908e648878e060d72d8cee238476f SHA1: be54874b5c242312963f229e5ee77b5a2bcb9497 SHA256: 2f1543c6b34731ec1264c35ae96473f96c55b10ed4037ba772af42b2e23006b4 Section: extra Priority: Priority Homepage: http://www.openafs.org/ Description: AFS distributed filesystem file server AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access control, authentication, backup and administrative management. . This package provides the AFS fileserver binaries. It should be installed on any machine that will export files into AFS. Package: openafs-fuse Source: openafs Version: 1.6.1-3~bpo60+1+zs3 Architecture: amd64 Maintainer: Russ Allbery Installed-Size: 724 Depends: libc6 (>= 2.3.2), libfuse2 (>= 2.8.1), openafs-client (= 1.6.1-3~bpo60+1+zs3) Filename: pool/main/openafs-fuse_1.6.1-3~bpo60+1+zs3_amd64.deb Size: 318626 MD5sum: 09ed6f0b8357ed0529bdfe252481037d SHA1: bcb07edc330c6e07360e523a5d2ec11069577edc SHA256: 5f00af29173631a1d261c30d23848691da2b96cc05572b158512c1cab59e4cc3 Section: extra Priority: Priority Homepage: http://www.openafs.org/ Description: AFS distributed file system experimental FUSE client AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access control, authentication, backup and administrative management. . This package provides an experimental FUSE implementation of the AFS client as afsd.fuse. This currently only provides read-only access to AFS, doesn't work with all of the normal AFS client programs, and must be started manually, but may be of interest in situations where read-only access is sufficient and the kernel module cannot be built. Package: openafs-kpasswd Source: openafs Version: 1.6.1-3~bpo60+1+zs3 Architecture: amd64 Maintainer: Russ Allbery Installed-Size: 636 Depends: libc6 (>= 2.3), openafs-client (= 1.6.1-3~bpo60+1+zs3) Conflicts: heimdal-clients, kerberos4kth-clients, krb5-user Filename: pool/main/openafs-kpasswd_1.6.1-3~bpo60+1+zs3_amd64.deb Size: 315708 MD5sum: e6583f482f1be1ed8d79201aaa1bed27 SHA1: dec6445f0fa082b23a460eb7e8ca803844501040 SHA256: 3009e4d1e2bcfae2f744f1ec835b624b02569dadec8a0fc7af189534921c4bdd Section: extra Priority: Priority Homepage: http://www.openafs.org/ Description: AFS distributed filesystem old password changing AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access control, authentication, backup and administrative management. . This package provides kpasswd and kas, utilities needed by the OpenAFS kaserver to create users and change passwords. Only install this package if you are already using kaserver; generally you should not install this package for new cells or for cells using Kerberos v5. Package: openafs-krb5 Source: openafs Version: 1.6.1-3~bpo60+1+zs3 Architecture: amd64 Maintainer: Russ Allbery Installed-Size: 716 Depends: libc6 (>= 2.3), libcomerr2 (>= 1.01), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.8+dfsg) Breaks: openafs-client (<< 1.4.7.dfsg1-1) Filename: pool/main/openafs-krb5_1.6.1-3~bpo60+1+zs3_amd64.deb Size: 350340 MD5sum: 6fdd39b9ba218f4c0a3320ae1aa1adc3 SHA1: c01c0ab7e657e9845402b103247d34b36d9dd1d3 SHA256: 937ad87cfd259fef31417e865118d653763d9a832f97441ffe3a56feecabf51a Section: extra Priority: Priority Homepage: http://www.openafs.org/ Description: AFS distributed filesystem Kerberos 5 integration AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access control, authentication, backup and administrative management. . This package provides aklog, a utility for authenticating to AFS using Kerberos 5. It also provides asetkey, a utility to set AFS server keys from a Kerberos keytab, and ka-forwarder, a utility to forward kaserver requests to a KDC using fakeka. Package: openafs-modules-3.2.0-0.bpo.4-amd64 Source: openafs-modules (1.6.1-3~bpo60+1+zs3) Version: 1.6.1-3~bpo60+1+zs3+3.2.0-0.bpo.4-amd64-0 Architecture: amd64 Maintainer: Russ Allbery Installed-Size: 20604 Recommends: linux-image-3.2.0-0.bpo.4-amd64 Breaks: openafs-client (<< 1.5.61) Provides: openafs-modules3 Filename: pool/main/openafs-modules-3.2.0-0.bpo.4-amd64_1.6.1-3~bpo60+1+zs3+3.2.0-0.bpo.4-amd64-0_amd64.deb Size: 6111982 MD5sum: 6f027d2059a60f923c95670fad12f50d SHA1: 1fe939a6b23734cce8042ddcde0ceb1306354772 SHA256: 467b4fff489bdec0e6b507e0a1f943a152dded09f7cd8eae253d5f2392b18db1 Section: extra Priority: Priority Description: AFS distributed filesystem kernel module AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access control, authentication, backup and administrative management. . This package provides the compiled AFS kernel module for kernel version 3.2.0-0.bpo.4-amd64. Package: openafs-modules-dkms Source: openafs Version: 1.6.1-3~bpo60+1+zs3 Architecture: all Maintainer: Russ Allbery Installed-Size: 7332 Depends: dkms (>= 2.1.0.0), perl, libc6-dev Recommends: openafs-client (>= 1.6.1-3~bpo60+1+zs3) Filename: pool/main/openafs-modules-dkms_1.6.1-3~bpo60+1+zs3_all.deb Size: 1342544 MD5sum: 55c9ec0d360a8b00ea8e75233d5e828f SHA1: f60aaabeb52722ad131b1cf6618d4dad599baf8a SHA256: fd43ea1cc37154f137e35b03dc9abded7545026df1a23f20ec3ce28990ffcaf3 Section: extra Priority: Priority Homepage: http://www.openafs.org/ Description: AFS distributed filesystem kernel module DKMS source AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access control, authentication, backup and administrative management. . This package contains the source for the AFS kernel module, packaged with appropriate configuration for DKMS to build new modules dynamically. Package: openafs-modules-source Source: openafs Version: 1.6.1-3~bpo60+1+zs3 Architecture: all Maintainer: Russ Allbery Installed-Size: 1120 Depends: debhelper (>= 8), module-assistant | kernel-package, perl Recommends: openafs-client (>= 1.6.1-3~bpo60+1+zs3) Filename: pool/main/openafs-modules-source_1.6.1-3~bpo60+1+zs3_all.deb Size: 1117142 MD5sum: c2ab2f24bcd36eb937d34cd8185718b2 SHA1: 4be807b30aaba113f1b36dc1c75b875f81d95e7c SHA256: 8da0edda50d0faa97d6f2fc64d562905acc32f391704baf22348cdb7745972e7 Section: extra Priority: Priority Homepage: http://www.openafs.org/ Description: AFS distributed filesystem kernel module source AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access control, authentication, backup and administrative management. . This package provides the source to the AFS kernel module in a form suitable for use by module-assistant or kernel-package. Package: opensm Version: 4.5.0.MLNX20150621.5adffba Architecture: amd64 Maintainer: Hal Rosenstock Installed-Size: 2419 Depends: libopensm (= 4.5.0.MLNX20150621.5adffba), libc6 (>= 2.7), libibumad Filename: pool/main/opensm_4.5.0.MLNX20150621.5adffba_amd64.deb Size: 1003328 MD5sum: 20c1def2a32e2ffe58f34d410cad49c2 SHA1: 04ebeb7212bfbab897d5209b78b843aa0bcd0dc7 SHA256: 86d9091ff7ade1bb0285839a30d6205a5035be5b4b742e0a6dbfe2a817f23f63 Section: extra Priority: Priority Homepage: http://www.openfabrics.org/downloads/management Description: An Infiniband subnet manager OpenSM provides an implementation of an InfiniBand Subnet Manager and Administration. Such a software entity is required to run for in order to initialize the InfiniBand hardware (at least one per each InfiniBand subnet). Package: oracle-j2re1.7 Version: 1.7.0+update55 Architecture: amd64 Maintainer: Debian Java Maintainers Installed-Size: 132771 Recommends: netbase, libx11-6 | xlibs, libasound2, libgtk1.2 Replaces: oracle-j2re1.7debian Provides: j2re1.7, java-browser-plugin, java-runtime, java-runtime-headless, java-virtual-machine, java2-runtime, java2-runtime-headless Filename: pool/main/oracle-j2re1.7_1.7.0+update55_amd64.deb Size: 46628292 MD5sum: 19c831a76ce36152e0548ffc7268dce4 SHA1: 7afef3ef4c319e1bef07069547561559a34683c9 SHA256: 4c231fb6d3fdff5f03006034ad4e843232da07077938ac34dbad599e014e3d73 Section: extra Priority: Priority Description: Java(TM) JRE, Standard Edition, Oracle Microsystems(TM) The Java(TM) 2 Runtime Environment contains the Java virtual machine, runtime class libraries, and Java application launcher that are necessary to run programs written in the Java progamming language (this includes the Java 2 Plug-In for Netscape and Mozilla browsers). It is not a development environment and doesn't contain development tools such as compilers or debuggers. For development tools, see the Java 2 SDK, Standard Edition. . This package has been automatically created with java-package (0.50+nmu2). Package: pbs-cache Version: 1.0.2+deb6 Architecture: amd64 Maintainer: Simon Toth Installed-Size: 408 Filename: pool/main/pbs-cache_1.0.2+deb6_amd64.deb Size: 153812 MD5sum: 51309aa777bf6bd949c119575af4e826 SHA1: d43df627371cccd3297fad3b5368da606ff8cf8a SHA256: 113ff79b5325e8b10c1cd23b918287dd446e0d4f6df6b1ce43abb09fee0c42b9 Section: extra Priority: Priority Homepage: http://www.clusterresources.com/pages/products/torque/ Description: PBS Cache Package: pbs-cache-client Source: pbs-cache Version: 1.0.6+deb6 Architecture: amd64 Maintainer: Simon Toth Installed-Size: 233 Depends: libpbs-cache Conflicts: pbs-cache Filename: pool/main/pbs-cache-client_1.0.6+deb6_amd64.deb Size: 77144 MD5sum: d9a7cc65efb44f5dd7bee9315a32a4b8 SHA1: 6d23bcb78266734ca2c2693c3f0f98b806e3b36e SHA256: c0ebda53a63c85067a48fb3d38fbf4f82b858ed61b3e8bcdc3f657b253fa8809 Section: extra Priority: Priority Homepage: http://www.clusterresources.com/pages/products/torque/ Description: PBS Cache Client binaries Package: pbs-cache-server Source: pbs-cache Version: 1.0.6+deb6 Architecture: amd64 Maintainer: Simon Toth Installed-Size: 182 Depends: libpbs-cache Conflicts: pbs-cache Filename: pool/main/pbs-cache-server_1.0.6+deb6_amd64.deb Size: 53606 MD5sum: 1b42ad09557bd965362f501421bd6336 SHA1: a3c4bd2f78a4477e4e3de79db9f0e1b7fa78181f SHA256: ee15bf5f18b634ac9ed8aca07a155fcd9cc040aba8ccf418ceca8a2eead84e2a Section: extra Priority: Priority Homepage: http://www.clusterresources.com/pages/products/torque/ Description: PBS Cache Server binaries Package: protobuf-compiler Source: protobuf Version: 2.5.0-9 Architecture: amd64 Maintainer: Robert S. Edmonds Installed-Size: 102 Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libprotobuf8, libprotoc8 (= 2.5.0-9), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Filename: pool/main/protobuf-compiler_2.5.0-9_amd64.deb Size: 36404 MD5sum: 9cd53bf2272c23e0c41bad3240411054 SHA1: 74c9f374792e452fae29346ae1fbf09d648bf373 SHA256: 3ca1d0a193b6d4e3090a703c9317eb7b026f7016a3b33c7bd9d021aab0a628ed Section: extra Priority: Priority Multi-Arch: foreign Homepage: https://code.google.com/p/protobuf/ Description: compiler for protocol buffer definition files Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the protocol buffer compiler that is used for translating from .proto files (containing the definitions) to the language binding for the supported languages. Package: puppet3-omnibus Version: 3.7.5-0 Architecture: amd64 Maintainer: Installed-Size: 39327 Depends: libffi5, libncurses5, libreadline6, libssl1.0.0, libtinfo5, zlib1g, libgdbm3, libaugeas0, pkg-config, libyaml-0-2 Filename: pool/main/puppet3-omnibus_3.7.5-0_amd64.deb Size: 15543626 MD5sum: e54c5befa7ec25745b182867cfee99db SHA1: ce4c7ef4796c4b2b5ad55466946c92f8074eabca SHA256: 94cdc69c89a6a45990d2b6ddb79e3d329dbd6f518b94ff71ef2e453c958ae3f4 Section: extra Priority: Priority Homepage: https://github.com/andytinycat/puppet-omnibus Description: Puppet Omnibus package License: Apache 2.0 License Vendor: fpm Package: python-protobuf Source: protobuf Version: 2.5.0-9 Architecture: all Maintainer: Robert S. Edmonds Installed-Size: 439 Depends: python (>= 2.7), python (<< 2.8), python-pkg-resources Filename: pool/main/python-protobuf_2.5.0-9_all.deb Size: 85106 MD5sum: ff07f07d2582eed399c5de4891d8265c SHA1: 148f8b06ef0580d0effa6de53d5c8706f74d503e SHA256: 7102f294bd186904461a335dffb1a847a18bb4b10afce6c75120ba44a73244aa Section: extra Priority: Priority Homepage: https://code.google.com/p/protobuf/ Description: Python bindings for protocol buffers Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the Python bindings for the protocol buffers. You will need the protoc tool (in the protobuf-compiler package) to compile your definition to Python classes, and then the modules in this package will allow you to use those classes in your programs. Package: rsyslog Version: 5.8.13-1.deb6.rb16 Architecture: amd64 Maintainer: Radoslav Bodo Installed-Size: 1318 Depends: libc6 (>= 2.9), zlib1g (>= 1:1.1.4), lsb-base (>= 3.2-14), initscripts Recommends: logrotate Suggests: rsyslog-mysql | rsyslog-pgsql, rsyslog-doc, rsyslog-gnutls, rsyslog-gssapi, rsyslog-relp Conflicts: linux-kernel-log-daemon, system-log-daemon Provides: linux-kernel-log-daemon, system-log-daemon Filename: pool/main/rsyslog_5.8.13-1.deb6.rb16_amd64.deb Size: 384812 MD5sum: 0f9251e1664f80e81abe930375912a7a SHA1: 841e21886aece745ce23dc756134c9816e813c24 SHA256: 63a9ce39d971c5691da0c1f0b2d2337d43659fd04519a69a86224742bc0f6162 Section: extra Priority: Priority Homepage: http://www.rsyslog.com/ Description: reliable system and kernel logging daemon Rsyslog is a multi-threaded implementation of syslogd (a system utility providing support for message logging), with features that include: * reliable syslog over TCP, SSL/TLS and RELP * on-demand disk buffering * email alerting * writing to MySQL or PostgreSQL databases (via separate output plugins) * permitted sender lists * filtering on any part of the syslog message * on-the-wire message compression * fine-grained output format control * failover to backup destinations * enterprise-class encrypted syslog relaying . It is the default syslogd on Debian systems. Package: rsyslog-gssapi Source: rsyslog Version: 5.8.13-1.deb6.rb16 Architecture: amd64 Maintainer: Radoslav Bodo Installed-Size: 191 Depends: libc6 (>= 2.4), libgssapi-krb5-2 (>= 1.8+dfsg), rsyslog (= 5.8.13-1.deb6.rb16) Suggests: krb5-user Filename: pool/main/rsyslog-gssapi_5.8.13-1.deb6.rb16_amd64.deb Size: 129050 MD5sum: 07648bd475b4040458b0ee0e500847e7 SHA1: db4d06ba3d19d356eea66efb7fedb527772b6964 SHA256: 11c35b8a299ac14af1eccd790d36d050d5772d9914936da16ac65ccfeaa2610b Section: extra Priority: Priority Homepage: http://www.rsyslog.com/ Description: GSSAPI authentication and encryption support for rsyslog These plugins allow rsyslog to write and/or receive GSSAPI authenticated and encrypted syslog messages. GSSAPI is commonly used for Kerberos authentication. Package: torque-meta-client Source: torque-meta Version: 2.4.163+deb7 Architecture: amd64 Maintainer: Simon Toth Installed-Size: 3435 Depends: krb525, libc6 (>= 2.3), libgssapi3-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libncurses5 (>= 5.5-5~), libpbs-cache, libreadline6 (>= 6.0), libtinfo5, libtorque-meta2 (>= 2.4.163+deb7), perl, libcurses-perl, gawk, torque-meta-common, base-files (>= 6), pbs-cache-client Conflicts: gridengine-client, qterm, torque-client, torque-meta-client-x11 Filename: pool/main/torque-meta-client_2.4.163+deb7_amd64.deb Size: 1559110 MD5sum: 82f980824b20556e0b84cdf69055c0ac SHA1: 6914f463a6f0dc018d5581f3e09dc9b99bfad58e SHA256: 717ce12b786fbd0843f302076a9a0dce8c652fd7fca3e864e0cb6817ee8c6b83 Section: extra Priority: Priority Homepage: http://www.clusterresources.com/pages/products/torque/ Description: command line interface to Torque server The TORQUE server dispatches jobs across physically separated machines. It may also be beneficial for single machines to organise the sequential execution of multiple jobs. . This package contains the command-line client programs. These should be installed on all hosts that should be able to submit jobs, query for their status or cancel their execution. The client contacts the server directly. Package: torque-meta-client-x11 Source: torque-meta Version: 2.4.163+deb7 Architecture: amd64 Maintainer: Simon Toth Installed-Size: 5391 Depends: krb525, libc6 (>= 2.3), libgssapi3-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libncurses5 (>= 5.5-5~), libpbs-cache, libreadline6 (>= 6.0), libtinfo5, libtorque-meta2 (>= 2.4.163+deb7), libx11-6, libxext6, libxss1, tcl8.5 (>= 8.5.0), tk8.5 (>= 8.5.0), perl, libcurses-perl, gawk, torque-meta-common, base-files (>= 6) Conflicts: gridengine-client, qterm, torque-client, torque-meta-client Replaces: torque-gui Provides: torque-meta-client Filename: pool/main/torque-meta-client-x11_2.4.163+deb7_amd64.deb Size: 2036828 MD5sum: fb5adbda174b74823d0c01d7298f7afe SHA1: b533d378b4e323aabd80c82f51f86629f74e97d1 SHA256: 5e383045c9b8df09fc4813d037fed314790d9931f037f9e0aa5fc8af328eada5 Section: extra Priority: Priority Homepage: http://www.clusterresources.com/pages/products/torque/ Description: GUI for torque clients The TORQUE server dispatches jobs across physically separated machines. It may also be beneficial for single machines to organise the sequential execution of multiple jobs. . These clients feature the same functionality as their regular counterparts and also allow for a graphical interaction. Package: torque-meta-common Source: torque-meta Version: 2.4.163+deb7 Architecture: amd64 Maintainer: Simon Toth Installed-Size: 119 Depends: base-files (>= 6) Recommends: torque-meta-client | torque-meta-server | torque-meta-mom, openssh-client Conflicts: torque-common Filename: pool/main/torque-meta-common_2.4.163+deb7_amd64.deb Size: 72076 MD5sum: e2fb728f93886fc30e36f8a794e5e6d7 SHA1: aa758b7c44d8efe6435591911d696b247573b0ec SHA256: 9c2b14ebba3f69833422c7df6d12e92ca04c02203fd599a6612bf0c1c568b8c8 Section: extra Priority: Priority Homepage: http://www.clusterresources.com/pages/products/torque/ Description: Torque Queueing System shared files TORQUE (Tera-scale Open-source Resource and QUEue manager) is a resource manager providing control over batch jobs and distributed compute nodes. Torque is based on OpenPBS version 2.3.12 and incorporates scalability, fault tolerance, and feature extension patches provided by USC, NCSA, OSC, the U.S. Dept of Energy, Sandia, PNNL, U of Buffalo, TeraGrid, and many other leading edge HPC organizations. . This package contains a series of files and directories that are shared between client, server and mom, that can only be installed once. Package: torque-meta-mom Source: torque-meta Version: 2.4.163+deb7 Architecture: amd64 Maintainer: Simon Toth Installed-Size: 1616 Depends: krb525, libc6 (>= 2.3), libcomerr2, libgcc1 (>= 1:4.1.1), libgssapi3-heimdal (>= 1.4.0+git20110226), libkafs0-heimdal, libkrb5-26-heimdal (>= 1.4.0+git20110226), libpbs-cache, libstdc++6 (>= 4.1.1), libtorque-meta2 (>= 2.4.163+deb7), lsb-base (>= 3.0-3), torque-meta-common, base-files (>= 6), pbs-cache-client Recommends: perun-slave-meta, glite-lb-logger Conflicts: torque-mom Filename: pool/main/torque-meta-mom_2.4.163+deb7_amd64.deb Size: 612572 MD5sum: f15300404b0f8f48027ee39757cfa9b0 SHA1: f919a9f5c8de84619fc4614068b83ff025998952 SHA256: 37c04a8c771b7844980829bc557a47a7f2e129200ee5b5844ba3afdf4120a452 Section: extra Priority: Priority Homepage: http://www.clusterresources.com/pages/products/torque/ Description: job execution engine for Torque batch system The TORQUE server dispatches jobs across physically separated machines. It may also be beneficial for single machines to organise the sequential execution of multiple jobs. . The pbs_mom daemon is executed on those machines that perform the computations. This package should be installed on all these execute hosts. The mom, the client and the server can all be installed on the same machine. Package: torque-meta-pam Source: torque-meta Version: 2.4.163+deb7 Architecture: amd64 Maintainer: Simon Toth Installed-Size: 177 Depends: krb525, libc6 (>= 2.2.5), libgssapi3-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libpam0g (>= 0.99.7.1), libpbs-cache, torque-meta-common, base-files (>= 6) Recommends: torque-meta-client | torque-meta-client-x11 Conflicts: torque-pam Filename: pool/main/torque-meta-pam_2.4.163+deb7_amd64.deb Size: 86656 MD5sum: 4142bf9446f70bc148a024ec1e4897a9 SHA1: 30882ee89bdaaac64e36a5f72aae0f507f131bef SHA256: 216b42c8366bf57ffdd68275a0f2e6515aad8f73a5fbd2f160d9e968e8206678 Section: extra Priority: Priority Homepage: http://www.clusterresources.com/pages/products/torque/ Description: PAM module for PBS MOM nodes The TORQUE server dispatches jobs across physically separated machines. It may also be beneficial for single machines to organise the sequential execution of multiple jobs. . A simple PAM module to authorize users on PBS MOM nodes with a running job. Package: torque-meta-scheduler Source: torque-meta Version: 2.4.148+deb7 Architecture: amd64 Maintainer: Simon Toth Installed-Size: 6522 Depends: torque-meta-common, base-files (>= 6), libpbs-cache, pbs-cache-server Conflicts: torque-scheduler Filename: pool/main/torque-meta-scheduler_2.4.148+deb7_amd64.deb Size: 2166590 MD5sum: 1d3755cd62fcdaad28288e698b3df905 SHA1: d72c865d9333df2b5efb340dcbe86042fa2e2b1e SHA256: ce63348a767fddbf9956d7a2853ee6db02a64f4b35c1395a801b37509f1248fa Section: extra Priority: Priority Homepage: http://www.clusterresources.com/pages/products/torque/ Description: scheduler part of Torque The TORQUE server dispatches jobs across physically separated machines. It may also be beneficial for single machines to organise the sequential execution of multiple jobs. . This package contains the fifo C scheduler. Package: torque-meta-server Source: torque-meta Version: 2.4.163+deb7 Architecture: amd64 Maintainer: Simon Toth Installed-Size: 1749 Depends: krb525, libc6 (>= 2.3), libgssapi3-heimdal (>= 1.4.0+git20110226), libkrb5-26-heimdal (>= 1.4.0+git20110226), libpbs-cache, libtorque-meta2 (>= 2.4.163+deb7), lsb-base (>= 3.0-3), torque-meta-common, glite-lb-logger, glite-lb-client, base-files (>= 6) Recommends: torque-meta-scheduler, torque-meta-client | torque-meta-client-x11 Suggests: torque-meta-mom Conflicts: torque-client Filename: pool/main/torque-meta-server_2.4.163+deb7_amd64.deb Size: 599798 MD5sum: 8877c1530c3c57f051674872d77fab69 SHA1: cfcf95981be479c7f8eba5eac2ebc5a45c5dfea3 SHA256: 7e2892a0a902e5d16b35e50424a25be4a4fc8fb4d91babce6093d45499a3e825 Section: extra Priority: Priority Homepage: http://www.clusterresources.com/pages/products/torque/ Description: PBS-derived batch processing server The TORQUE server dispatches jobs across physically separated machines. It may also be beneficial for single machines to organise the sequential execution of multiple jobs. . Torque stands for "Tera-scale Open-source Resource and QUEue manager". It is based on OpenPBS version 2.3.12 and incorporates scalability, fault tolerance, and feature extension patches provided by USC, NCSA, OSC, the U.S. Dept of Energy, Sandia, PNNL, U of Buffalo, TeraGrid, and many other leading edge HPC organizations. Package: xen-docs-4.1 Source: xen Version: 4.1.4-3+deb7u5+zs1 Architecture: all Maintainer: Debian Xen Team Installed-Size: 1176 Filename: pool/main/xen-docs-4.1_4.1.4-3+deb7u5+zs1_all.deb Size: 1172718 MD5sum: f8e756f38983302ee3a330f073d4c1b4 SHA1: c9aedf653f2cfcd06b00fcd81fb9fa3d70878a71 SHA256: 02fbb57bead94d14e564906311ec5847bde0489c6978adfae8556b070f6f0ea1 Section: extra Priority: Priority Description: Documentation for Xen This package contains all the large documentation files for Xen. This includes a description interface (both the API, and a nice explanation of how XEN works). Package: xen-docs-4.2 Source: xen Version: 4.2.0~rc2-1+zs5 Architecture: all Maintainer: Debian Xen Team Installed-Size: 636 Filename: pool/main/xen-docs-4.2_4.2.0~rc2-1+zs5_all.deb Size: 643254 MD5sum: e97fad6ead8d2584fc8e9f43d677cf9b SHA1: 3c56fb731ed620d2ddade267c108eeaddc57d94e SHA256: 82ec207e5ba654cb3f944349e2d419821c976de24ae7f1abd62955ae2e220710 Section: extra Priority: Priority Description: Documentation for Xen This package contains all the large documentation files for Xen. This includes a description interface (both the API, and a nice explanation of how XEN works). Package: xen-hypervisor-4.1-amd64 Source: xen Version: 4.1.4-3+deb7u5+zs1 Architecture: amd64 Maintainer: Debian Xen Team Installed-Size: 786 Recommends: xen-utils-4.1 Suggests: xen-docs-4.1 Provides: xen-hypervisor, xen-hypervisor-4.1, xen-hypervisor-amd64 Filename: pool/main/xen-hypervisor-4.1-amd64_4.1.4-3+deb7u5+zs1_amd64.deb Size: 764210 MD5sum: f2c532c6e49ee4900c8db8e51bbaabeb SHA1: 9e78e95e91cc2d88b526711a313442679dc7cc30 SHA256: aea1a7e86ad2031e7d7783264a65dc0578319c7100f4c91dfaddb6e4bd65fb99 Section: extra Priority: Priority Description: Xen Hypervisor on AMD64 The hypervisor is the "core" for XEN itself. It gets booted by the boot loader and controls cpu and memory, sharing them between your administrative domain (Domain 0) and the virtual guest systems. . In order to boot a XEN system along with this package you also need a kernel specifically crafted to work as the Domain 0, mediating hardware access for XEN itself. Package: xen-hypervisor-4.2-amd64 Source: xen Version: 4.2.0~rc2-1+zs5 Architecture: amd64 Maintainer: Debian Xen Team Installed-Size: 810 Recommends: xen-utils-4.2 Suggests: xen-docs-4.2 Provides: xen-hypervisor, xen-hypervisor-4.2, xen-hypervisor-amd64 Filename: pool/main/xen-hypervisor-4.2-amd64_4.2.0~rc2-1+zs5_amd64.deb Size: 817658 MD5sum: 953f066de949befa7bc025fbc66835ff SHA1: d98887ff983fb92bfc2fdf6d4274b5c6efe65e3f SHA256: c8387a37af4a50fe11dbab9a8655e07e3360bd7276ba2b0f163830e53fec354d Section: extra Priority: Priority Description: Xen Hypervisor on AMD64 The hypervisor is the "core" for XEN itself. It gets booted by the boot loader and controls cpu and memory, sharing them between your administrative domain (Domain 0) and the virtual guest systems. . In order to boot a XEN system along with this package you also need a kernel specifically crafted to work as the Domain 0, mediating hardware access for XEN itself. Package: xen-linux-system-3.2.0-0.bpo.3-amd64 Source: linux Version: 3.2.23-1~bpo60+2+zs1 Architecture: amd64 Maintainer: Debian Kernel Team Installed-Size: 176 Depends: linux-image-3.2.0-0.bpo.3-amd64 (= 3.2.23-1~bpo60+2+zs1), xen-hypervisor-amd64 Filename: pool/main/xen-linux-system-3.2.0-0.bpo.3-amd64_3.2.23-1~bpo60+2+zs1_amd64.deb Size: 181074 MD5sum: 14395568b92107eee34a935bbbd98e97 SHA1: 0f4e8d5dc7578585438b95e8741d616b711f055b SHA256: e0f01ea7498b286672d2ce4380b03baea3fa553e8984c9e0e2ec135f1c9ad597 Section: extra Priority: Priority Description: Xen system with Linux 3.2 on 64-bit PCs (meta-package) This package depends on the binary Linux image and hypervisors. Package: xen-linux-system-3.2.0-0.bpo.4-amd64 Source: linux Version: 3.2.68-1+deb7u3~bpo60+1+zs2 Architecture: amd64 Maintainer: Debian Kernel Team Installed-Size: 225 Depends: linux-image-3.2.0-0.bpo.4-amd64 (= 3.2.68-1+deb7u3~bpo60+1+zs2), xen-system-amd64 Filename: pool/main/xen-linux-system-3.2.0-0.bpo.4-amd64_3.2.68-1+deb7u3~bpo60+1+zs2_amd64.deb Size: 230568 MD5sum: ec7503705c653d7b40a172402754a3a2 SHA1: a0ba415c59b2aff556ff5074290b3ce5b257d47c SHA256: fd48e7310c2ffdfe7d9285b8dd7d5d6b191f7ee0baec5aa4264d02fba0db6ce5 Section: extra Priority: Priority Description: Xen system with Linux 3.2 on 64-bit PCs (meta-package) This package depends on the binary Linux image and hypervisors. Package: xen-system-amd64 Source: xen Version: 4.2.0~rc2-1+zs5 Architecture: amd64 Maintainer: Debian Xen Team Installed-Size: 25 Depends: xen-hypervisor-4.2-amd64, xen-utils-4.2 Provides: xen-system Filename: pool/main/xen-system-amd64_4.2.0~rc2-1+zs5_amd64.deb Size: 17192 MD5sum: 566eca21f161aaf7ea851cc232332ade SHA1: d62ab8b2d6e9eb0918a7f5907c6598ed803dcdcb SHA256: f8ae3ac6e29d8000242038394e761ae6b9232ec6165104ec470dc6ea3e944e72 Section: extra Priority: Priority Description: Xen System on AMD64 (meta-package) This package depends on the latest Xen hypervisor for use on AMD64 and the Xen utils. Package: xen-utils-4.1 Source: xen Version: 4.1.4-3+deb7u5+zs1 Architecture: amd64 Maintainer: Debian Xen Team Installed-Size: 4946 Depends: e2fslibs (>= 1.42.2), libc6 (>= 2.7), libgnutls26 (>= 2.12.17-0), libncurses5 (>= 5.5-5~), libpci3 (>= 1:3.1.9-2), libtinfo5, libuuid1 (>= 2.16), libxen-4.1 (>= 4.1.4), libxenstore3.0 (>= 4.0.1~rc4), zlib1g (>= 1:1.1.4), python2.7, python (>= 2.6.6-7~), xen-utils-common (>= 4.1.4-3+deb7u5+zs1) Recommends: bridge-utils, xen-hypervisor-4.1, qemu-keymaps, qemu-utils Suggests: xen-docs-4.1 Provides: xen-utils Built-Using: ipxe (= 1.0.0+git-20120202.f6840ba-3) Filename: pool/main/xen-utils-4.1_4.1.4-3+deb7u5+zs1_amd64.deb Size: 1617068 MD5sum: 92b8eb52a85180c489089c097f4de0d2 SHA1: b1b21a7de116e3558b77d50e070c78cb05ed2571 SHA256: 82c55493d11c29cd29eba231ec3c91a0dda26aab4339cc470cda8b0c677848eb Section: extra Priority: Priority Description: XEN administrative tools The userspace tools to manage a system virtualized through the XEN virtual machine monitor. Package: xen-utils-4.2 Source: xen Version: 4.2.0~rc2-1+zs5 Architecture: amd64 Maintainer: Debian Xen Team Installed-Size: 3878 Depends: e2fslibs (>= 1.41.0), libc6 (>= 2.7), libncurses5 (>= 5.7+20100313), libuuid1 (>= 2.16), libxen-4.2 (>= 4.2.0~rc2), libxenstore3.0 (>= 4.2~), libyajl1 (>= 1.0.8), python (>= 2.6.6-3+squeeze3~), python (<< 2.8), xen-utils-common (>= 4.2.0~rc2-1+zs5) Recommends: bridge-utils, xen-hypervisor-4.2, qemu-keymaps, qemu-utils Suggests: xen-docs-4.2 Provides: xen-utils Filename: pool/main/xen-utils-4.2_4.2.0~rc2-1+zs5_amd64.deb Size: 1267610 MD5sum: 0f6f235e0b33186f38b1a06a5cab8ebd SHA1: 424df20d57e9bc8aa3ffe04aa23d5f406e6e9579 SHA256: 4227d7313139833363d0144e04f4cc6a28a0fef6d073d42c8b1e64f20cb83836 Section: extra Priority: Priority Description: XEN administrative tools The userspace tools to manage a system virtualized through the XEN virtual machine monitor. Package: xen-utils-common Source: xen Version: 4.2.0~rc2-1+zs5 Architecture: all Maintainer: Debian Xen Team Installed-Size: 208 Depends: gawk, lsb-base, python, udev, xenstore-utils, ucf Filename: pool/main/xen-utils-common_4.2.0~rc2-1+zs5_all.deb Size: 112574 MD5sum: 336f2d9c3b08fa503535cb3fac25013d SHA1: 588359bb44f1c5bd42af879783ad4572a4ef1d62 SHA256: e2c1e9e6c41a162cb28a669603ad198f7647677f84335b5040a4297aa819dc7b Section: extra Priority: Priority Description: Xen administrative tools - common files The userspace tools to manage a system virtualized through the Xen virtual machine monitor. Package: xenstore-utils Source: xen Version: 4.2.0~rc2-1+zs5 Architecture: amd64 Maintainer: Debian Xen Team Installed-Size: 150 Depends: libc6 (>= 2.2.5), libxenstore3.0 (>= 4.1.0~rc6) Conflicts: xen-utils-common (<= 3.1.0-1) Replaces: xen-utils-common (<= 3.1.0-1) Filename: pool/main/xenstore-utils_4.2.0~rc2-1+zs5_amd64.deb Size: 25846 MD5sum: 4ea1e7cafa9c17eeefea0b938c19972a SHA1: 510c55468df243579877e67836b74bee04ffba29 SHA256: 57daa2044cb860be9392b7ba9075beef1adf0e3cec4a39a08256be79523a1abd Section: extra Priority: Priority Description: Xenstore utilities for Xen This package contains the Xenstore utilities.