Skip to content

Commit 3bcd343

Browse files
committed
upgrade elasticsearch to 1.3.0, bump 1.1.2
1 parent 2616fe0 commit 3bcd343

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ node_modules/
2222
data
2323
nohup.out
2424
.spmjspid
25-
elasticsearch-1.1.1
25+
elasticsearch-*
2626
config/base.yaml

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.1.2 / 2014-07-17
2+
==================
3+
4+
* elasticsearch 升级到 1.3.0,修复命令执行漏洞。http://news.mydrivers.com/1/306/306326.htm
5+
* github 账户权限修改为只读。#52
6+
17
1.1.1 / 2014-07-17
28
==================
39

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ Reindex the packages for elastic search.
4747
$ npm run reindex
4848
```
4949

50+
## elasticsearch
51+
52+
Require Java 7 environment : https://github.com/Homebrew/homebrew/issues/29910
53+
5054
## TODO:
5155

5256
- packages sync server

elastic/elasticsearch.tar.gz

7.69 MB
Binary file not shown.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "spmjs.io",
33
"descrition": "The packaging server for [email protected]",
44
"private": true,
5-
"version": "1.1.1",
5+
"version": "1.1.2",
66
"author": "afc163 <[email protected]>",
77
"keywords": [
88
"spm",
@@ -28,7 +28,7 @@
2828
},
2929
"scripts": {
3030
"postinstall": "tar -xzvf elastic/elasticsearch.tar.gz",
31-
"start": "./node_modules/forever/bin/forever start app.js && nohup elasticsearch-1.1.1/bin/elasticsearch -p .spmjspid >/dev/null 2>&1 &",
31+
"start": "./node_modules/forever/bin/forever start app.js && nohup elasticsearch-1.3.0/bin/elasticsearch -p .spmjspid >/dev/null 2>&1 &",
3232
"stop": "./node_modules/forever/bin/forever stop app.js && kill -9 `cat .spmjspid`",
3333
"reindex": "node elastic/reindexPackages.js"
3434
},
@@ -55,7 +55,7 @@
5555
"node-yaml-config": "~0.0.2",
5656
"raw-body": "^1.1.4",
5757
"request": "^2.36.0",
58-
"semver": "^2.3.0",
58+
"semver": "^3.0.0",
5959
"serve-spm": "^0.3.7",
6060
"serve-static": "^1.2.1",
6161
"static-favicon": "^1.0.2",

0 commit comments

Comments
 (0)