iOS Repo Updates
7.46K subscribers
4.43K photos
88.8K links
All iOS jailbreak repository updates for iPhone, iPad or iPod Touch devices.

Twitter: https://twitter.com/iOSRepoUpdates

Website: https://www.ios-repo-updates.com
Download Telegram
New: libhsts-dev 0.1.0 [Development]

C library to access the HSTS preload list C library to access the HSTS preload list. The HSTS preload list is a list of domains that support HTTPS. The list is compiled by Google and is utilised by Chrome, Firefox and others. . This package contains the development files.

Repository: Procursus
New: libhsts0 0.1.0 [Libraries]

C library to access the HSTS preload list C library to access the HSTS preload list. The HSTS preload list is a list of domains that support HTTPS. The list is compiled by Google and is utilised by Chrome, Firefox and others. . This package contains the shared library files.

Repository: Procursus
Updated: libpcapa-dev 1.10.1-1 [Development]

development library and header files for libpcapa Headers, static libraries, and documentation for the libpcap library. . libpcap (Packet CAPture) provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc. . Since almost every system vendor provides a different interface for packet capture, and since there are several tools that require this functionality, the libpcap authors created this system-independent API to ease in porting and to alleviate the need for several system-dependent packet capture modules in each application.

Repository: Procursus
Updated: libpcapa 1.10.1-1 [Libraries]

system interface for user-level packet capture libpcap (Packet CAPture) provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc. . Since almost every system vendor provides a different interface for packet capture, and since there are several tools that require this functionality, the libpcap authors created this system-independent API to ease in porting and to alleviate the need for several system-dependent packet capture modules in each application.

Repository: Procursus
Updated: wget 1.21.3 [Networking]

retrieves files from the web Wget is a network utility to retrieve files from the web using HTTP(S) and FTP, the two most widely used internet protocols. It works non-interactively, so it will work in the background, after having logged off. The program supports recursive retrieval of web-authoring pages as well as FTP sites -- you can use Wget to make mirrors of archives and home pages or to travel the web like a WWW robot. . Wget works particularly well with slow or unstable connections by continuing to retrieve a document until the document is fully downloaded. Re-getting files from where it left off works on servers (both HTTP and FTP) that support it. Both HTTP and FTP retrievals can be time stamped, so Wget can see if the remote file has changed since the last retrieval and automatically retrieve the new version if it has. . Wget supports proxy servers; this can lighten the network load, speed up retrieval, and provide access behind firewalls.

Repository: Procursus
New: libwget1 2.0.1 [Libraries]

Download library for files and recursive websites GNU Wget is a network utility to retrieve files from the web using HTTP(S) and FTP, the two most widely used internet protocols. It works non-interactively, so it will work in the background, after having logged off. The program supports recursive retrieval of web-authoring pages as well as FTP sites -- you can use Wget to make mirrors of archives and home pages or to travel the web like a WWW robot. . This is the library that provides the basic functions needed by a webclient.

Repository: Procursus
New: wget2-dev 2.0.1 [Development]

development file for libwget2 GNU Wget is a network utility to retrieve files from the web using HTTP(S) and FTP, the two most widely used internet protocols. It works non-interactively, so it will work in the background, after having logged off. The program supports recursive retrieval of web-authoring pages as well as FTP sites -- you can use Wget to make mirrors of archives and home pages or to travel the web like a WWW robot. . These are the development files to build software with libwget.

Repository: Procursus
Updated: wget2 2.0.1 [Networking]

file and recursive website downloader GNU Wget is a network utility to retrieve files from the web using HTTP(S) and FTP, the two most widely used internet protocols. It works non-interactively, so it will work in the background, after having logged off. The program supports recursive retrieval of web-authoring pages as well as FTP sites -- you can use Wget to make mirrors of archives and home pages or to travel the web like a WWW robot. . Wget works particularly well with slow or unstable connections by continuing to retrieve a document until the document is fully downloaded. Re-getting files from where it left off works on servers (both HTTP and FTP) that support it. Both HTTP and FTP retrievals can be time stamped, so Wget can see if the remote file has changed since the last retrieval and automatically retrieve the new version if it has. . Wget supports proxy servers; this can lighten the network load, speed up retrieval, and provide access behind firewalls. . GNU Wget2 is the successor of GNU Wget.

