forked from immortalwrt/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from immortalwrt:master #144
Open
pull
wants to merge
9,076
commits into
kenzok78:master
Choose a base branch
from
immortalwrt:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1715173329
force-pushed
the
master
branch
3 times, most recently
from
October 13, 2022 10:20
e078dfd
to
f26c625
Compare
Example output of TRACK_OUTPUT (httping -c 1 -t 1 'http://www.google.co.uk'): PING www.google.co.uk:80 (/): connected to 142.250.200.35:80 (654 bytes), seq=0 time=136.58 ms --- http://www.google.co.uk/ ping statistics --- 1 connects, 1 ok, 0.00% failed, time 1137 ms round-trip min/avg/max = 136.6/136.6/136.6 ms Signed-off-by: William Solichin <[email protected]>
Signed-off-by: Wesley Gimenes <[email protected]>
Signed-off-by: Vladimir Ermakov <[email protected]>
Signed-off-by: Milinda Brantini <[email protected]>
* switch to dstnat chain from dstnat_lan chain for dns & tor policies (thanks @egc112) * re-introduce procd_lan_interface for better LAN detection * improve is_domain function * introduce health-check for requried fw4 chains * bugfix: avoid double counters for dns policies * bugfix: remove faulty counters for tor policies * rename interface_process to process_interface for better code readability * overhaul pbr.user.aws script for a much better performance and more compact (gzipped) storage of the ranges json locally (thanks @bigsmile74) Signed-off-by: Stan Grishin <[email protected]>
Explicitly disable unsupported hardware acceleration instead of trying to match against targets. Signed-off-by: Rosen Penev <[email protected]>
Switch to local tarballs instead of codeload. No need to override PKG_BUILD_DIR. Remove PKG_BUILD_PARALLEL and PKG_INSTALL as they are not needed with meson. Remove upstreamed patch. Signed-off-by: Rosen Penev <[email protected]>
Signed-off-by: Tianling Shen <[email protected]>
Signed-off-by: Tianling Shen <[email protected]>
Signed-off-by: Tianling Shen <[email protected]>
Notable Changes Experimental Network Inspection Support in Node.js Exposes X509_V_FLAG_PARTIAL_CHAIN to tls.createSecureContext New option for vm.createContext() to create a context with a freezable globalThis Signed-off-by: Hirokazu MORIKAWA <[email protected]>
Changes since 2.4.120: ad750dc6 amdgpu: add marketing names from Adrenalin 23.11.1 64144740 amdgpu: add marketing names from PRO Edition for W7700 fb13af43 amdgpu: add marketing names from Windows Steam Deck OLED APU driver dfb8111e amdgpu: add marketing names from amd-6.0 9d9498f4 amdgpu: add marketing name for Radeon RX 6550M 14094328 amdgpu: add marketing names from amd-6.0.1 7ab1cdac xf86drm: ignore symlinks in process_device() 1aa800d4 Revert "xf86drm: ignore symlinks in process_device()" 7c5c742d xf86drm: Don't consider node names longer than the maximum allowed 01f91aa7 meson: make build system happy by replacing deprecated feature 1b4e04ba tests/util: add tidss driver c8f327ce amdgpu: Make amdgpu_device_deinitialize thread-safe 43768487 amdgpu: add amdgpu_va_manager 96fe43a0 amdgpu: expose amdgpu_va_manager publicly 6978f999 amdgpu: add amdgpu_va_range_alloc2 7275ef8e amdgpu: add amdgpu_device_initialize2 525e8044 symbols-check: Add _GLOBAL_OFFSET_TABLE_ c45ffb1e symbols-check: Add _fbss, _fdata, _ftext c7c3c14b amdgpu: fix deinit logic fbb83f74 meson: Replace usages of deprecated ExternalProgram.path() 764ed8b9 meson: Fix broken str.format usage 5a9cfb3c ci: build with meson --fatal-meson-warnings f94a79a7 ci: use "meson setup" sub-command 1179edb4 include poll.h instead of sys/poll.h 362b5b0a xf86drm: document drmDevicesEqual() 4df91735 amdgpu: Make amdgpu_cs_signal_semaphore() thread-safe 058a04de tests/amdgpu: fix compile warning with the guard enum value cee441f3 tests/amdgpu: fix compile error with gcc7.5 37265ab0 tests/amdgpu: fix compile error with gcc14 93d037cd amdgpu: sync amdgpu_drm.h 70c4f836 Bump version to 2.4.121 7f20912b Remove libm in libdrm dependencies 0cd18d0d OpenBSD: fix FTBS on misspelled and missing variables 90c1a35f fix FTBS on FreeBSD (or non-Linux in general) b7338fc8 freedreno: fix FTBS on non-Linux platforms (unused header) 589f8e86 etnaviv: fix FTBS on undefined linux/* headers on non-Linux platforms. d096affb ci: upgrade debian container to bookworm a97bd7b4 ci: upgrade FreeBSD VM to 14.1 998d2a2e Sync headers with drm-next ad78bb59 build: bump version to 2.4.122 b065dbc5 Fix FTBS on undefined clock_gettime() and asprintf() 5e1e7c4d amdgpu: add new marketing names 11cafdd8 amdgpu: add new marketing names 21ac1816 Convert to Android.bp aefb5fa9 Delete all Makefile.sources files aef24b66 readdir_r is deprecated. c2b5759a Android.bp: Add include exports for android dir 6aa6411c Make libdrm recovery_available dcb14fe0 Makes libdrm available on host 460f7907 Export include dirs with -isystem f22956a4 Adds libdrm_headers d9043a25 add crosvm to com.android.virt 4bd09d78 Enable GPU in crosvm b0815faa libs: Tie DSO minor versions to libdrm version 88db6114 tests: Make modetest and proptest cc_binary in Android.bp f3f56f41 Disable ioctl signed overload for Bionic libc 25dec5b9 build: bump version to 2.4.123 Signed-off-by: Daniel Golle <[email protected]>
Package Fluidsynth wavetable MIDI synth. Signed-off-by: Daniel Golle <[email protected]>
XMP is a library for handling playback of most sound module formats such as MOD, XM, S3M, IT, ... Signed-off-by: Daniel Golle <[email protected]>
Add WavPack audio compression/decompression library. Signed-off-by: Daniel Golle <[email protected]>
Add GIO modules for TLS support as well as defining proxies via well-known environment variables. Signed-off-by: Daniel Golle <[email protected]>
Signed-off-by: Moritz Warning <[email protected]>
Signed-off-by: Vladimir Ermakov <[email protected]>
Add convenience symlink when building with CONFIG_DEBUG. Signed-off-by: Daniel Golle <[email protected]>
Fixes: #1375 Signed-off-by: Tianling Shen <[email protected]>
Signed-off-by: Tianling Shen <[email protected]>
Signed-off-by: ImmortalWrt AutoUpdate Bot <[email protected]>
Adjust isc-dhcp versioning to be compatible with APK. Signed-off-by: Robert Marko <[email protected]>
Signed-off-by: ImmortalWrt AutoUpdate Bot <[email protected]>
Signed-off-by: ImmortalWrt AutoUpdate Bot <[email protected]>
Signed-off-by: ImmortalWrt AutoUpdate Bot <[email protected]>
Modify EXTRA_DEPENDS in package section to meet APK packaging requirements. Signed-off-by: Ryan Keane <[email protected]> [ fix dependency also for nginx-full ] Signed-off-by: Christian Marangi <[email protected]>
Signed-off-by: xiao bo <[email protected]>
Like wolfssl[1], adjust version for apk by removing the hyphen. 1. https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=be952e98bc1d768a0da5b84e59a6e7c04a1cdab8 Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <[email protected]>
Remove all patches as they are upstreamed. Switch upstream as it moved. Need autoreconf now. Add PKG_INSTALL and PKG_BUILD_PARALLEL for consistency between pachages. Signed-off-by: Rosen Penev <[email protected]>
Make sure hwdata can be used by other packages during build by adding InstallDev section which includes pkgconfig as well as all types of IDs. Signed-off-by: Daniel Golle <[email protected]>
Add GObject udev wrapper library used by gstreamer. Signed-off-by: Daniel Golle <[email protected]>
Requires packages video feed. Signed-off-by: Daniel Golle <[email protected]>
Create packages for the libgstplay and libgstplayer. Introduce InstallDev to allow using and detecting libraries which are part of the 'bad' set by other packages. Signed-off-by: Daniel Golle <[email protected]>
Ruby JSON modules are used to build WebKitGTK. Include them in the host build. Signed-off-by: Daniel Golle <[email protected]>
See: openwrt/packages#23706 Signed-off-by: Hirokazu MORIKAWA <[email protected]>
Signed-off-by: Tianling Shen <[email protected]>
Signed-off-by: Tianling Shen <[email protected]>
Signed-off-by: Tianling Shen <[email protected]>
Signed-off-by: Tianling Shen <[email protected]>
Signed-off-by: Tianling Shen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )