mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
edbrowse: update to 3.5.1.
This commit is contained in:
parent
3f22f8c94d
commit
846542df44
2 changed files with 4 additions and 19 deletions
|
@ -1,15 +0,0 @@
|
||||||
--- src/tcp.c 2014-07-26 17:30:51.582554891 +0200
|
|
||||||
+++ src/tcp.c 2014-07-26 17:31:07.547555086 +0200
|
|
||||||
@@ -436,12 +436,6 @@
|
|
||||||
ssl_init(void)
|
|
||||||
{
|
|
||||||
/* I don't understand any of this. */
|
|
||||||
- char f_randfile[ABSPATH];
|
|
||||||
- if(RAND_egd(RAND_file_name(f_randfile, sizeof (f_randfile))) < 0) {
|
|
||||||
- /* Not an EGD, so read and write to it */
|
|
||||||
- if(RAND_load_file(f_randfile, -1))
|
|
||||||
- RAND_write_file(f_randfile);
|
|
||||||
- }
|
|
||||||
SSLeay_add_ssl_algorithms();
|
|
||||||
sslcx = SSL_CTX_new(SSLv23_client_method());
|
|
||||||
SSL_CTX_set_options(sslcx, SSL_OP_ALL);
|
|
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'edbrowse'
|
# Template file for 'edbrowse'
|
||||||
pkgname=edbrowse
|
pkgname=edbrowse
|
||||||
version=3.4.10
|
version=3.5.1
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="unzip pkg-config"
|
hostmakedepends="unzip pkg-config"
|
||||||
makedepends="js-devel libressl-devel pcre-devel libcurl-devel readline-devel"
|
makedepends="mozjs24-devel libressl-devel pcre-devel libcurl-devel readline-devel"
|
||||||
short_desc="line-oriented text editor and web browser similar to ed(1)"
|
short_desc="line-oriented text editor and web browser similar to ed(1)"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://the-brannons.com/edbrowse/"
|
homepage="http://the-brannons.com/edbrowse/"
|
||||||
distfiles="http://the-brannons.com/${pkgname}/${pkgname}-${version}.zip"
|
distfiles="http://the-brannons.com/${pkgname}/${pkgname}-${version}.zip"
|
||||||
checksum=58089879c31b571792f76fc53c41374fcbe8386ea82fe451737ae72e8a78e826
|
checksum=e379cffb1098cfedf56ceedaaa7e20064551a0737ad6cd8ad5124fdfb18d9a5f
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} -C src JS_CPPFLAGS="$(pkg-config mozjs185 --cflags)"
|
make ${makejobs} -C src JS_CXXFLAGS="$(pkg-config mozjs-24 --cflags)"
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue