Update fossil to 2.6.

Release notes here: http://fossil-scm.org/index.html/doc/trunk/www/changes.wiki#v2_6
This commit is contained in:
jturner 2018-05-05 23:23:13 +00:00
parent ac9de708d2
commit 8e0c359908
4 changed files with 7 additions and 24 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.64 2018/03/29 20:58:51 jturner Exp $
# $OpenBSD: Makefile,v 1.65 2018/05/05 23:23:13 jturner Exp $
COMMENT = simple distributed software configuration management
DISTNAME = fossil-src-2.5
PKGNAME = fossil-2.5
REVISION = 0
DISTNAME = fossil-src-2.6
PKGNAME = fossil-2.6
EPOCH = 0
CATEGORIES = devel www

View File

@ -1,2 +1,2 @@
SHA256 (fossil-src-2.5.tar.gz) = +bBzYIEfQy37Nuv7RMg4hoclVuzOHIA4dinOkOHkqtM=
SIZE (fossil-src-2.5.tar.gz) = 5036719
SHA256 (fossil-src-2.6.tar.gz) = dqeUVVkYvheYUHOakPFX3g7bhWitVStMQM4YbHn/btk=
SIZE (fossil-src-2.6.tar.gz) = 5083119

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-auto_def,v 1.8 2018/02/09 19:42:45 jturner Exp $
$OpenBSD: patch-auto_def,v 1.9 2018/05/05 23:23:13 jturner Exp $
Index: auto.def
--- auto.def.orig
+++ auto.def
@@ -191,7 +191,7 @@ if {[opt-bool with-th1-hooks]} {
@@ -199,7 +199,7 @@ if {[opt-bool with-th1-hooks]} {
if {[opt-bool static]} {
# XXX: This will not work on all systems.

View File

@ -1,16 +0,0 @@
$OpenBSD: patch-src_checkin_c,v 1.1 2018/03/29 20:58:04 jturner Exp $
https://fossil-scm.org/index.html/info/e765f90ee7551d0d
Index: src/checkin.c
--- src/checkin.c.orig
+++ src/checkin.c
@@ -474,7 +474,7 @@ void status_cmd(void){
unsigned flags = 0;
int vid, i;
- fossil_pledge("stdio rpath wpath cpath id flock tty chown");
+ fossil_pledge("stdio rpath wpath cpath fattr id flock tty chown");
/* Load affirmative flag options. */
for( i=0; i<count(flagDefs); ++i ){