1
0
Fork 0
forked from mirrors/openup
Commit graph

137 commits

Author SHA1 Message Date
56cfb37a43 changed url 2017-11-18 17:19:37 +01:00
Robert Nagy
9e14da9aaa change changelog 2017-11-03 12:05:06 +01:00
Robert Nagy
b928daf3e2 use a separate installurl-mtier file for syspatch 2017-10-25 17:08:36 +02:00
Robert Nagy
d37683cd9b use mtier's repo for LTS syspatches 2017-10-25 15:31:43 +02:00
Robert Nagy
2e53c18fd2 use the kernel version strings on KARL releases 2017-10-19 12:00:16 +02:00
Robert Nagy
6feca2f453 do better checks on the boted kernel 2017-10-17 18:40:11 +02:00
Robert Nagy
62e081abec use the correct kernel for boot time checks if using kernel relinking 2017-10-12 20:27:46 +02:00
Robert Nagy
6568d3da1d bump version 2017-10-06 18:30:35 +02:00
Robert Nagy
681584433b check the return code of syspatch 2017-10-06 18:30:14 +02:00
Robert Nagy
158781a83b check the modification time of /bsd and compare that to the wakeup time 2017-05-30 11:33:19 +02:00
Robert Nagy
8b612c3c97 add support for syspatch and switch to https 2017-05-04 21:10:22 +02:00
Robert Nagy
1980cc8c78 add support for OpenBSD 6.1 2017-04-27 11:04:37 +02:00
Robert Nagy
9d9e96357e update 2016-09-02 17:51:47 +02:00
Jasper Lievisse Adriaanse
68bb007436 Merge back changes from local GitLab:
- set minrel to 5.8
- add support for echoing the PKG_PATH
2016-05-03 16:50:44 +02:00
Jasper Lievisse Adriaanse
c49d29380e use inclusive range for coyright 2016-02-12 09:48:32 +01:00
Reiner Jung
c7be61df5b Update Copyright 2016-02-11 21:52:14 +00:00
Jasper Lievisse Adriaanse
102646cf39 Add proper description to README 2016-02-11 13:23:57 +01:00
Jasper Lievisse Adriaanse
0c91341790 Mention stable.mtier.org 2016-02-11 12:17:12 +00:00
Jasper Lievisse Adriaanse
e5737627a4 Add stub README 2016-02-11 12:15:51 +00:00
Jasper Lievisse Adriaanse
c5bbfb906e sync project url for openup moved to GitLab 2016-02-11 12:14:27 +00:00
Robert Nagy
a7a0f16d7c bump 2015-10-15 16:42:44 +02:00
Robert Nagy
223fd1cbd4 revert to previous 2015-10-15 16:42:17 +02:00
Robert Nagy
b7ebb7253b drop 5.6 support completely 2015-10-14 14:01:19 +02:00
Robert Nagy
016e666933 5.6 is EOL 2015-10-14 10:41:08 +02:00
Antoine Jacoutot
85ad823818 5.5 is out of support; welcome 5.7. 2015-04-29 11:21:26 +02:00
Antoine Jacoutot
54e3e59628 Use -M for ftp(1) on 5.7 and beyond. 2015-04-29 11:20:28 +02:00
Antoine Jacoutot
b61a5d8f2a Fix path to cgit; from Johan Belin 2015-03-07 10:50:54 +01:00
Antoine Jacoutot
4fc318e7de quiet by default 2014-11-14 17:13:47 +01:00
Antoine Jacoutot
148f9a5480 Implement FETCH for wget lovers.
from Thomas Wies
2014-11-14 16:28:02 +01:00
Antoine Jacoutot
d5caf72eec Fix cron mode when multiple version of php-* are installed;
reported by Marcus MERIGHI.

While here, simplify that nasty function.
2014-11-13 17:52:07 +01:00
Antoine Jacoutot
e6a4867377 Bump 2014-11-01 16:37:44 +01:00
Antoine Jacoutot
d207ee17dc Move OPENUP_* vars where they belong. 2014-11-01 16:37:19 +01:00
Antoine Jacoutot
265de257cf Do not use _REL_INT in user variables. 2014-11-01 13:20:29 +01:00
Antoine Jacoutot
22b9d10552 Simplify, and move around.
While here, fix a stall PID file when running with -cS
2014-10-30 15:41:59 +01:00
Antoine Jacoutot
79a740d4b9 Fix usage() 2014-10-30 15:23:00 +01:00
Antoine Jacoutot
4ef29c5807 Rename some vars. 2014-09-11 18:42:09 +02:00
Antoine Jacoutot
4e3508c8eb Simplify. 2014-09-11 18:39:35 +02:00
Antoine Jacoutot
76effd5e72 Drop support for old /etc/ssl package certificates. Starting with 5.5, only signify is used. 2014-09-11 18:36:19 +02:00
Antoine Jacoutot
5c1b22f4d0 Bump release+version for the upcoming 55-LTS and 56-stable. 2014-09-11 18:28:55 +02:00
Antoine Jacoutot
8286862c28 Drop '-n' -- it is useless in its current form. 2014-09-11 18:27:56 +02:00
Antoine Jacoutot
f61deb1586 Unbreak dry-run. 2014-09-11 17:35:22 +02:00
Antoine Jacoutot
570bdbeb49 Tell users to check their proxy... settings when ftp fails. 2014-08-14 15:55:31 +02:00
Antoine Jacoutot
1156efa83f Add path to ChangeLog 2014-06-10 12:27:48 +02:00
Antoine Jacoutot
5934a41d92 binpatches can only be found in PKG_PATH_UPDATE{,_LTS) and we
want to make sure we search in all paths and don't stop at the
first match we find
2014-06-10 12:26:50 +02:00
Antoine Jacoutot
b3e6f5f7e0 Make sure we are not running several instances.
idea from otto@openbsd
2014-05-28 10:44:35 +02:00
Antoine Jacoutot
068b1d8a24 Use a directory with mktemp(1) instead of files. This allows us
to rm the directory instead of having to rm with a wildcard.

idea from otto@openbsd
2014-05-28 10:27:22 +02:00
Antoine Jacoutot
b4b48a67d5 Add a sample PKG_PATH for the LTS service. 2014-05-13 10:15:07 +02:00
Antoine Jacoutot
4484f29f53 Remove obvious output. 2014-05-07 17:20:46 +02:00
Antoine Jacoutot
26ad7b8f67 Implement exclusion list.
Adding packages and/or binpatches to EXCLUDE_PKG will make openup
skip them.
2014-05-07 12:10:21 +02:00
Antoine Jacoutot
8ec7c9d161 Use -u so that we don't replace hand-craft packages. 2014-05-01 09:19:14 +02:00