Josef Schlehofer
6c37f32306
Merge pull request #8480 from BKPepe/multidict
...
python-multidict: add a new package
2019-04-01 02:39:31 +02:00
Josef Schlehofer
76874c1f62
python-voluptuous-serialize: add package for Python3
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-04-01 02:36:52 +02:00
Josef Schlehofer
2edf5034f1
python-aiohttp: add a new package
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-04-01 02:29:26 +02:00
Josef Schlehofer
680eaeb05d
python-yarl: add a new package
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-04-01 02:26:29 +02:00
Josef Schlehofer
46db45fd40
async-timeout: add a new package
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-04-01 02:22:05 +02:00
Josef Schlehofer
60c8c13969
python-pyotp: add new package for Python3
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-04-01 02:13:59 +02:00
Josef Schlehofer
5b2b6029c7
python-multidict: add a new package
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-04-01 02:08:16 +02:00
Josef Schlehofer
d90516182b
python-slugify: add Python3 package
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-04-01 01:28:53 +02:00
Rosen Penev
d7801a74c2
Merge pull request #7879 from ammubhave/add_zstd_to_boost
...
boost: Add zstd as a dependency to boost-iostream
2019-03-31 14:57:48 -07:00
Rosen Penev
00cbe4974f
Merge pull request #7126 from ammubhave/add_zstd
...
zstd: add zstd package
2019-03-31 14:54:43 -07:00
Rosen Penev
b5099d42e4
Merge pull request #8373 from jan-kardell/TQ_fix_pcre
...
[pcre] Fix compile of libpcrecpp
2019-03-31 14:45:46 -07:00
Rosen Penev
5f186ab4c8
Merge pull request #8486 from neheb/sc
...
screen: Replace patches with upstream backports
2019-03-31 14:43:49 -07:00
Rosen Penev
23e212997c
Merge pull request #8531 from MikePetullo/snort3
...
snort3: new package
2019-03-31 14:34:02 -07:00
Rosen Penev
eb72553828
Merge pull request #8525 from ja-pa/rpcbind-cpe-id
...
rpcbind: Add PKG_CPE_ID for proper CVE tracking
2019-03-31 14:20:31 -07:00
Josef Schlehofer
091fcaf553
Merge pull request #8478 from BKPepe/python_astral
...
python-astral: add new package
2019-03-31 23:14:38 +02:00
Rosen Penev
42e370ee7c
Merge pull request #8511 from BKPepe/ruamel-yaml
...
ruamel-yaml: add package
2019-03-31 14:13:46 -07:00
Rosen Penev
3d2b0e976c
Merge pull request #8198 from jefferyto/mini-snmpd-init
...
mini_snmpd: Update init script
2019-03-31 13:48:22 -07:00
Rosen Penev
56f4e3a692
Merge pull request #8514 from BKPepe/text-unidecode
...
text-unidecode: add new package
2019-03-31 12:24:12 -07:00
Amol Bhave
5fc321625e
zstd: add zstd package
...
Zstandard, or zstd as short version, is a fast lossless compression
algorithm, targeting real-time compression scenarios at zlib-level and
better compression ratios.
This package includes a C library, and a command line utility producing
and decoding .zst, .gz, .xz and .lz4 files.
Signed-off-by: Amol Bhave <ambhave@fb.com>
2019-03-31 06:11:52 -07:00
Jeffery To
8de8ff4f25
python,python3: Include python-config for target Python in InstallDev
...
This installs python{2.7,3.7}-config in $(STAGING_DIR)/usr/bin as part
of Build/InstallDev, to be used by other packages to get build
configuration for target Python.
The treatment for Python 2 and 3 are a bit different:
* For Python 2, python-config is a Python script that is expected to be
run with, and return data for, the installed Python interpreter. This
installs a modified version of this script, to be run using host
Python, and read/return data for target Python.
* Python 3 includes a shell script version of python-config (expected to
be used in cross-compilation scenarios). This simply installs the
script into the right place.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-03-31 19:33:12 +08:00
Hannu Nyman
abfd6d81ed
Merge pull request #8546 from jefferyto/python-bpo-36216
...
python,python3: Fix CVE-2019-9636 - urlsplit missing NFKC normalization
2019-03-31 13:19:43 +03:00
Rosen Penev
90a54ba18e
libgpg-error: Update to 1.36
...
Updated patch to fix compilation on mips64.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-31 02:22:34 -07:00
Rosen Penev
1cfb875aeb
Merge pull request #8494 from neheb/fcg
...
fcgi: Update to 2.4.2
2019-03-30 16:18:16 -07:00
Rosen Penev
2838935bac
Merge pull request #8532 from neheb/j
...
postfix: Update to 3.4.4
2019-03-30 15:38:51 -07:00
Rosen Penev
665bdcf532
Merge pull request #8543 from neheb/g2
...
gammu: Really fix compilation under 64-bit
2019-03-30 15:32:09 -07:00
Rosen Penev
d17bd42866
Merge pull request #8544 from neheb/l
...
lcdringer: Remove libcheck dependency to fix compilation
2019-03-30 15:06:15 -07:00
Jeffery To
c23bea8dc8
python,python3: Fix CVE-2019-9636 - urlsplit missing NFKC normalization
...
These patches address issue:
CVE-2019-9636: urlsplit does not handle NFKC normalization
Link to Python issue:
https://bugs.python.org/issue36216
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-03-31 05:18:14 +08:00
Rosen Penev
b676ca325f
Merge pull request #8054 from dengqf6/all
...
treewide: add missing PKGARCH:=all to non-binary packages
2019-03-30 11:40:11 -07:00
Daniel Engberg
99664ad33d
Merge pull request #8530 from MikePetullo/snort
...
snort: modify to build against libdaq 2.2.2
2019-03-30 19:39:59 +01:00
Rosen Penev
6c7e2c9013
Merge pull request #8065 from neheb/patch-4
...
wavemon: Update to 0.9.0
2019-03-30 11:35:43 -07:00
W. Michael Petullo
53df351850
snort3: new package
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-03-30 14:10:20 -04:00
W. Michael Petullo
bc00afdb68
snort: modify to build against libdaq 2.2.2
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-03-30 13:58:53 -04:00
Ted Hess
d256715454
Merge pull request #8542 from neheb/z
...
v4l-utils: Update to 1.16.5
2019-03-30 07:19:56 -04:00
Hannu Nyman
40bd385dd6
Merge pull request #8545 from tru7/linknx
...
linknx: bump to new upstream version 0.0.1.37
2019-03-30 12:46:35 +02:00
Deng Qingfang
17496030e2
treewide: add missing PKGARCH:=all to non-binary packages
...
Packages such as Perl, Lua, shell scripts don't generate binary files.
Add PKGARCH:=all to them.
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-03-30 17:11:50 +08:00
Othmar Truniger
baa036797a
linknx: bump to new upstream version 0.0.1.37
...
Signed-off-by: Othmar Truniger <github@truniger.ch>
2019-03-30 10:07:31 +01:00
Rosen Penev
19e9bdb0aa
lcdringer: Remove libcheck dependency to fix compilation
...
libcheck is some kind of testing framework. it is not only unnecessary, it
is not even used in the code.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-30 01:48:17 -07:00
Rosen Penev
149afa5dcb
Merge pull request #8296 from neheb/patch-5
...
perl-parse-recdescent: Update to 1.967015
2019-03-30 01:37:50 -07:00
Rosen Penev
5fbc6c873e
gammu: Really fix compilation under 64-bit
...
The InstallDev section needed the same treatment as the Install one.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-30 01:31:27 -07:00
Rosen Penev
b266b21306
v4l-utils: Update to 1.16.5
...
Add Alpine Linux patch that fixes a crash under Musl.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-30 01:18:43 -07:00
Rosen Penev
2d1e0e8624
wavemon: Update to 0.9.0
...
Added PKG_BUILD_PARALLEL for faster compilation
Backported upstream patch to fix compilation with musl.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-29 22:49:07 -07:00
Rosen Penev
199f0b5c51
Merge pull request #5909 from lucize/ddrescue
...
gddrescue: add ddrescue a data recovery tool
2019-03-29 11:49:56 -07:00
Hannu Nyman
253cc12ee6
Merge pull request #7796 from cotequeiroz/lualanes_no-luajit
...
lualane: avoid luajit dependency
2019-03-29 17:34:30 +02:00
Hannu Nyman
d9cb96300f
Merge pull request #8538 from Wedmer/master
...
zoneinfo: Updated to the latest release.
2019-03-29 17:17:01 +02:00
Vladimir Ulrich
d345871055
zoneinfo: Updated to the latest release.
...
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2019-03-29 17:45:24 +03:00
Karl Palsson
6186f7ebc3
lang: lua-libmodbus: Update URL
...
Fixes: ed27512641
lang: lua-libmodbus: Update URL
Second instance of old URL was missed.
Signed-off-by: Karl Palsson <karlp@etactica.com>
2019-03-29 12:54:49 +00:00
Karl Palsson
ed27512641
lang: lua-libmodbus: Update URL
...
Github organization changed names. Proactively update URL, even though
github redirects.
Signed-off-by: Karl Palsson <karlp@etactica.com>
2019-03-29 11:10:22 +00:00
W. Michael Petullo
b36790d1d2
libdaq: update to 2.2.2
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-03-29 08:36:46 +00:00
Rosen Penev
c7a52d9a95
postfix: Update to 3.4.4
...
Switched to HTTP from FTP for one of the mirrors.
Rebased Patches.
Removed ENGINES patch as it is only relevant for OpenSSL 1.0.2.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-03-28 19:50:14 -07:00
Eneas U de Queiroz
fcfaea54e6
seafile-server: fix django 1.11 detect, tidy up
...
Django 1.11 is supported, but seafile-admin was still looking for v. 1.8.
Replaced current patch with the patch from haiwen/seafile-server#147 .
Cleaned up unsupported configure options, including riak backend.
Check that the seafile-server version is the same as seafile-seanet's at
build time, removing the static EXTRA_DEPENDS check done at install
time.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-03-29 10:22:30 +08:00