Repository: Procursus
Updated: dmg2img 1.6.7-1 [Utilities]

Tool for converting compressed dmg files to hfsplus images DMG2IMG is a tool which allows converting Apple compressed dmg archives to standard (hfsplus) image disk files. . This tool handles zlib and bzip2 compressed dmg images.

Repository: Procursus
Updated: libevent-openssl-2.1-7 2.1.12-3 [Libraries]

Asynchronous event notification library (openssl) Libevent is an asynchronous event notification library that provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. . It is meant to replace the asynchronous event loop found in event driven network servers. Currently, libevent supports /dev/poll, kqueue(2), event ports, select(2), poll(2) and epoll(4). . There is now a bufferevent type that supports SSL/TLS using the OpenSSL library. The code for this is build in a separate library, libevent_openssl, so that your programs don't need to link against OpenSSL unless they actually want SSL support.

Repository: Procursus
Updated: libevent-pthreads-2.1-7 2.1.12-3 [Libraries]

Asynchronous event notification library (pthreads) Libevent is an asynchronous event notification library that provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. . It is meant to replace the asynchronous event loop found in event driven network servers. Currently, libevent supports /dev/poll, kqueue(2), event ports, select(2), poll(2) and epoll(4). . If you want threading support and you're using pthreads, you'll need to link against the libevent_pthreads library in addition to libevent_core.

Repository: Procursus
Updated: libevent-2.1-7 2.1.12-3 [Libraries]

Asynchronous event notification library Libevent is an asynchronous event notification library that provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. . It is meant to replace the asynchronous event loop found in event driven network servers. Currently, libevent supports /dev/poll, kqueue(2), event ports, select(2), poll(2) and epoll(4). . For backward compatibility and to transition to "libevent_core only" or "libevent_core + libevent_extra", the libevent source package builds the libevent library that includes everything in libevent_core and libevent_extra.

Repository: Procursus
Updated: libevent-core-2.1-7 2.1.12-3 [Libraries]

Asynchronous event notification library (core) Libevent is an asynchronous event notification library that provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. . It is meant to replace the asynchronous event loop found in event driven network servers. Currently, libevent supports /dev/poll, kqueue(2), event ports, select(2), poll(2) and epoll(4). . The libevent_core library includes event loops, timers, buffer code, and various small compatibility functions. . If you're writing software that only uses libevent's event loop, you should link against only the libevent_core library.

Repository: Procursus
Updated: libevent-dev 2.1.12-3 [Development]

Asynchronous event notification library (development files) Libevent is an asynchronous event notification library that provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. . This package includes development files for compiling against libevent.

Repository: Procursus
Updated: libevent-extra-2.1-7 2.1.12-3 [Libraries]

Asynchronous event notification library (extra) Libevent is an asynchronous event notification library that provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. . It is meant to replace the asynchronous event loop found in event driven network servers. Currently, libevent supports /dev/poll, kqueue(2), event ports, select(2), poll(2) and epoll(4). . The libevent_extra library includes code for HTTP, DNS, RPC, and so on. . If you're writing software that uses libevent's protocol support, you need to link libevent_core and libevent_extra as well.

Repository: Procursus
Updated: libprotobuf-dev 3.21.2 [Development]

Protocol Buffers - Google's data interchange format - devel

Repository: Procursus
New: libprotobuf-lite32 3.21.2 [Libraries]

Protocol Buffers - Google's data interchange format (lite version)

Repository: Procursus
New: libprotobuf32 3.21.2 [Libraries]

Protocol Buffers - Google's data interchange format

Repository: Procursus
Updated: libprotoc-dev 3.21.2 [Development]

protocol buffers compiler library (development files)

Repository: Procursus
New: libprotoc32 3.21.2 [Libraries]

protocol buffers compiler library

Repository: Procursus