* [gentoo-commits] proj/openrc:0.20.x commit in: /
@ 2016-01-14 17:59 William Hubbs
0 siblings, 0 replies; 8+ messages in thread
From: William Hubbs @ 2016-01-14 17:59 UTC (permalink / raw
To: gentoo-commits
commit: 83223a6e97ff2ed3a8b06c4794b55cdd1c61c657
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Thu Jan 14 17:45:21 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 17:45:21 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=83223a6e
version 0.20.2
Makefile.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.inc b/Makefile.inc
index 2b5cb12..1d39c75 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
NAME= openrc
-VERSION= 0.20.1
+VERSION= 0.20.2
PKG= ${NAME}-${VERSION}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/openrc:0.20.x commit in: /
@ 2016-01-14 19:56 William Hubbs
0 siblings, 0 replies; 8+ messages in thread
From: William Hubbs @ 2016-01-14 19:56 UTC (permalink / raw
To: gentoo-commits
commit: dc0ab571a26e4c990559f4222780a26aa84bd463
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Thu Jan 14 19:53:50 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 19:53:50 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=dc0ab571
update change log
ChangeLog | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 585267f..aa29895 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+commit fb37e1aa96df351b1bf591dc36ef332f86820a2b
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ src/rc/Makefile: fix make depend target
+
+commit 8769cca71089983ad8a8a69cec852c6bc169248d
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ include rc.h properly in source files
+
+ We were attempting to include rc.h in rc-misc.h instead of the source
+ files where it should be included.
+
+commit 506f2887e13eb8093bbff0915381644c4c08fc5c
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ fix selinux build
+
+ X-Gentoo-Bug: 571798
+ X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=571798
+
+commit 83223a6e97ff2ed3a8b06c4794b55cdd1c61c657
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ version 0.20.2
+
+commit 2747f40f823c2d31b820f0525360532287c70eea
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ update changelog
+
commit 933972da532bdf23accaea68bd072fc723a4065d
Author: William Hubbs <w.d.hubbs@gmail.com>
Commit: William Hubbs <w.d.hubbs@gmail.com>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/openrc:0.20.x commit in: /
@ 2016-01-19 19:41 William Hubbs
0 siblings, 0 replies; 8+ messages in thread
From: William Hubbs @ 2016-01-19 19:41 UTC (permalink / raw
To: gentoo-commits
commit: 3286a98fe60d1c2617ec73ef68fc4a18f092d9da
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Tue Jan 19 04:45:01 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 04:45:01 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=3286a98f
start 0.20.3
Makefile.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.inc b/Makefile.inc
index 1d39c75..5890501 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
NAME= openrc
-VERSION= 0.20.2
+VERSION= 0.20.3
PKG= ${NAME}-${VERSION}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/openrc:0.20.x commit in: /
@ 2016-01-19 20:02 William Hubbs
0 siblings, 0 replies; 8+ messages in thread
From: William Hubbs @ 2016-01-19 20:02 UTC (permalink / raw
To: gentoo-commits
commit: 66651180a7c9392c44f7baa4a2a11298a5f79f8a
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Tue Jan 19 19:55:30 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 19:55:30 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=66651180
update change log
ChangeLog | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 66 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index aa29895..e3368eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,69 @@
+commit 7d63dc928ca02dc9ab654078c5c1ed0b6bb017d9
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ localmount: Allow users to control whether errors are ignored
+
+ X-Gentoo-Bug: 572138
+ X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=572138
+
+commit 8e16828bd3d97e6b1e40ded616a54cb8a9e7b403
+Author: Doug Freed <dwfreed@mtu.edu>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ rc: remove use of magic constant and allow OpenVZ to drop to shell
+
+ OpenVZ has had console support for a long time now; allow them to use it
+ to drop to a shell during interactive boot.
+
+commit 3a307109168ac82f37a9a85a81b7b527a57665e5
+Author: Doug Freed <dwfreed@mtu.edu>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ librc: handle rc_sys="prefix" even if we weren't built with a prefix
+
+ This probably isn't needed, but it mimics old behavior.
+
+commit 290a91e8e9242582ee13c7343b630b097e2eeaf2
+Author: Doug Freed <dwfreed@mtu.edu>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ librc: fix handling the nothing special case for rc_sys
+
+commit 04d94be766ae2808adc709b0e4e03ce1f3a75d5d
+Author: Doug Freed <dwfreed@mtu.edu>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ librc: move system detection code into rc_sys and use it
+
+ This fixes an issue where librc code was calling code that only existed
+ in the rc binary.
+
+ This reverts commits 8addd79 and 9f6e056
+
+ This fixes #75.
+
+commit fa6707e5b33738c3416bfbad661770302aa50212
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ fix bsd build
+
+ X-Gentoo-Bug: 572068
+ X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=572068
+
+commit 3286a98fe60d1c2617ec73ef68fc4a18f092d9da
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ start 0.20.3
+
+commit dc0ab571a26e4c990559f4222780a26aa84bd463
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ update change log
+
commit fb37e1aa96df351b1bf591dc36ef332f86820a2b
Author: William Hubbs <w.d.hubbs@gmail.com>
Commit: William Hubbs <w.d.hubbs@gmail.com>
@@ -1389,9 +1455,3 @@ Commit: William Hubbs <w.d.hubbs@gmail.com>
Fix off-by-one error in --test argument printout in start-stop-daemon.
Fixes #34.
-
-commit 3c5dc0ec7774a72e243da43ac5180ea36a311ad8
-Author: William Hubbs <w.d.hubbs@gmail.com>
-Commit: William Hubbs <w.d.hubbs@gmail.com>
-
- tmpfiles.dev: pass --boot to tmpfiles.sh so kmod works properly
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/openrc:0.20.x commit in: /
@ 2016-01-21 22:48 William Hubbs
0 siblings, 0 replies; 8+ messages in thread
From: William Hubbs @ 2016-01-21 22:48 UTC (permalink / raw
To: gentoo-commits
commit: fd699ddf2f266c98d7ada3409b94233eb4b23b9a
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Wed Jan 20 16:12:34 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Jan 20 16:12:34 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=fd699ddf
start 0.20.4
Makefile.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.inc b/Makefile.inc
index 5890501..dff47ad 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
NAME= openrc
-VERSION= 0.20.3
+VERSION= 0.20.4
PKG= ${NAME}-${VERSION}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/openrc:0.20.x commit in: /
@ 2016-02-15 15:01 William Hubbs
0 siblings, 0 replies; 8+ messages in thread
From: William Hubbs @ 2016-02-15 15:01 UTC (permalink / raw
To: gentoo-commits
commit: cded32f748fcbdb00c4d13b6bda8b799f5884065
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Fri Jan 22 19:57:52 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 19:57:52 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=cded32f7
update changelog
ChangeLog | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--------
1 file changed, 54 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e3368eb..13ab95e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,57 @@
+commit f93396793a384afd6d8b82744fa260dd954e0f51
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ add back deprecation warnings lost during refactoring
+
+commit c79b6d47304e14685b3be516e203080bd77f22a4
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ fix tests
+
+ X-Gentoo-Bug: 572602
+ X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=572602
+
+commit 3f8eb261ac46abdec3a42d4967e95d16efc3d65a
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ librc: Complain when a real and virtual service have the same name
+
+commit 505af695d8bebdf468ada0899931554b31b4d22c
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ openrc-run: in verbose mode, log execution of the shell script
+
+ This is to show when openrc-run runs the openrc-run.sh script; it is
+ used for debugging.
+
+commit f419d8b03aeb26739d11b79a899af2ad0a0a7b89
+Author: Colin Booth <colin@heliocat.net>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ sh/s6.sh: update s6-svc syntax to be valid for 2.2.0.0+
+
+ The s6-svc syntax changed for wait-up, wait-ready, wait-down, and
+ wait-finished. This changes the s6 handling script to use the current
+ valid syntax.
+
+ This fixes #65.
+
+commit fd699ddf2f266c98d7ada3409b94233eb4b23b9a
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ start 0.20.4
+
+commit 66651180a7c9392c44f7baa4a2a11298a5f79f8a
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ update change log
+
commit 7d63dc928ca02dc9ab654078c5c1ed0b6bb017d9
Author: William Hubbs <w.d.hubbs@gmail.com>
Commit: William Hubbs <w.d.hubbs@gmail.com>
@@ -1447,11 +1501,3 @@ Commit: William Hubbs <w.d.hubbs@gmail.com>
Add a new variable, ${TOP}, to the top level makefile, which points to
the path of the source tree.
-
-commit cddb4aad08615420320f75050042d946b18d2bb5
-Author: Will Miles <wmiles@sgl.com>
-Commit: William Hubbs <w.d.hubbs@gmail.com>
-
- Fix off-by-one error in --test argument printout in start-stop-daemon.
-
- Fixes #34.
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/openrc:0.20.x commit in: /
@ 2016-02-15 15:01 William Hubbs
0 siblings, 0 replies; 8+ messages in thread
From: William Hubbs @ 2016-02-15 15:01 UTC (permalink / raw
To: gentoo-commits
commit: bd4b217607e808139ef5ccefd77ab6182d5068c1
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Sun Feb 14 22:09:58 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 22:09:58 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=bd4b2176
start 0.20.5
Makefile.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.inc b/Makefile.inc
index dff47ad..9a70269 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
NAME= openrc
-VERSION= 0.20.4
+VERSION= 0.20.5
PKG= ${NAME}-${VERSION}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/openrc:0.20.x commit in: /
@ 2016-02-15 15:01 William Hubbs
0 siblings, 0 replies; 8+ messages in thread
From: William Hubbs @ 2016-02-15 15:01 UTC (permalink / raw
To: gentoo-commits
commit: 7a66bdb5b92f353ee98105adfa96f397dd2b47f6
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Mon Feb 15 15:00:01 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 15:00:01 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=7a66bdb5
update ChangeLog
ChangeLog | 56 ++++++++++++++++++++++----------------------------------
1 file changed, 22 insertions(+), 34 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 13ab95e..7823dc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+commit 670861da88322722860eae26b3fb786928295704
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ Fix rc_env_allow wildcard usage
+
+ Before this commit, using * in rc_env_allow did not work.
+
+ This fixes #60.
+
+commit bd4b217607e808139ef5ccefd77ab6182d5068c1
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ start 0.20.5
+
+commit cded32f748fcbdb00c4d13b6bda8b799f5884065
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+ update changelog
+
commit f93396793a384afd6d8b82744fa260dd954e0f51
Author: William Hubbs <w.d.hubbs@gmail.com>
Commit: William Hubbs <w.d.hubbs@gmail.com>
@@ -1467,37 +1489,3 @@ Commit: William Hubbs <w.d.hubbs@gmail.com>
X-Gentoo-Bug: 540006
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=540006
-
-commit 3100114bc104741145fb6c1d4b1664759114cc5c
-Author: William Hubbs <w.d.hubbs@gmail.com>
-Commit: William Hubbs <w.d.hubbs@gmail.com>
-
- Add nfsclient to netmount use dependencies
-
- X-Gentoo-Bug: 537996
- X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=537996
-
-commit 3f80f22e22ec16ed517397fd303c3df99f9340fc
-Author: Will Miles <wmiles@sgl.com>
-Commit: William Hubbs <w.d.hubbs@gmail.com>
-
- Prioritize local includes and libraries
-
- This fixes #35.
-
-commit 8250ac94dfc6156075081e0e2d0986cb51b3098d
-Author: Consus <consus@gmx.com>
-Commit: William Hubbs <w.d.hubbs@gmail.com>
-
- tmpfiles.*: Follow OpenRC's message style
-
- Just to be consistent.
-
-commit fbdd669ba7c5d1a67129236b4ffcd76198340a1b
-Author: William Hubbs <w.d.hubbs@gmail.com>
-Commit: William Hubbs <w.d.hubbs@gmail.com>
-
- Makefile: add variable for path to source tree
-
- Add a new variable, ${TOP}, to the top level makefile, which points to
- the path of the source tree.
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2016-02-15 15:01 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-14 17:59 [gentoo-commits] proj/openrc:0.20.x commit in: / William Hubbs
-- strict thread matches above, loose matches on Subject: below --
2016-01-14 19:56 William Hubbs
2016-01-19 19:41 William Hubbs
2016-01-19 20:02 William Hubbs
2016-01-21 22:48 William Hubbs
2016-02-15 15:01 William Hubbs
2016-02-15 15:01 William Hubbs
2016-02-15 15:01 William Hubbs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox