Commit graph

1297 commits

Author SHA1 Message Date
github-actions[bot] 017862ea9a
Merge staging-next into staging 2022-10-31 00:03:07 +00:00
ajs124 7d5f5e1f2a tzdata: 2022e -> 2022f
https://mm.icann.org/pipermail/tz-announce/2022-October/000075.html
2022-10-29 16:54:28 +02:00
github-actions[bot] b5ebdb7a61
Merge master into haskell-updates 2022-10-29 00:14:02 +00:00
R. Ryantm 498ebaf86d v2ray-geoip: 202210200105 -> 202210270100 2022-10-28 09:56:52 +08:00
sternenseemann 863feb52a2 all-cabal-hashes: 2022-10-11T19:16:50Z -> 2022-10-27T19:26:33Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2022-10-27 21:40:02 +02:00
sternenseemann bc44680dee Merge remote-tracking branch 'origin/master' into haskell-updates 2022-10-22 17:05:54 +02:00
github-actions[bot] 1173b4c564
Merge master into haskell-updates 2022-10-22 00:20:20 +00:00
Martin Weinelt 80fc469031 Merge remote-tracking branch 'origin/master' into staging-next 2022-10-21 22:33:42 +02:00
R. Ryantm 6aea62f938 v2ray-geoip: 202210130107 -> 202210200105 2022-10-21 09:24:04 +08:00
Martin Weinelt 51fcbf5bb7 Merge remote-tracking branch 'origin/master' into staging-next 2022-10-16 00:18:40 +02:00
Dennis Gosnell ff736687d8 all-cabal-hashes: 2022-10-05T14:24:18Z -> 2022-10-11T19:16:50Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2022-10-15 13:27:32 -04:00
github-actions[bot] b4b0b7d41b
Merge master into haskell-updates 2022-10-15 00:20:09 +00:00
github-actions[bot] 283841a1ce
Merge master into staging-next 2022-10-14 06:20:50 +00:00
R. Ryantm 31d5678462 v2ray-geoip: 202210060105 -> 202210130107 2022-10-14 12:52:04 +08:00
Vladimír Čunát 6fdfb88f08
Merge #193972: tzdata: enable cross-compilation for Windows
...into staging
2022-10-13 22:50:06 +02:00
ajs124 8a2b098a1b tzdata: 2022d -> 2022e
https://mm.icann.org/pipermail/tz-announce/2022-October/000074.html
2022-10-11 22:55:09 +02:00
github-actions[bot] bc7a5b525c
Merge master into haskell-updates 2022-10-11 00:20:39 +00:00
github-actions[bot] 10f4d9bfdd
Merge master into haskell-updates 2022-10-07 00:23:30 +00:00
github-actions[bot] c5f0d725df
Merge master into staging-next 2022-10-06 18:03:10 +00:00
R. Ryantm 0198610c3a v2ray-geoip: 202209290111 -> 202210060105 2022-10-06 21:50:58 +08:00
github-actions[bot] 939050602c
Merge master into staging-next 2022-10-05 18:07:32 +00:00
Dennis Gosnell c0078a4d30 all-cabal-hashes: 2022-10-01T15:28:21Z -> 2022-10-05T14:24:18Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2022-10-05 11:15:52 -04:00
github-actions[bot] b4b7aea730
Merge master into haskell-updates 2022-10-03 00:19:42 +00:00
github-actions[bot] fc393d5731
Merge master into staging-next 2022-10-02 12:01:22 +00:00
Candy Cloud 55ea5b4f17 clash-geoip: init at 20220912 2022-10-02 05:30:51 +00:00
Nicolas Benes 1654dc831c tzdata: enable cross-compilation for Windows
* Additional make flags are needed since some functions do not exist
    or have different names or parameters on Windows.

  * When compiling for Windows, GCC implicitly adds a `.exe` suffix to
    the output file name. A patch is needed for the `install` target
    to locate and install the correct files.

  * The tzdata Makefile contains `zic` and `ZIC` variables. The former
    refers to the path of the program to execute, while the latter
    invokes the former with additional arguments (it is defined as
    `ZIC=$(zic) $(ZFLAGS)`, `ZFLAGS` is normally empty).

    Previously, `ZIC` was overridden, potentially loosing `ZFLAGS`
    arguments. This commit changes it to override `zic` instead.

  * The `zic` program is built and installed as part of the package and
    also executed during the build to translate time-related files. When
    cross-compiling it means that two executables need to be compiled:
    one to get installed and run on the host platform, and another to
    run on the build platform. Instead of renaming files and building a
    temporary executable for the build platform, this commit references
    the build platform's `tzdata.bin` package and runs its `zic`
    program.
2022-10-01 21:55:18 +02:00
github-actions[bot] aecf7c7bb9
Merge master into staging-next 2022-10-01 18:01:22 +00:00
sternenseemann f1b0b727b4 all-cabal-hashes: 2022-09-28T11:00:39Z -> 2022-10-01T15:28:21Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
and maintainers/scripts/haskell/regenerate-hackage-packages.sh.
2022-10-01 17:35:56 +02:00
github-actions[bot] 528cdca4be
Merge master into haskell-updates 2022-10-01 00:23:36 +00:00
github-actions[bot] f29cec4450
Merge master into staging-next 2022-09-30 06:22:32 +00:00
R. Ryantm 2867d65dc1 v2ray-geoip: 202209220104 -> 202209290111 2022-09-30 12:36:15 +08:00
Vladimír Čunát 70e67ff12e
Merge #192735: media-player-info: rename name to pname&version
...into staging
2022-09-29 09:38:03 +02:00
github-actions[bot] f18d801779
Merge staging-next into staging 2022-09-28 18:05:53 +00:00
maralorn bd91b773b5 all-cabal-hashes: 2022-09-25T05:09:53Z -> 2022-09-28T11:00:39Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2022-09-28 13:37:41 +02:00
Artturin 0734f54ef2 treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
found with nixpkgs-lint
2022-09-26 17:53:26 +03:00
github-actions[bot] 575babff62
Merge master into haskell-updates 2022-09-26 00:18:36 +00:00
github-actions[bot] e0bea8e017
Merge staging-next into staging 2022-09-26 00:03:58 +00:00
Mario Rodas 0ea721a941
Merge pull request #192196 from oxalica/pkg/v2ray
v2ray: 4.45.0 -> 5.1.0 and refactor
2022-09-25 09:20:49 -05:00
maralorn 4bf438769b all-cabal-hashes: 2022-09-21T15:25:15Z -> 2022-09-25T05:09:53Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2022-09-25 07:17:08 +02:00
ajs124 ee73d3a942 tzdata: 2022c -> 2022d
https://mm.icann.org/pipermail/tz-announce/2022-September/000073.html
2022-09-24 14:18:36 +02:00
Alexandre Iooss b46221d764 media-player-info: rename name to pname&version 2022-09-24 10:24:40 +02:00
github-actions[bot] 2c0cce7290
Merge master into haskell-updates 2022-09-24 00:18:28 +00:00
github-actions[bot] 9ef6f25592
Merge staging-next into staging 2022-09-23 06:18:24 +00:00
R. Ryantm 1ff786cd88 v2ray-geoip: 202209170841 -> 202209220104 2022-09-23 11:20:11 +08:00
github-actions[bot] 2773f22a43
Merge staging-next into staging 2022-09-21 18:02:00 +00:00
maralorn 24e439fd36 all-cabal-hashes: 2022-09-19T12:29:18Z -> 2022-09-21T15:25:15Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2022-09-21 18:14:50 +02:00
oxalica 6f36337946 v2ray-domain-list-community: 20220908131416 -> 20220921050909 2022-09-21 15:19:53 +08:00
github-actions[bot] abd82bc57d
Merge staging-next into staging 2022-09-20 12:02:05 +00:00
maralorn 25cb49180f all-cabal-hashes: 2022-09-18T11:31:48Z -> 2022-09-19T12:29:18Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2022-09-20 02:49:53 +02:00
github-actions[bot] eb735a451f
Merge master into haskell-updates 2022-09-20 00:20:33 +00:00