Package: apt-dater Version: 0.8.0+svn431-1~bpo50+1 Architecture: amd64 Maintainer: Patrick Matthäi Installed-Size: 296 Depends: libc6 (>= 2.7-1), libglib2.0-0 (>= 2.16.0), libncurses5 (>= 5.6+20071006-3), libpopt0 (>= 1.14), libxml2 (>= 2.6.27), tcl8.5 (>= 8.5.0), screen, openssh-client Suggests: apt-dater-host, xsltproc Homepage: http://www.ibh.de/apt-dater Priority: optional Section: admin Filename: pool/main/a/apt-dater/apt-dater_0.8.0+svn431-1~bpo50+1_amd64.deb Size: 74334 SHA256: d986923981a480966d9e03635b333d6e9e43eabf06ad53ab850364774500916e SHA1: a402e9ab18a498020f80d4a1b67598c71a2dc8c5 MD5sum: 4c926e01cd1875a4e5da23df967457c0 Description: terminal-based remote package update manager apt-dater provides an easy to use ncurses frontend for managing package updates on a large number of remote hosts using SSH. It supports Debian-based managed hosts as well as OpenSUSE and CentOS based systems. Package: apt-dater-dbg Source: apt-dater Version: 0.8.0+svn431-1~bpo50+1 Architecture: amd64 Maintainer: Patrick Matthäi Installed-Size: 244 Depends: apt-dater (= 0.8.0+svn431-1~bpo50+1) Homepage: http://www.ibh.de/apt-dater Priority: extra Section: debug Filename: pool/main/a/apt-dater/apt-dater-dbg_0.8.0+svn431-1~bpo50+1_amd64.deb Size: 73942 SHA256: 5dfa1b9db30ab72308b82085fef8e2729ce0a9a7894353c31268ea396678d559 SHA1: a526a2d03350bde27a2aecd382142635cf9262e9 MD5sum: de9b567760767653e244e1691877129a Description: terminal-based remote package update manager (dbg symbols) apt-dater provides an easy to use ncurses frontend for managing package updates on a large number of remote hosts using SSH. It supports Debian-based managed hosts as well as OpenSUSE and CentOS based systems. . This package contains the debugging symbols for the apt-dater package. Package: apt-dater-host Source: apt-dater Version: 0.8.0+svn431-1~bpo50+1 Architecture: all Maintainer: Patrick Matthäi Installed-Size: 72 Depends: openssh-server, sudo, lsb-release, libapt-pkg-perl Recommends: aptitude, imvirt Homepage: http://www.ibh.de/apt-dater Priority: optional Section: admin Filename: pool/main/a/apt-dater/apt-dater-host_0.8.0+svn431-1~bpo50+1_all.deb Size: 9530 SHA256: 461dbea0508510f5f73bce3d675e00298c765767c70a6e9d7c555747bfa51f2b SHA1: 689e1b4fd74ecf7c1b539c9e04ae21fbbe7fabed MD5sum: 3e5e7359eadc946802fe2f0a3b507b9b Description: host helper application for apt-dater apt-dater provides an easy to use ncurses frontend for managing package updates on a large number of remote hosts using SSH. It supports Debian-based managed hosts as well as OpenSUSE and CentOS based systems. . This package provides the helper application for apt-dater. It has to be installed on every apt-dater managed host. Package: python-foolscap Source: foolscap Version: 0.5.0+dfsg-1~bpo50+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 1392 Depends: python, python-support (>= 0.7.1), python2.5, python-twisted-core, python-twisted-web, python-zope-interface Recommends: python-twisted-names, python-openssl (>= 0.6) Homepage: http://foolscap.lothar.com/ Priority: optional Section: python Filename: pool/main/f/foolscap/python-foolscap_0.5.0+dfsg-1~bpo50+1_all.deb Size: 338950 SHA256: 4391e200b745849217249ef0d77f9579068502ebab677bd84c0f1c1f64a2969b SHA1: b7f9241ee471b7e9a99dcc8fc85085a13b5cc487 MD5sum: b74bbafbab57e5b5c1d054dde05cc5dc Description: object-capability-based RPC system for Twisted Python Foolscap (also known as "newpb") contains a new RPC system for Twisted Python, combining capability-based security, secure references, flexible serialization, and technology to mitigate resource-consumption attacks. Python-Version: 2.4, 2.5 Package: python-sqlalchemy Source: sqlalchemy Version: 0.6.1-1~bpo50+1 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 2556 Depends: python (>= 2.4), python-support (>= 0.7.1) Recommends: python-sqlalchemy-ext Suggests: python-sqlalchemy-doc, python-psycopg2, python-mysqldb (>= 1.2.1-p2-2), python (>= 2.5) | python-pysqlite2 (>= 2.3.0-1) | python-pysqlite1.1 (>= 1.1.7-2) | python-sqlite (>= 1.0.1-5), python-kinterbasdb (>= 3.1.2-0.3), python-pymssql Homepage: http://www.sqlalchemy.org/ Priority: optional Section: python Filename: pool/main/s/sqlalchemy/python-sqlalchemy_0.6.1-1~bpo50+1_all.deb Size: 446592 SHA256: faba092bd215635b8275778aa175d9f4252b0f10a3a66cda054328bad9710e04 SHA1: 1c01c3c584489965b3cb2ac1d5194beb0969128e MD5sum: f88efe1ad102728f4a9e518a67b19989 Description: SQL toolkit and Object Relational Mapper for Python SQLAlchemy is an SQL database abstraction library for Python. Its strengths are: * full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. * extremely easy to use for all the basic tasks, such as: accessing pooled connections, constructing SQL from Python expressions, finding object instances, and committing object modifications back to the database. * powerful enough for complicated tasks, such as: eager load a graph of objects and their dependencies via joins; map recursive adjacency structures automatically; map objects to not just tables but to any arbitrary join or select statement; combine multiple tables together to load whole sets of otherwise unrelated objects from a single result set; commit entire graphs of object changes in one step. * built to conform to what DBAs demand, including the ability to swap out generated SQL with hand-optimized statements, full usage of bind parameters for all literal values, fully transactionalized and consistent updates using Unit of Work. * modular. Different parts of SQLAlchemy can be used independently of the rest, including the connection pool, SQL construction, and ORM. SQLAlchemy is constructed in an open style that allows plenty of customization, with an architecture that supports custom datatypes, custom SQL extensions, and ORM plugins which can augment or extend mapping functionality. Package: python-sqlalchemy-ext Source: sqlalchemy Version: 0.6.1-1~bpo50+1 Architecture: amd64 Maintainer: Piotr Ożarowski Installed-Size: 100 Depends: python-sqlalchemy (= 0.6.1-1~bpo50+1), python (<< 2.6), python (>= 2.5), python-support (>= 0.7.1), libc6 (>= 2.7-1) Provides: python2.5-sqlalchemy-ext Homepage: http://www.sqlalchemy.org/ Priority: optional Section: python Filename: pool/main/s/sqlalchemy/python-sqlalchemy-ext_0.6.1-1~bpo50+1_amd64.deb Size: 17466 SHA256: b031a9d4741aed665139126d3838a0203f62eefbd1747c88eb0a9fa280ee6f54 SHA1: 04ff6a45507354713bd85808f9d06d8e9699dc91 MD5sum: 1481b2a11efd33abcead4ede87f07a05 Description: SQL toolkit and Object Relational Mapper for Python - C extension SQLAlchemy is an SQL database abstraction library for Python. . This package contains C coded extension accelerator for SQLAlchemy. Python-Version: 2.5 Package: socat Version: 1.7.1.0-1~bpo50+1 Architecture: amd64 Maintainer: Thomas Seyrat Installed-Size: 956 Depends: libc6 (>= 2.7-1), libreadline5 (>= 5.2), libssl0.9.8 (>= 0.9.8f-5), libwrap0 (>= 7.6-4~) Priority: extra Section: net Filename: pool/main/s/socat/socat_1.7.1.0-1~bpo50+1_amd64.deb Size: 376162 SHA256: f9a190ed5e0574d4ef0ed5eaa8667e6fdd70caa705ca15f16f75a1a748770c1d SHA1: 4b624779b64a004d4d08e358db68647f29d6ffb7 MD5sum: 6586230e7bf7eda6aff3229ef2ccf1c2 Description: multipurpose relay for bidirectional data transfer Socat (for SOcket CAT) establishes two bidirectional byte streams and transfers data between them. Data channels may be files, pipes, devices (terminal or modem, etc.), or sockets (Unix, IPv4, IPv6, raw, UDP, TCP, SSL). It provides forking, logging and tracing, different modes for interprocess communication and many more options. . It can be used, for example, as a TCP relay (one-shot or daemon), as an external socksifier, as a shell interface to Unix sockets, as an IPv6 relay, as a netcat and rinetd replacement, to redirect TCP-oriented programs to a serial line, or to establish a relatively secure environment (su and chroot) for running client or server shell scripts inside network connections. Package: sslh Version: 1.6i-3~bpo50+1 Architecture: amd64 Maintainer: Guillaume Delacour Installed-Size: 116 Depends: libc6 (>= 2.7-1), libwrap0 (>= 7.6-4~), apache2 | httpd, adduser Conflicts: libnet-proxy-perl Homepage: http://www.rutschle.net/tech/sslh.shtml Priority: extra Section: net Filename: pool/main/s/sslh/sslh_1.6i-3~bpo50+1_amd64.deb Size: 17716 SHA256: 5b6898d063b739fcceb6a769d72809f435cdd450ccea91f267e5905afa057b22 SHA1: 874c880063a74d9b28390b07dcc1784c917ba66e MD5sum: c009d89f9b49fffba1632481f86d7f9c Description: ssl/ssh multiplexer sslh lets one accept both HTTPS and SSH connections on the same port. It makes it possible to connect to an SSH server on port 443 (e.g. from inside a corporate firewall) while still serving HTTPS on that port.