sitecopy: remove package
This commit is contained in:
parent
9ff09d88dc
commit
9bb14dedd2
4 changed files with 2 additions and 46 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'removed-packages'
|
||||
pkgname=removed-packages
|
||||
version=0.1
|
||||
revision=27
|
||||
revision=28
|
||||
build_style=meta
|
||||
short_desc="Uninstalls packages removed from repository"
|
||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||
|
@ -220,6 +220,7 @@ replaces="
|
|||
scantailor<=0.9.12.1_2
|
||||
seriespl<=2.3.5_2
|
||||
simple-obfs<=0.0.5_2
|
||||
sitecopy<=0.16.6_11
|
||||
skypetab-ng<=20150201_3
|
||||
soulseekqt<=20160117_2
|
||||
spacefm-ng<=1.0.6_3
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- Makefile.in.orig 2008-07-07 20:55:29.000000000 +0000
|
||||
+++ Makefile.in 2016-12-10 18:31:21.499245804 +0000
|
||||
@@ -11,7 +11,7 @@
|
||||
bindir = @bindir@
|
||||
mandir = @mandir@
|
||||
man1dir = $(mandir)/man1
|
||||
-docdir = $(prefix)/doc/sitecopy
|
||||
+docdir = @docdir@/sitecopy
|
||||
localedir = $(datadir)/locale
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
|
@ -1,20 +0,0 @@
|
|||
--- lib/neon/ne_openssl.c 2008-02-06 12:27:38.000000000 +0100
|
||||
+++ lib/neon/ne_openssl.c 2016-05-11 23:11:29.244939342 +0200
|
||||
@@ -550,7 +550,7 @@
|
||||
ctx->ctx = SSL_CTX_new(SSLv23_server_method());
|
||||
SSL_CTX_set_session_cache_mode(ctx->ctx, SSL_SESS_CACHE_CLIENT);
|
||||
} else {
|
||||
- ctx->ctx = SSL_CTX_new(SSLv2_server_method());
|
||||
+ ctx->ctx = SSL_CTX_new(SSLv23_server_method());
|
||||
SSL_CTX_set_session_cache_mode(ctx->ctx, SSL_SESS_CACHE_CLIENT);
|
||||
}
|
||||
return ctx;
|
||||
@@ -688,7 +688,7 @@
|
||||
if (ctx->sess) {
|
||||
SSL_SESSION *newsess = SSL_get0_session(ssl);
|
||||
/* Replace the session if it has changed. */
|
||||
- if (newsess != ctx->sess || SSL_SESSION_cmp(ctx->sess, newsess)) {
|
||||
+ if (newsess != ctx->sess || memcmp(ctx->sess, newsess, sizeof(*newsess))) {
|
||||
SSL_SESSION_free(ctx->sess);
|
||||
ctx->sess = SSL_get1_session(ssl); /* bumping the refcount */
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
# Template file for 'sitecopy'
|
||||
pkgname=sitecopy
|
||||
version=0.16.6
|
||||
revision=9
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-ssl=openssl"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libressl-devel neon-devel"
|
||||
short_desc="Program to easily maintain remote web sites"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.manyfish.co.uk/sitecopy/"
|
||||
distfiles="https://sources.voidlinux.org/sitecopy-${version}/sitecopy-${version}.tar.gz"
|
||||
checksum=e06fdda007e54ddc6fae90a4e79768e5bfb7770c1139bcaac2e10d841d7458af
|
Loading…
Add table
Add a link
Reference in a new issue