diff --git a/docs/en/development/build.md b/docs/en/development/build.md index 60bbc8bd3c7..d2470cf2f79 100644 --- a/docs/en/development/build.md +++ b/docs/en/development/build.md @@ -4,7 +4,7 @@ ```bash sudo apt-get update -sudo apt-get install git pbuilder debhelper fakeroot +sudo apt-get install git pbuilder debhelper lsb-release fakeroot sudo debian-archive-keyring debian-keyring ``` ## Checkout ClickHouse Sources @@ -17,7 +17,6 @@ cd ClickHouse ## Run Release Script ```bash -pbuilder create ./release ``` diff --git a/docs/en/security_changelog.md b/docs/en/security_changelog.md index b96b358e070..f38f326a917 100644 --- a/docs/en/security_changelog.md +++ b/docs/en/security_changelog.md @@ -1,18 +1,30 @@ +<<<<<<< HEAD ## Fixed in ClickHouse Release 1.1.54388, 2018-06-28 +======= +## Fixed in ClickHouse release 1.1.54388, 2018-06-28 +>>>>>>> cc433d996c4dc331adb8b694a518c4acf769a993 ### CVE-2018-14668 "remote" table function allowed arbitrary symbols in "user", "password" and "default_database" fields which led to Cross Protocol Request Forgery Attacks. Credits: Andrey Krasichkov of Yandex Information Security Team +<<<<<<< HEAD ## Fixed in ClickHouse Release 1.1.54390, 2018-07-06 +======= +## Fixed in ClickHouse release 1.1.54390, 2018-07-06 +>>>>>>> cc433d996c4dc331adb8b694a518c4acf769a993 ### CVE-2018-14669 ClickHouse MySQL client had "LOAD DATA LOCAL INFILE" functionality enabled that allowed a malicious MySQL database read arbitrary files from the connected ClickHouse server. Credits: Andrey Krasichkov and Evgeny Sidorov of Yandex Information Security Team +<<<<<<< HEAD ## Fixed in ClickHouse Release 1.1.54131, 2017-01-10 +======= +## Fixed in ClickHouse release 1.1.54131, 2017-01-10 +>>>>>>> cc433d996c4dc331adb8b694a518c4acf769a993 ### CVE-2018-14670 diff --git a/docs/toc_en.yml b/docs/toc_en.yml index 8b9d4eb262c..7c9cd30ef02 100644 --- a/docs/toc_en.yml +++ b/docs/toc_en.yml @@ -170,7 +170,13 @@ pages: - 'How to write C++ code': 'development/style.md' - 'How to run ClickHouse tests': 'development/tests.md' +<<<<<<< HEAD - 'What''s new': - 'Roadmap': 'roadmap.md' - 'Changelog': 'changelog.md' - 'Security changelog': 'security_changelog.md' +======= +- 'Roadmap': 'roadmap.md' +- 'Changelog': 'changelog.md' +- 'Security changelog': 'security_changelog.md' +>>>>>>> cc433d996c4dc331adb8b694a518c4acf769a993 diff --git a/docs/toc_ru.yml b/docs/toc_ru.yml index 7f537798f0f..c68cf9c63e7 100644 --- a/docs/toc_ru.yml +++ b/docs/toc_ru.yml @@ -175,7 +175,13 @@ pages: - 'Как писать код на C++': 'development/style.md' - 'Как запустить тесты': 'development/tests.md' +<<<<<<< HEAD - 'Что нового': - 'Changelog': 'changelog.md' - 'Security changelog': 'security_changelog.md' - 'Roadmap': 'roadmap.md' +======= +- 'Roadmap': 'roadmap.md' +- 'Changelog': 'changelog.md' +- 'Security changelog': 'security_changelog.md' +>>>>>>> cc433d996c4dc331adb8b694a518c4acf769a993 diff --git a/release b/release index 8e0d749f6e0..989750057ea 100755 --- a/release +++ b/release @@ -105,12 +105,13 @@ if [ -z "$USE_PBUILDER" ] ; then else export DIST=${DIST:=bionic} export SET_BUILDRESULT=${SET_BUILDRESULT:=$CURDIR/..} - . $CURDIR/debian/.pbuilderrc if [[ -z `which pbuilder` ]] ; then - sudo apt install -y pbuilder fakeroot debhelper debian-archive-keyring debian-keyring + sudo apt install -y pbuilder fakeroot debhelper debian-archive-keyring debian-keyring lsb-release fi + . $CURDIR/debian/.pbuilderrc + if [[ ! -e "/usr/share/debootstrap/scripts/${DIST}" ]] ; then sudo ln -s gutsy /usr/share/debootstrap/scripts/${DIST} fi