summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-01-14 08:56:24 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-01-14 13:31:32 -0500
commit9437f7060b34273c3713ea5ae25fa6fffde38113 (patch)
tree4dbbd70cb033565760d4bbf13f51ccd77f92e563 /recipes-devtools
parent82f9025ab20110e59e0835693c32ef3ad17c4683 (diff)
downloadmeta-virtualization-9437f7060b34273c3713ea5ae25fa6fffde38113.tar.gz
go-fsnotify: update to v1.5.1
Bumping fsnotify to version v1.5.1-7-gaf855d7 We update the license checksum, due to new copyright dates, and include the following commits: af855d7 Final Notice: Maintainers Wanted 62a598a maintainers wanted d696f5c revise contributing 6e1d4e4 update readme 83f9fe6 Test on Go 1.18 and two most recent versions (#411) 0aba082 Update issue templates (#410) 3eb7fa4 Removed dead link 466b39d prepare 1.5.1, retract 1.5.0 b98ede5 Revert "Add AddRaw to not follow symlinks + Fix link folloing on Windows (#289)" dfdb645 revise pull request template 08848a0 v1.5.0 preparation (#380) e2e9517 Add AddRaw to not follow symlinks + Fix link folloing on Windows (#289) 82ee6f3 Update test matrix for go 1.17 stable release (#385) 16f0d42 add //go:build lines + add 1.17.0-rc2 to test matrix (#377) cc8365b Update x/sys to latest (#379) 2fb15b1 Drop support/testing for Go 1.11 and earlier (#381) 5ce1ba4 Remove Travis CI and references ed6d2f5 Add lint+vet+old versions to GitHub Action 42e9219 introduce GitHub Actions 7f4cf4d Fix unsafe pointer conversion (#325) 45d7d09 Move example usage to the readme 4bf2d1f Updating the FAQ section for supportability with NFS & FUSE filesystems. dc27d96 drop 1.8.x from Travis CI fce5a44 2019 ecf2c4d revise editor config 0a05407 Add Go modules ab058b4 readme: plan to support fanotify 924410f Open files with CLOEXEC 1485a34 Also create epoll and pipe fds with close-on-exec (#155) (#219) 11844c0 readme: remove AppVeyor badge 85de84f Add windows to travis matrix 2216558 Fix lint issue with error doc string 9152fb1 only run golint on latest version of go ccc981b Check if channels are closed in the example (#244) 1f285c6 darwin tests: Exchangedata is deprecated on 10.13 7b866c9 travis: less verbose tests 8ba2b19 [#234] t.Fatalf -> t.Errorf in go routines (#266) 70cc4a1 Fix TestInotifyOverflow (#265) 1d13583 TravisCI: updating test versions c282820 v1.4.7 a6f391c travis: test on Go 1.9.x ea33dcb Fix missing verb on format string (#228) 3d33f50 Fix possible deadlock on closing the watcher on kqueue (#230) 4da3e2c Fix deadlock in Remove (linux/inotify) ff7bc41 Watch.Add improvements (avoid race, fix consistency, reduce garbage) (#189) 7d7316e travis: update for Go 1.8 a904159 Moved FAQ into the README fd9ec7d Properly handle inotify's IN_Q_OVERFLOW event (#149) bd2828f replace references to OS X with macOS 629574c v1.4.2 abf5e85 pull request and issue template (#179) 11054bc Create inotify fd with close-on-exec (#178) 944cff2 v1.4.1 5c1390e deflake inotify stress test (#177) b4f2a68 rm go1.5.4 from travis config since the linter doesn't build in 1.5 (#175) c07fd86 readme: remove gocover.io badge b3baf18 update link to contributing to external git repos 26b17cd v1.4.0 c3181d8 add @oozie to AUTHORS 55579be Add a String() func to Event.Op (#165) f12c623 Bump Travis to Go 1.6.3 (#156) a8a77c9 v1.3.1 51d3cc5 Use filepath.Join() (#153) 30411db global: switch to x/sys/unix 836bfd9 Update Travis config to Go 1.5.4 and 1.6.1 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/go/go-fsnotify_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/go/go-fsnotify_git.bb b/recipes-devtools/go/go-fsnotify_git.bb
index 85350b0f..e6545186 100644
--- a/recipes-devtools/go/go-fsnotify_git.bb
+++ b/recipes-devtools/go/go-fsnotify_git.bb
@@ -2,15 +2,15 @@ DESCRIPTION = "A golang registry for global request variables."
2HOMEPAGE = "https://github.com/go-fsnotify/fsnotify" 2HOMEPAGE = "https://github.com/go-fsnotify/fsnotify"
3SECTION = "devel/go" 3SECTION = "devel/go"
4LICENSE = "BSD-3-Clause" 4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c38914c9a7ab03bb2b96d4baaee10769" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=68f2948d3c4943313d07e084a362486c"
6 6
7SRCNAME = "fsnotify" 7SRCNAME = "fsnotify"
8 8
9PKG_NAME = "github.com/fsnotify/${SRCNAME}" 9PKG_NAME = "github.com/fsnotify/${SRCNAME}"
10SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https" 10SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https"
11 11
12SRCREV = "836bfd95fecc0f1511dd66bdbf2b5b61ab8b00b6" 12SRCREV = "af855d7e6014ec848882bb2ed7d40d536872d275"
13PV = "1.2.11+git${SRCPV}" 13PV = "v1.5.1+git${SRCPV}"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16